diff --git a/gazelle-proxy-common-war/pom.xml b/gazelle-proxy-common-war/pom.xml index 70af009179a1bc0ac903043eea8bfb3b89576331..04299a60c1add130c3059cddf7aa703d09ee4e6a 100644 --- a/gazelle-proxy-common-war/pom.xml +++ b/gazelle-proxy-common-war/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/gazelle-proxy-ear/pom.xml b/gazelle-proxy-ear/pom.xml index cdde0bc6b03cc6e0a38cb37fe8bc8630a4e6e62e..fb4f015d432b7684a583cdc02eed21a34e611523 100644 --- a/gazelle-proxy-ear/pom.xml +++ b/gazelle-proxy-ear/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/gazelle-proxy-ejb/pom.xml b/gazelle-proxy-ejb/pom.xml index 1ebb35b5ad71cee1c5a465357c9fa107ddceea33..1e124d3f3a175c38cca737fa07b65559ad5659c9 100644 --- a/gazelle-proxy-ejb/pom.xml +++ b/gazelle-proxy-ejb/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/gazelle-proxy-jar/pom.xml b/gazelle-proxy-jar/pom.xml index 3cbbf428c2747a041cbfdb19194a294c080a50ff..972cb8ec0ae930ba5b976a1f8d323b72e1c134c0 100644 --- a/gazelle-proxy-jar/pom.xml +++ b/gazelle-proxy-jar/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/gazelle-proxy-netty/pom.xml b/gazelle-proxy-netty/pom.xml index 317fa9e1e08e0f1d64ee96b9ea30a31f360c861b..2ef4c8447255b24d51193627d3b0252452f4411d 100644 --- a/gazelle-proxy-netty/pom.xml +++ b/gazelle-proxy-netty/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/gazelle-proxy-war/pom.xml b/gazelle-proxy-war/pom.xml index 1253b2fad4f007e0d01b7df17b23c0bdc181d2c5..6ca223fd7bc6e1ac83e4aa2bed2036704f376cef 100644 --- a/gazelle-proxy-war/pom.xml +++ b/gazelle-proxy-war/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index 24ac633ccc2a3c36d12aed872d009c520e29ade7..741955a30fe88d85d40560c8ab7fb1582b0df883 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> <packaging>pom</packaging> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <url>http://gazelle.ihe.net/proxy/</url> <issueManagement> @@ -23,9 +23,9 @@ <url>http://gazelle.ihe.net/jenkins/job/gazelle-proxy-public-SNAPSHOT/</url> </ciManagement> <scm> - <url>https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-3.3.0</url> - <connection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-3.3.0</connection> - <developerConnection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-3.3.0</developerConnection> + <url>https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/trunk</url> + <connection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/trunk</connection> + <developerConnection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/trunk</developerConnection> </scm> <properties> @@ -41,31 +41,31 @@ <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-netty</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-jar</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <type>ejb</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-ejb</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <type>ejb</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-common-war</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <type>war</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-war</artifactId> - <version>3.3.0</version> + <version>3.3.1-SNAPSHOT</version> <type>war</type> </dependency>