Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
pom.xml 2.31 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>
<artifactId>java-updated-versions</artifactId>
<groupId>fr.soleil.maven.parent</groupId>
<version>0-SNAPSHOT</version>
</parent>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>EnumeratedAttribute</artifactId>
<version>3.1.6</version>
<name>Enumerated Attribute</name>
<description>Enumerated Attribute Device</description>
<developers>
<developer>
<id>saintin</id>
<name>Katy saintin</name>
<email>katy.saintin@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>
<developer>
<id>abeille</id>
<name>Gwena�lle Abeill�</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>
<scm>
<connection>scm:git:git@gitlab.synchrotron-soleil.fr:software-control-system/tango-devices/calculation/enumeratedattribute.git</connection>
<developerConnection>scm:git:git@gitlab.synchrotron-soleil.fr:software-control-system/tango-devices/calculation/enumeratedattribute.git</developerConnection>
<url>https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/calculation/enumeratedattribute</url>
</scm>
<!-- <build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>-->
<dependencies>
<dependency>
<groupId>org.tango-controls</groupId>
<artifactId>JTangoClientLang</artifactId>
</dependency>
<dependency>
<groupId>org.tango-controls</groupId>
<artifactId>JTangoServer</artifactId>
</dependency>
</dependencies>
</project>