Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • groupactions
  • AttributeComposer-4.2.0
  • AttributeComposer-4.1.5
  • AttributeComposer-4.1.4
  • AttributeComposer-4.1.3
  • AttributeComposer-4.1.2
  • AttributeComposer-4.1.1
  • release_4_0_6
  • release_4_0_5
  • release_4_0_4
  • release_4_0_3
  • release_4_0_2
  • release_4_0_1
  • release_4_0_0
  • release_3_0_15
  • release_3_0_14
  • release_3_0_13
  • release_3_0_12
  • release_3_0_11
  • release_3_0_10
  • release_3_0_9
22 results

pom.xml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 2.38 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>AttributeComposer</artifactId>
        <version>4.2.3</version>
        <name>Attribute Composer</name>
        <description>Attribute Composer Device Server</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>Manager</role>
                    <role>Java Developer</role>
                </roles>
                <timezone>1</timezone>
            </developer>
            <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>
        </developers>
        <scm>
            <connection>scm:git:git@gitlab.synchrotron-soleil.fr:software-control-system/tango-devices/softwaresystem/attributecomposer.git</connection>
            <developerConnection>scm:git:git@gitlab.synchrotron-soleil.fr:software-control-system/tango-devices/softwaresystem/attributecomposer.git</developerConnection>
            <url>https://gitlab.synchrotron-soleil.fr/software-control-system/tango-devices/softwaresystem/attributecomposer</url>
        </scm>
    
        <dependencies>
            <dependency>
                <groupId>org.apache.commons</groupId>
                <artifactId>commons-math3</artifactId>
            </dependency>
    
            <dependency>
                <groupId>org.tango-controls</groupId>
                <artifactId>JTangoServer</artifactId>
            </dependency>
    
    
        </dependencies>
    </project>