Skip to content
Snippets Groups Projects
Commit 4adbab4b authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

remove 3rd parties version

parent 2e56ea80
No related branches found
No related tags found
No related merge requests found
<?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"
<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>super-pom-java</artifactId>
<groupId>fr.soleil</groupId>
<version>RELEASE</version>
<groupId>fr.soleil.maven.parent</groupId>
<artifactId>java-updated-versions</artifactId>
<version>0-SNAPSHOT</version>
</parent>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snaparchivingservers</artifactId>
<version>1.7.14-SNAPSHOT</version>
<version>1.7.14</version>
<packaging>pom</packaging>
<name>snapArchivingServers</name>
<developers>
......@@ -47,34 +50,8 @@
<module>snaparchiver</module>
<module>snapmanager</module>
<module>snapextractor</module>
<module>formersnapextractor</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snaparchiver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snapmanager</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snapextractor</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>formersnapextractor</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
......
......@@ -6,7 +6,7 @@
<parent>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snaparchivingservers</artifactId>
<version>1.7.14-SNAPSHOT</version>
<version>1.7.14</version>
</parent>
<artifactId>snaparchiver</artifactId>
......@@ -22,22 +22,7 @@
</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/snaparchiver</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.tango</groupId>
......@@ -55,13 +40,5 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
......@@ -6,7 +6,7 @@
<parent>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snaparchivingservers</artifactId>
<version>1.7.14-SNAPSHOT</version>
<version>1.7.14</version>
</parent>
<artifactId>snapextractor</artifactId>
......@@ -22,22 +22,7 @@
</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/snapextractor</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.tango</groupId>
......@@ -61,13 +46,5 @@
<groupId>org.tango</groupId>
<artifactId>JTangoClientLang</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
......@@ -6,7 +6,7 @@
<parent>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snaparchivingservers</artifactId>
<version>1.7.14-SNAPSHOT</version>
<version>1.7.14</version>
</parent>
<artifactId>snapmanager</artifactId>
......@@ -22,22 +22,7 @@
</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/snapmanager</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.tango</groupId>
......@@ -55,13 +40,5 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment