diff --git a/pom.xml b/pom.xml index 9b8e40dd0e78ce52af5077c7c8ac4eadde0a6247..74f733a310a3520fb16d30e5397c3e573eb26549 100755 --- a/pom.xml +++ b/pom.xml @@ -1,78 +1,78 @@ -<?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>PulseCounting-${aol}-${mode}</artifactId> - <version>2.1.5-SNAPSHOT</version> - - <packaging>nar</packaging> - <name>PulseCounting</name> - <description>PulseCounting device</description> - - <build> - <plugins> - <plugin> - <groupId>org.freehep</groupId> - <artifactId>freehep-nar-plugin</artifactId> - <configuration> - <os>Windows</os> - <cpp> - <defines> - <define>USE_NX_DS_FINALIZER</define> - <define>USE_CALLBACK</define> - <define>PROJECT_NAME=${project.name}</define> - <define>PROJECT_VERSION=${project.version}</define> - </defines> - </cpp> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>com.ni</groupId> - <artifactId>NIDAQmx-${aol}-shared-${mode}</artifactId> - <version>8.7.1</version> - </dependency> - <dependency> - <groupId>fr.soleil.lib</groupId> - <artifactId>NI660Xsl-${aol}-${library}-${mode}</artifactId> - </dependency> - <dependency> - <groupId>fr.soleil.lib</groupId> - <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId> - </dependency> - <dependency> - <groupId>fr.soleil.lib</groupId> - <artifactId>YAT-${aol}-${library}-${mode}</artifactId> - </dependency> - <dependency> - <groupId>fr.soleil.lib</groupId> - <artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId> - </dependency> - </dependencies> - <scm> - <connection>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/PulseCounting/trunk</connection> - <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/PulseCounting/trunk</developerConnection> - <url>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/PulseCounting/trunk</url> - </scm> - <developers> - <developer> - <id>gara</id> - <name>gara</name> - <url>http://controle/</url> - <organization>Synchrotron Soleil</organization> - <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl> - <roles> - <role>developer</role> - </roles> - <timezone>1</timezone> - </developer> - </developers> -</project> \ No newline at end of file +<?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>PulseCounting-${aol}-${mode}</artifactId> + <version>2.1.4</version> + + <packaging>nar</packaging> + <name>PulseCounting</name> + <description>PulseCounting device</description> + + <build> + <plugins> + <plugin> + <groupId>org.freehep</groupId> + <artifactId>freehep-nar-plugin</artifactId> + <configuration> + <os>Windows</os> + <cpp> + <defines> + <define>USE_NX_DS_FINALIZER</define> + <define>USE_CALLBACK</define> + <define>PROJECT_NAME=${project.name}</define> + <define>PROJECT_VERSION=${project.version}</define> + </defines> + </cpp> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>com.ni</groupId> + <artifactId>NIDAQmx-${aol}-shared-${mode}</artifactId> + <version>8.7.1</version> + </dependency> + <dependency> + <groupId>fr.soleil.lib</groupId> + <artifactId>NI660Xsl-${aol}-${library}-${mode}</artifactId> + </dependency> + <dependency> + <groupId>fr.soleil.lib</groupId> + <artifactId>YAT4Tango-${aol}-${library}-${mode}</artifactId> + </dependency> + <dependency> + <groupId>fr.soleil.lib</groupId> + <artifactId>YAT-${aol}-${library}-${mode}</artifactId> + </dependency> + <dependency> + <groupId>fr.soleil.lib</groupId> + <artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId> + </dependency> + </dependencies> + <scm> + <connection>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/PulseCounting/trunk</connection> + <developerConnection>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/PulseCounting/trunk</developerConnection> + <url>${scm.connection.svn.tango-ds}/DeviceClasses/CounterTimer/NI/PulseCounting/trunk</url> + </scm> + <developers> + <developer> + <id>gara</id> + <name>gara</name> + <url>http://controle/</url> + <organization>Synchrotron Soleil</organization> + <organizationUrl>http://www.synchrotron-soleil.fr</organizationUrl> + <roles> + <role>developer</role> + </roles> + <timezone>1</timezone> + </developer> + </developers> +</project>