Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • 2.12.1
  • 2.6.0
  • 2.4.1
  • 2.0.17
  • 2.0.13
  • 2.0.10
  • 2.0.8
  • 2.0.7
  • 2.0.5
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 2.0.1
  • 1.59.0
  • 1.57.0
  • 1.55.0
  • 1.54.0
18 results

docker-compose.yml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 1.56 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>DynamicTester</artifactId>
    	<version>0.0.4</version>
    	<name>DynamicTester</name>
    	<description>Test dynamic attributes: changes types, formats...</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>
    	<scm>
    		<connection>scm:git:git@gitlab.synchrotron-soleil.fr:software-control-system/tango-devices/simulators/dynamictester.git</connection>
    		<developerConnection>scm:git:git@gitlab.synchrotron-soleil.fr:software-control-system/tango-devices/simulators/dynamictester.git</developerConnection>
    		<url>https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/simulators/dynamictester</url>
    	</scm>
    
    	<dependencies>
    		<dependency>
    			<groupId>org.tango-controls</groupId>
    			<artifactId>JTangoServer</artifactId>
    		</dependency>
    	</dependencies>
    </project>