Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • release_1_0_12
  • release_1_0_11
  • release_1_0_10
  • release_1_0_9
  • release_1_0_8
  • release_1_0_7
  • release_1_0_6
  • release_1_0_5
  • release_1_0_4
10 results

pom.xml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    pom.xml 1.90 KiB
    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
       <modelVersion>4.0.0</modelVersion>
       <parent>
           <groupId>fr.soleil</groupId>
           <artifactId>super-pom-C-CPP-device</artifactId>
           <version>RELEASE</version>
       </parent>
       <groupId>fr.soleil.device</groupId>
       <artifactId>MicrocodeDataViewer-${aol}-${mode}</artifactId>
       <version>1.0.13-SNAPSHOT</version>
       <packaging>nar</packaging>
       <name>MicrocodeDataViewer</name>
       <description>MicrocodeDataViewer device</description>
       <build>
           <plugins>
               <plugin>
                   <groupId>org.freehep</groupId>
                   <artifactId>freehep-nar-plugin</artifactId>
               </plugin>
           </plugins>
       </build>
       <dependencies>
           <dependency>
               <groupId>fr.soleil.lib</groupId>
               <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId>
            </dependency>
       </dependencies>
       <scm>
           <connection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk</connection>
           <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk</developerConnection>
           <url>${scm.connection.svn.tango-ds}/DeviceClasses/Motion/MotorControllers/Galil/MicrocodeDataViewer/trunk</url>
       </scm>
       <developers>
           <developer>
               <id>langlois</id>
               <name>langlois</name>
               <url>http://controle/</url>
               <organization>Synchrotron Soleil</organization>
               <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl>
               <roles>
                   <role>manager</role>
               </roles>
               <timezone>1</timezone>
           </developer>
       </developers>
    </project>