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

prepare release

parent 5edb4cd5
Branches
No related tags found
No related merge requests found
<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">
<?xml version="1.0"?>
<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>hdbtdbArchivingServers</artifactId>
<version>2.3.4</version>
<name>hdbtdbArchivingServers</name>
<version>2.3.4-SNAPSHOT</version>
<scm>
<connection>${scm.connection.svn.tango-cs}:archiving/server/hdbtdbArchivingServers</connection>
<developerConnection>${scm.developerConnection.svn.tango-cs}:archiving/server/hdbtdbArchivingServers</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/server/hdbtdbArchivingServers/</url>
</scm>
<developers>
<developer>
<id>abeille</id>
......@@ -34,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/hdbtdbArchivingServers</connection>
<developerConnection>${scm.developerConnection.svn.tango-cs}:archiving/server/hdbtdbArchivingServers</developerConnection>
<url>${scm.url.svn.tango-cs}/archiving/server/hdbtdbArchivingServers/</url>
</scm>
<dependencies>
<dependency>
<groupId>org.tango</groupId>
......@@ -84,4 +61,21 @@
<version>1.6.1</version>
</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