Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f318c3e0 authored by Gabriel Landais's avatar Gabriel Landais
Browse files

[maven-release-plugin] prepare for next development iteration

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@19134 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent a3e8ba4e
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,13 @@
<parent>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gazelle-proxy-datamodel</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>gazelle-proxy - DataModel</name>
......
......@@ -5,13 +5,13 @@
<parent>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-ear</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<packaging>ear</packaging>
<name>gazelle-proxy - EAR</name>
......
......@@ -4,13 +4,13 @@
<parent>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gazelle-proxy-ejb</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<packaging>ejb</packaging>
<name>gazelle-proxy - EJB</name>
......
......@@ -3,7 +3,7 @@
<parent>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
......@@ -11,7 +11,7 @@
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-netty</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<packaging>jar</packaging>
<name>gazelle-proxy-netty</name>
......
......@@ -4,13 +4,13 @@
<parent>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gazelle-proxy-war</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<packaging>war</packaging>
<name>gazelle-proxy - WAR</name>
......
......@@ -12,12 +12,12 @@
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<packaging>pom</packaging>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<name>gazelle-proxy</name>
<scm>
<connection>scm:svn:svn://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-0.5</connection>
<developerConnection>scm:svn:svn+ssh://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-0.5</developerConnection>
<connection>scm:svn:svn://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/trunk</connection>
<developerConnection>scm:svn:svn+ssh://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/trunk</developerConnection>
</scm>
<properties>
......@@ -135,13 +135,13 @@
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-netty</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-datamodel</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
......@@ -153,13 +153,13 @@
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-ejb</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-war</artifactId>
<version>0.5</version>
<version>0.6-SNAPSHOT</version>
<type>war</type>
</dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment