Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • EnumeratedAttribute-3.1.3
  • EnumeratedAttribute-3.1.2
  • EnumeratedAttribute-3.1.1
  • EnumeratedAttribute-3.1.0
  • EnumeratedAttribute-3.0.12
  • EnumeratedAttribute-3.0.11
  • EnumeratedAttribute-3.0.10
  • EnumeratedAttribute-3.0.9
  • EnumeratedAttribute-3.0.8
  • release_3_0_6
  • release_3_0_5
  • release_3_0_4
  • release_3_0_3
  • release_3_0_2
  • release_3_0_1
  • release_3_0_0
  • release_2_0_22
  • release_2_0_21
  • release_2_0_20
  • release_2_0_19
21 results

pom.xml

Blame
  • 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>