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

prepare release

parent 7aec13db
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
</parent>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snapArchivingServers</artifactId>
<version>1.6.5-SNAPSHOT</version>
<version>1.6.5</version>
<name>snapArchivingServers</name>
<developers>
<developer>
......@@ -29,6 +29,23 @@
<developerConnection>${scm.developerConnection.svn.tango-cs}:archiving/server/snapArchivingServers</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>fr.soleil.maven.plugins</groupId>
<artifactId>maven-script-plugin</artifactId>
<executions>
<execution>
<id>install</id>
<phase>install</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.tango</groupId>
......@@ -53,21 +70,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>fr.soleil.maven.plugins</groupId>
<artifactId>maven-script-plugin</artifactId>
<executions>
<execution>
<id>install</id>
<phase>install</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment