Skip to content
Snippets Groups Projects
Commit dece2248 authored by qa-soleil's avatar qa-soleil :sun_with_face:
Browse files

prepare release

parent 96ab4995
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"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>
......@@ -10,7 +9,7 @@
</parent>
<groupId>fr.soleil.lib</groupId>
<artifactId>snapArchivingApi</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
<name>snapArchivingApi</name>
<description>Snap Archiving API</description>
<developers>
......@@ -31,6 +30,9 @@
<developerConnection>${scm.developerConnection.svn.tango-cs}:archiving/api/snapArchivingApi</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/api/snapArchivingApi/</url>
</scm>
<build>
<testSourceDirectory>src/empty</testSourceDirectory>
</build>
<dependencies>
<dependency>
<groupId>org.tango</groupId>
......@@ -109,7 +111,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<testSourceDirectory>src/empty</testSourceDirectory>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment