diff --git a/gazelle-proxy-common-war/pom.xml b/gazelle-proxy-common-war/pom.xml index 2bda85fd9d9e235bae3674a9eb38d5e0c424bf30..b6bcb1dbffa486046de410dad332995f2d998b4e 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>1.5-SNAPSHOT</version> + <version>1.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/gazelle-proxy-ear/pom.xml b/gazelle-proxy-ear/pom.xml index e5692277f8501acabc316ecc5401b5e7614ef6fa..db1f3a93999b905cdd1d7a6af788212a731ba2ca 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>1.5-SNAPSHOT</version> + <version>1.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/gazelle-proxy-ejb/pom.xml b/gazelle-proxy-ejb/pom.xml index e52724366b05fdc30fb09e71775c0a104839eaf5..2b18e776e67c45c4270d94974d161218e70d7f90 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>1.5-SNAPSHOT</version> + <version>1.5</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 bf47f638a21a1d8aa661228f40a2f8125751caff..ae763d5ca9d9a49da13aa9990cf74b898270108e 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>1.5-SNAPSHOT</version> + <version>1.5</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 e341745b722b631aca3a12ce220c59d425aec28b..7885b145a825848af017eeb0014627221caf4448 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>1.5-SNAPSHOT</version> + <version>1.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/gazelle-proxy-war/pom.xml b/gazelle-proxy-war/pom.xml index 02258f4fe9eeaff7efef6ef90964888512da928e..53af38475be9871a554cc58f3b7ed6ecf7cdf623 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>1.5-SNAPSHOT</version> + <version>1.5</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index af4ab85697a99948ea96ffbdbe902c14d16c609e..7c35cfc345cc66a8600f349cdb49d129b83a5a13 100644 --- a/pom.xml +++ b/pom.xml @@ -11,14 +11,14 @@ <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy</artifactId> <packaging>pom</packaging> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <url>http://gazelle.ihe.net/jenkins/job/gazelle-proxy/site</url> <scm> - <connection>scm:svn:svn://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> - <url>http://fisheye.jboss.org/browse/Seam/parent/gazelle-seam/tags/gazelle-seam-1.42/gazelle-proxy</url> + <connection>scm:svn:svn://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-1.5</connection> + <developerConnection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-1.5</developerConnection> + <url>http://fisheye.jboss.org/browse/Seam/parent/gazelle-seam/tags/gazelle-proxy-1.5</url> </scm> <properties> @@ -33,31 +33,31 @@ <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-netty</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <type>jar</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-jar</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <type>ejb</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-ejb</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <type>ejb</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-common-war</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <type>war</type> </dependency> <dependency> <groupId>net.ihe.gazelle.proxy</groupId> <artifactId>gazelle-proxy-war</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <type>war</type> </dependency>