diff --git a/gazelle-proxy-common-war/pom.xml b/gazelle-proxy-common-war/pom.xml
index c1c0b97de7c6ce0ee990862f0e41c24f11c3919b..2c5cd30d637d3cc11bd19e8ea15e4beca1444e3a 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.0.1-SNAPSHOT</version>
+		<version>3.1.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/gazelle-proxy-ear/pom.xml b/gazelle-proxy-ear/pom.xml
index 2d3ec189751d03a070614b66b6d8089300c9cb66..382a284c558e4fe259a6115d02055cecf84d0f65 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.0.1-SNAPSHOT</version>
+		<version>3.1.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/gazelle-proxy-ejb/pom.xml b/gazelle-proxy-ejb/pom.xml
index e64901ca7e56ec1bd1267d54a28e46d03a2f4ff0..68ebfc2f0fb2cee324aabe8de1c7234e257d44f9 100644
--- a/gazelle-proxy-ejb/pom.xml
+++ b/gazelle-proxy-ejb/pom.xml
@@ -1,10 +1,9 @@
 <?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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
 	<parent>
 		<groupId>net.ihe.gazelle.proxy</groupId>
 		<artifactId>gazelle-proxy</artifactId>
-		<version>3.0.1-SNAPSHOT</version>
+		<version>3.1.0</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 76f37b79d971a7fa0d2722a154df37e08dd46669..aed66a2f42495cd9faf985685a7277036ed10ee4 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.0.1-SNAPSHOT</version>
+		<version>3.1.0</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 3c00eb814e762dab9df1a6c868b74fa6b3b196dd..5f1e5e771d207291f695966ac1f7a78769b5ec8c 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.0.1-SNAPSHOT</version>
+		<version>3.1.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/gazelle-proxy-war/pom.xml b/gazelle-proxy-war/pom.xml
index 108f380723bab47d5c3021a724390b690e67bdec..2693a49647daa88bd8b61d5391c6e428f93abf1b 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.0.1-SNAPSHOT</version>
+		<version>3.1.0</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
diff --git a/pom.xml b/pom.xml
index 88f4d1d9ae43c2c7a21a4f4398faaba56aa10862..0af261a9e9779e5cbda56b99f06653ee43606931 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.0.1-SNAPSHOT</version>
+	<version>3.1.0</version>
 
 	<url>http://gazelle.ihe.net/proxy/</url>
 	<issueManagement>
@@ -23,9 +23,9 @@
 		<url>http://gazelle.ihe.net/jenkins/job/gazelle-proxy/</url>
 	</ciManagement>
 	<scm>
-		<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>
+		<url>https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-3.1.0</url>
+		<connection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-3.1.0</connection>
+		<developerConnection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/tags/gazelle-proxy-3.1.0</developerConnection>
 	</scm>
 
 	<properties>
@@ -41,31 +41,31 @@
 			<dependency>
 				<groupId>net.ihe.gazelle.proxy</groupId>
 				<artifactId>gazelle-proxy-netty</artifactId>
-				<version>3.0.1-SNAPSHOT</version>
+				<version>3.1.0</version>
 				<type>jar</type>
 			</dependency>
 			<dependency>
 				<groupId>net.ihe.gazelle.proxy</groupId>
 				<artifactId>gazelle-proxy-jar</artifactId>
-				<version>3.0.1-SNAPSHOT</version>
+				<version>3.1.0</version>
 				<type>ejb</type>
 			</dependency>
 			<dependency>
 				<groupId>net.ihe.gazelle.proxy</groupId>
 				<artifactId>gazelle-proxy-ejb</artifactId>
-				<version>3.0.1-SNAPSHOT</version>
+				<version>3.1.0</version>
 				<type>ejb</type>
 			</dependency>
 			<dependency>
 				<groupId>net.ihe.gazelle.proxy</groupId>
 				<artifactId>gazelle-proxy-common-war</artifactId>
-				<version>3.0.1-SNAPSHOT</version>
+				<version>3.1.0</version>
 				<type>war</type>
 			</dependency>
 			<dependency>
 				<groupId>net.ihe.gazelle.proxy</groupId>
 				<artifactId>gazelle-proxy-war</artifactId>
-				<version>3.0.1-SNAPSHOT</version>
+				<version>3.1.0</version>
 				<type>war</type>
 			</dependency>