diff --git a/gazelle-proxy-ear/pom.xml b/gazelle-proxy-ear/pom.xml
index 72726068262ac3b9ff4f1d0f3e96aa8532a79b5d..aadf0ab93e482f970c4f8fe0a254c3197d91bfa9 100644
--- a/gazelle-proxy-ear/pom.xml
+++ b/gazelle-proxy-ear/pom.xml
@@ -121,7 +121,7 @@
         <dependency>
             <groupId>net.ihe.gazelle.cdk</groupId>
             <artifactId>cdk-tags</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.3</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/gazelle-proxy-ejb/pom.xml b/gazelle-proxy-ejb/pom.xml
index c4fc9cc395583f7c5c118f08881a64951dee0d83..6000b2fe10761e4f8063dfd0bc54ca69e515f3fc 100644
--- a/gazelle-proxy-ejb/pom.xml
+++ b/gazelle-proxy-ejb/pom.xml
@@ -1,5 +1,6 @@
 <?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
+         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>
@@ -166,7 +167,7 @@
         <dependency>
             <groupId>net.ihe.gazelle.maven</groupId>
             <artifactId>version</artifactId>
-            <version>1.0.2</version>
+            <version>1.0.3</version>
             <type>ejb</type>
         </dependency>
         <dependency>
diff --git a/gazelle-proxy-jar/pom.xml b/gazelle-proxy-jar/pom.xml
index 435f182ab64fabd21873991eb27029214cfca066..de1ae5804cdb72210dc5557a66b985277d5c6215 100644
--- a/gazelle-proxy-jar/pom.xml
+++ b/gazelle-proxy-jar/pom.xml
@@ -182,13 +182,13 @@
         <dependency>
             <groupId>net.ihe.gazelle</groupId>
             <artifactId>gazelle-evsclient-connector</artifactId>
-            <version>1.1.7</version>
+            <version>1.1.8</version>
             <type>jar</type>
         </dependency>
         <dependency>
             <groupId>net.ihe.gazelle.tls</groupId>
             <artifactId>DecodeTls</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>1.0.0</version>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file
diff --git a/gazelle-proxy-war/pom.xml b/gazelle-proxy-war/pom.xml
index 58f83c7c468064569266220d42fa1608b96e328e..f6a980030b46716d12d4b350452d727dc9cfa2eb 100644
--- a/gazelle-proxy-war/pom.xml
+++ b/gazelle-proxy-war/pom.xml
@@ -1,5 +1,6 @@
 <?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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
+		 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>
@@ -43,7 +44,7 @@
 		<dependency>
 			<groupId>net.ihe.gazelle</groupId>
 			<artifactId>gazelle-assets</artifactId>
-			<version>2.0.8</version>
+			<version>2.0.14</version>
 			<type>war</type>
 		</dependency>
 		<dependency>
diff --git a/pom.xml b/pom.xml
index fa183d73401bfdd5ae6ff131c4ac8547264685f8..a51008959249db8252f1bdf1c78f1340724cdcfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.ihe.gazelle.maven</groupId>
         <artifactId>gazelle-tools</artifactId>
-        <version>3.0.22</version>
+        <version>3.0.23</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -41,6 +41,7 @@
         <maven.compiler.source>1.7</maven.compiler.source>
         <maven.compiler.target>1.7</maven.compiler.target>
         <sonar.exclusions>file:**/src/main/webapp/resources/**/*.js</sonar.exclusions>
+        <gazelle.plugins.version>1.54</gazelle.plugins.version>
     </properties>
 
     <dependencyManagement>