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

prepare release

parent ced3cb27
No related branches found
No related tags found
No related merge requests found
<?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/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>
</parent>
<groupId>fr.soleil.deviceservers</groupId>
<artifactId>snapArchivingServers</artifactId>
<version>1.6.4-SNAPSHOT</version>
<version>1.6.4</version>
<name>snapArchivingServers</name>
<scm>
<connection>
${scm.connection.svn.tango-cs}:archiving/server/snapArchivingServers
</connection>
<developerConnection>
${scm.developerConnection.svn.tango-cs}:archiving/server/snapArchivingServers
</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/
</url>
</scm>
<developers>
<developer>
<id>abeille</id>
......@@ -38,24 +24,11 @@
<timezone>1</timezone>
</developer>
</developers>
<build>
<plugins>
<plugin>
<groupId>fr.soleil.maven.plugins</groupId>
<artifactId>maven-script-plugin</artifactId>
<executions>
<execution>
<phase>install</phase>
<id>install</id>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<scm>
<connection>${scm.connection.svn.tango-cs}:archiving/server/snapArchivingServers</connection>
<developerConnection>${scm.developerConnection.svn.tango-cs}:archiving/server/snapArchivingServers</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.tango</groupId>
......@@ -81,5 +54,21 @@
<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