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

prepare release

parent e28b6141
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?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" <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"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>super-pom-java</artifactId> <artifactId>super-pom-java</artifactId>
<groupId>fr.soleil</groupId> <groupId>fr.soleil</groupId>
<version>RELEASE</version> <version>RELEASE</version>
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>snapArchivingApi</artifactId> <artifactId>snapArchivingApi</artifactId>
<version>1.6.4</version>
<name>snapArchivingApi</name> <name>snapArchivingApi</name>
<version>1.6.4-SNAPSHOT</version>
<description>Snap Archiving API</description> <description>Snap Archiving API</description>
<scm>
<connection>
${scm.connection.svn.tango-cs}:archiving/api/snapArchivingApi
</connection>
<developerConnection>
${scm.developerConnection.svn.tango-cs}:archiving/api/snapArchivingApi
</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/api/snapArchivingApi/
</url>
</scm>
<developers> <developers>
<developer> <developer>
<id>abeille</id> <id>abeille</id>
...@@ -40,10 +25,11 @@ ...@@ -40,10 +25,11 @@
<timezone>1</timezone> <timezone>1</timezone>
</developer> </developer>
</developers> </developers>
<scm>
<build> <connection>${scm.connection.svn.tango-cs}:archiving/api/snapArchivingApi</connection>
<testSourceDirectory>src/empty</testSourceDirectory> <developerConnection>${scm.developerConnection.svn.tango-cs}:archiving/api/snapArchivingApi</developerConnection>
</build> <url>${scm.url.svn.tango-cs}/archiving/api/snapArchivingApi/</url>
</scm>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.tango</groupId> <groupId>org.tango</groupId>
...@@ -77,8 +63,6 @@ ...@@ -77,8 +63,6 @@
<artifactId>hibernate-core</artifactId> <artifactId>hibernate-core</artifactId>
<version>3.6.5.Final</version> <version>3.6.5.Final</version>
</dependency> </dependency>
<!--<dependency> <groupId>org.jboss</groupId> <artifactId>javassist</artifactId>
<version>3.7.1.GA</version> </dependency> -->
<dependency> <dependency>
<groupId>javassist</groupId> <groupId>javassist</groupId>
<artifactId>javassist</artifactId> <artifactId>javassist</artifactId>
...@@ -119,7 +103,8 @@ ...@@ -119,7 +103,8 @@
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<testSourceDirectory>src/empty</testSourceDirectory>
</build>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment