Select Git revision
Gwenaelle ABEILLE authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pom.xml 2.27 KiB
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.soleil.maven.parent</groupId>
<artifactId>java-updated-versions</artifactId>
<version>0-SNAPSHOT</version>
</parent>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>ControlSystemMonitor</artifactId>
<version>1.1.3</version>
<name>Control System Monitor</name>
<description>Utility to monitor the status of a control system, start and stop devices</description>
<developers>
<developer>
<id>abeille</id>
<name>Gwenaelle Abeille</name>
<email>gwenaelle.abeille@synchrotron-soleil.fr</email>
<organization>Synchrotron Soleil</organization>
<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
<roles>
<role>Java Developer</role>
</roles>
<timezone>1</timezone>
</developer>
</developers>
<contributors>
<contributor>
<name>Katy Saintin</name>
<organization>Synchrotron Soleil</organization>
<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
<roles>
<role>Java Developer</role>
</roles>
<timezone>1</timezone>
</contributor>
<contributor>
<name>Kentin Rodrigues</name>
<organization>Synchrotron Soleil</organization>
<organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
<roles>
<role>Java Developer</role>
</roles>
<timezone>1</timezone>
</contributor>
</contributors>
<scm>
<connection>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/ControlSystemMonitor/trunk</connection>
<developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/ControlSystemMonitor/trunk</developerConnection>
<url>${scm.connection.svn.tango-ds}/DeviceClasses/SoftwareSystem/ControlSystemMonitor/trunk</url>
</scm>
<dependencies>
<dependency>
<groupId>org.tango-controls</groupId>
<artifactId>JTangoServer</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>