You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/10/03 17:09:41 UTC

[cxf-fediz] branch 1.4.x-fixes updated: [maven-release-plugin] prepare release fediz-1.4.5

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
     new f07324e  [maven-release-plugin] prepare release fediz-1.4.5
f07324e is described below

commit f07324e8d0a54c28fa0353396f2e31154ea8cff0
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Oct 3 18:06:24 2018 +0100

    [maven-release-plugin] prepare release fediz-1.4.5
---
 apache-fediz/pom.xml                               | 4 ++--
 examples/jaxrsCxfPluginWebapp/pom.xml              | 2 +-
 examples/jaxrsSimpleWebapp/pom.xml                 | 2 +-
 examples/jaxrsSpringSecurityWebapp/pom.xml         | 2 +-
 examples/pom.xml                                   | 2 +-
 examples/simpleWebapp/pom.xml                      | 2 +-
 examples/spring2Webapp/pom.xml                     | 2 +-
 examples/springPreauthWebapp/pom.xml               | 2 +-
 examples/springWebapp/pom.xml                      | 2 +-
 examples/wsclientWebapp/pom.xml                    | 2 +-
 examples/wsclientWebapp/webapp/pom.xml             | 2 +-
 examples/wsclientWebapp/webservice/common/pom.xml  | 2 +-
 examples/wsclientWebapp/webservice/pom.xml         | 2 +-
 examples/wsclientWebapp/webservice/service/pom.xml | 2 +-
 plugins/core/pom.xml                               | 2 +-
 plugins/cxf/pom.xml                                | 2 +-
 plugins/jetty8/pom.xml                             | 2 +-
 plugins/jetty9/pom.xml                             | 2 +-
 plugins/pom.xml                                    | 2 +-
 plugins/spring/pom.xml                             | 2 +-
 plugins/spring2/pom.xml                            | 2 +-
 plugins/spring3/pom.xml                            | 2 +-
 plugins/tomcat7/pom.xml                            | 2 +-
 plugins/tomcat8/pom.xml                            | 2 +-
 pom.xml                                            | 4 ++--
 services/idp-core/pom.xml                          | 2 +-
 services/idp/pom.xml                               | 2 +-
 services/oidc/pom.xml                              | 2 +-
 services/pom.xml                                   | 2 +-
 services/sts/pom.xml                               | 2 +-
 systests/custom/pom.xml                            | 2 +-
 systests/cxf/pom.xml                               | 2 +-
 systests/federation/oidcIdpWebapp/pom.xml          | 2 +-
 systests/federation/pom.xml                        | 2 +-
 systests/federation/samlIdpWebapp/pom.xml          | 2 +-
 systests/federation/samlWebapp/pom.xml             | 2 +-
 systests/federation/samlsso/pom.xml                | 2 +-
 systests/federation/unknown-subject/pom.xml        | 2 +-
 systests/federation/wsfed/pom.xml                  | 2 +-
 systests/idp/pom.xml                               | 2 +-
 systests/jetty8/pom.xml                            | 2 +-
 systests/jetty9/pom.xml                            | 2 +-
 systests/kerberos/pom.xml                          | 2 +-
 systests/ldap/pom.xml                              | 2 +-
 systests/oidc/pom.xml                              | 2 +-
 systests/pom.xml                                   | 2 +-
 systests/samlsso/pom.xml                           | 2 +-
 systests/spring/pom.xml                            | 2 +-
 systests/tests/pom.xml                             | 2 +-
 systests/tomcat7/pom.xml                           | 2 +-
 systests/tomcat8/pom.xml                           | 2 +-
 systests/webapps/cxfWebapp/pom.xml                 | 2 +-
 systests/webapps/pom.xml                           | 2 +-
 systests/webapps/simpleWebapp/pom.xml              | 2 +-
 systests/webapps/spring2Webapp/pom.xml             | 2 +-
 systests/webapps/spring3Webapp/pom.xml             | 2 +-
 systests/webapps/springPreauthWebapp/pom.xml       | 2 +-
 systests/webapps/springWebapp/pom.xml              | 2 +-
 58 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml
index 9fce50c..062e121 100644
--- a/apache-fediz/pom.xml
+++ b/apache-fediz/pom.xml
@@ -22,14 +22,14 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>apache-fediz</artifactId>
-    <version>1.4.5-SNAPSHOT</version>
+    <version>1.4.5</version>
     <name>Apache Fediz Assembly</name>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
 
 
diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml b/examples/jaxrsCxfPluginWebapp/pom.xml
index 8964e4b..bb220b0 100644
--- a/examples/jaxrsCxfPluginWebapp/pom.xml
+++ b/examples/jaxrsCxfPluginWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsCxfPluginWebapp</artifactId>
diff --git a/examples/jaxrsSimpleWebapp/pom.xml b/examples/jaxrsSimpleWebapp/pom.xml
index 7b9d4c9..3bd1c29 100644
--- a/examples/jaxrsSimpleWebapp/pom.xml
+++ b/examples/jaxrsSimpleWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsSimpleWebapp</artifactId>
diff --git a/examples/jaxrsSpringSecurityWebapp/pom.xml b/examples/jaxrsSpringSecurityWebapp/pom.xml
index 37b880e..0f6af19 100644
--- a/examples/jaxrsSpringSecurityWebapp/pom.xml
+++ b/examples/jaxrsSpringSecurityWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>jaxrsSpringSecurityWebapp</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index 6dd0cf3..3763344 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz</groupId>
diff --git a/examples/simpleWebapp/pom.xml b/examples/simpleWebapp/pom.xml
index b51fa93..0406991 100644
--- a/examples/simpleWebapp/pom.xml
+++ b/examples/simpleWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
 
     <groupId>org.apache.cxf.fediz.examples</groupId>
diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml
index f6cf95c..2087138 100644
--- a/examples/spring2Webapp/pom.xml
+++ b/examples/spring2Webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>spring2Webapp</artifactId>
diff --git a/examples/springPreauthWebapp/pom.xml b/examples/springPreauthWebapp/pom.xml
index 5645e2c..a4e1396 100644
--- a/examples/springPreauthWebapp/pom.xml
+++ b/examples/springPreauthWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springPreauthWebapp</artifactId>
diff --git a/examples/springWebapp/pom.xml b/examples/springWebapp/pom.xml
index 9cedb69..863d6ec 100644
--- a/examples/springWebapp/pom.xml
+++ b/examples/springWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>springWebapp</artifactId>
diff --git a/examples/wsclientWebapp/pom.xml b/examples/wsclientWebapp/pom.xml
index d683f53..d87414a 100644
--- a/examples/wsclientWebapp/pom.xml
+++ b/examples/wsclientWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>examples</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples</groupId>
     <artifactId>wsclientWebapp</artifactId>
diff --git a/examples/wsclientWebapp/webapp/pom.xml b/examples/wsclientWebapp/webapp/pom.xml
index 42f4e17..b412b01 100644
--- a/examples/wsclientWebapp/webapp/pom.xml
+++ b/examples/wsclientWebapp/webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webapp</artifactId>
diff --git a/examples/wsclientWebapp/webservice/common/pom.xml b/examples/wsclientWebapp/webservice/common/pom.xml
index e80569d..3747257 100644
--- a/examples/wsclientWebapp/webservice/common/pom.xml
+++ b/examples/wsclientWebapp/webservice/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
         <artifactId>webservice</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>common</artifactId>
diff --git a/examples/wsclientWebapp/webservice/pom.xml b/examples/wsclientWebapp/webservice/pom.xml
index 1e7fd28..c0d0282 100644
--- a/examples/wsclientWebapp/webservice/pom.xml
+++ b/examples/wsclientWebapp/webservice/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples</groupId>
         <artifactId>wsclientWebapp</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
     <artifactId>webservice</artifactId>
diff --git a/examples/wsclientWebapp/webservice/service/pom.xml b/examples/wsclientWebapp/webservice/service/pom.xml
index 5a77a19..1940133 100644
--- a/examples/wsclientWebapp/webservice/service/pom.xml
+++ b/examples/wsclientWebapp/webservice/service/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId>
         <artifactId>webservice</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
     </parent>
     <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId>
     <artifactId>fedizservice</artifactId>
diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml
index 004106c..5e77815 100644
--- a/plugins/core/pom.xml
+++ b/plugins/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-core</artifactId>
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index 4fc9c94..0b107e0 100644
--- a/plugins/cxf/pom.xml
+++ b/plugins/cxf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-cxf</artifactId>
diff --git a/plugins/jetty8/pom.xml b/plugins/jetty8/pom.xml
index a48c352..13f006a 100644
--- a/plugins/jetty8/pom.xml
+++ b/plugins/jetty8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty8</artifactId>
diff --git a/plugins/jetty9/pom.xml b/plugins/jetty9/pom.xml
index 3eb6473..9ab3758 100644
--- a/plugins/jetty9/pom.xml
+++ b/plugins/jetty9/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-jetty9</artifactId>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 908fb0f..52685fe 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.4.5-SNAPSHOT</version>
+       <version>1.4.5</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>plugin</artifactId>
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index 28f801c..ae5d520 100644
--- a/plugins/spring/pom.xml
+++ b/plugins/spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring</artifactId>
diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml
index ff23a17..d8afad3 100644
--- a/plugins/spring2/pom.xml
+++ b/plugins/spring2/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring2</artifactId>
diff --git a/plugins/spring3/pom.xml b/plugins/spring3/pom.xml
index 1736b07..998d151 100644
--- a/plugins/spring3/pom.xml
+++ b/plugins/spring3/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-spring3</artifactId>
diff --git a/plugins/tomcat7/pom.xml b/plugins/tomcat7/pom.xml
index ad93224..3ee8391 100644
--- a/plugins/tomcat7/pom.xml
+++ b/plugins/tomcat7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat7</artifactId>
diff --git a/plugins/tomcat8/pom.xml b/plugins/tomcat8/pom.xml
index 8751fd2..737b71f 100644
--- a/plugins/tomcat8/pom.xml
+++ b/plugins/tomcat8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>plugin</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-tomcat8</artifactId>
diff --git a/pom.xml b/pom.xml
index fe7c400..b380d5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.fediz</groupId>
     <artifactId>fediz</artifactId>
-    <version>1.4.5-SNAPSHOT</version>
+    <version>1.4.5</version>
     <name>Apache Fediz</name>
     <packaging>pom</packaging>
 
@@ -103,7 +103,7 @@
     <scm>
         <connection>scm:git:http://gitbox.apache.org/repos/asf/cxf-fediz.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/cxf-fediz.git</developerConnection>
-      <tag>HEAD</tag>
+      <tag>fediz-1.4.5</tag>
   </scm>
 
     <issueManagement>
diff --git a/services/idp-core/pom.xml b/services/idp-core/pom.xml
index 4758118..aa5e6ca 100644
--- a/services/idp-core/pom.xml
+++ b/services/idp-core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp-core</artifactId>
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 59f9e6c..2e8ad78 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp</artifactId>
diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml
index 3e6205e..a59fb73 100644
--- a/services/oidc/pom.xml
+++ b/services/oidc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-oidc</artifactId>
diff --git a/services/pom.xml b/services/pom.xml
index 78f161f..31e745f 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -22,7 +22,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.4.5-SNAPSHOT</version>
+       <version>1.4.5</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 2bc0230..1d1b4b8 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>fediz-idp-sts</artifactId>
diff --git a/systests/custom/pom.xml b/systests/custom/pom.xml
index 77be499..15ae980 100644
--- a/systests/custom/pom.xml
+++ b/systests/custom/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/cxf/pom.xml b/systests/cxf/pom.xml
index ba24816..a2bbc37 100644
--- a/systests/cxf/pom.xml
+++ b/systests/cxf/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/federation/oidcIdpWebapp/pom.xml b/systests/federation/oidcIdpWebapp/pom.xml
index 99637f4..d3bd8a8 100644
--- a/systests/federation/oidcIdpWebapp/pom.xml
+++ b/systests/federation/oidcIdpWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/pom.xml b/systests/federation/pom.xml
index 6bceb6d..5623a6f 100644
--- a/systests/federation/pom.xml
+++ b/systests/federation/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/federation/samlIdpWebapp/pom.xml b/systests/federation/samlIdpWebapp/pom.xml
index bb1b461..6fe3899 100644
--- a/systests/federation/samlIdpWebapp/pom.xml
+++ b/systests/federation/samlIdpWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/samlWebapp/pom.xml b/systests/federation/samlWebapp/pom.xml
index 5edf391..2e5db2b 100644
--- a/systests/federation/samlWebapp/pom.xml
+++ b/systests/federation/samlWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/samlsso/pom.xml b/systests/federation/samlsso/pom.xml
index 8701220..e39394d 100644
--- a/systests/federation/samlsso/pom.xml
+++ b/systests/federation/samlsso/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/unknown-subject/pom.xml b/systests/federation/unknown-subject/pom.xml
index f9b1473..7eabef5 100644
--- a/systests/federation/unknown-subject/pom.xml
+++ b/systests/federation/unknown-subject/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/federation/wsfed/pom.xml b/systests/federation/wsfed/pom.xml
index aa661bc..2e3123a 100644
--- a/systests/federation/wsfed/pom.xml
+++ b/systests/federation/wsfed/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-federation</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.federation</groupId>
diff --git a/systests/idp/pom.xml b/systests/idp/pom.xml
index 50660e7..38f350c 100644
--- a/systests/idp/pom.xml
+++ b/systests/idp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml
index 1b93c74..e1b36d1 100644
--- a/systests/jetty8/pom.xml
+++ b/systests/jetty8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/jetty9/pom.xml b/systests/jetty9/pom.xml
index 6adb7ca..db908da 100644
--- a/systests/jetty9/pom.xml
+++ b/systests/jetty9/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml
index 02af0e4..d1e6eea 100644
--- a/systests/kerberos/pom.xml
+++ b/systests/kerberos/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/ldap/pom.xml b/systests/ldap/pom.xml
index f60cc5c..b91f75e 100644
--- a/systests/ldap/pom.xml
+++ b/systests/ldap/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/oidc/pom.xml b/systests/oidc/pom.xml
index 73cbf6b..2365908 100644
--- a/systests/oidc/pom.xml
+++ b/systests/oidc/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/pom.xml b/systests/pom.xml
index 90ba6d0..c4020fd 100644
--- a/systests/pom.xml
+++ b/systests/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz</artifactId>
-       <version>1.4.5-SNAPSHOT</version>
+       <version>1.4.5</version>
    </parent>
    <groupId>org.apache.cxf.fediz</groupId>
    <artifactId>fediz-systests</artifactId>
diff --git a/systests/samlsso/pom.xml b/systests/samlsso/pom.xml
index e25a7b5..83911ae 100644
--- a/systests/samlsso/pom.xml
+++ b/systests/samlsso/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml
index 6842302..6d23833 100644
--- a/systests/spring/pom.xml
+++ b/systests/spring/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml
index 99d92ac..618ef67 100644
--- a/systests/tests/pom.xml
+++ b/systests/tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml
index 403e3ac..0131c64 100644
--- a/systests/tomcat7/pom.xml
+++ b/systests/tomcat7/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/tomcat8/pom.xml b/systests/tomcat8/pom.xml
index a0660ca..e374cad 100644
--- a/systests/tomcat8/pom.xml
+++ b/systests/tomcat8/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz</groupId>
         <artifactId>fediz-systests</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/webapps/cxfWebapp/pom.xml b/systests/webapps/cxfWebapp/pom.xml
index 945652b..792b606 100644
--- a/systests/webapps/cxfWebapp/pom.xml
+++ b/systests/webapps/cxfWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/pom.xml b/systests/webapps/pom.xml
index 53c266a..1a3c51c 100644
--- a/systests/webapps/pom.xml
+++ b/systests/webapps/pom.xml
@@ -23,7 +23,7 @@
    <parent>
        <groupId>org.apache.cxf.fediz</groupId>
        <artifactId>fediz-systests</artifactId>
-       <version>1.4.5-SNAPSHOT</version>
+       <version>1.4.5</version>
    </parent>
    <groupId>org.apache.cxf.fediz.systests</groupId>
    <artifactId>fediz-systests-webapps</artifactId>
diff --git a/systests/webapps/simpleWebapp/pom.xml b/systests/webapps/simpleWebapp/pom.xml
index 41e6fa4..e69fcfa 100644
--- a/systests/webapps/simpleWebapp/pom.xml
+++ b/systests/webapps/simpleWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/spring2Webapp/pom.xml b/systests/webapps/spring2Webapp/pom.xml
index 6a1c4c3..e31c38e 100644
--- a/systests/webapps/spring2Webapp/pom.xml
+++ b/systests/webapps/spring2Webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/spring3Webapp/pom.xml b/systests/webapps/spring3Webapp/pom.xml
index bda3b97..66be827 100644
--- a/systests/webapps/spring3Webapp/pom.xml
+++ b/systests/webapps/spring3Webapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/springPreauthWebapp/pom.xml b/systests/webapps/springPreauthWebapp/pom.xml
index 6e996aa..35d1873 100644
--- a/systests/webapps/springPreauthWebapp/pom.xml
+++ b/systests/webapps/springPreauthWebapp/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
diff --git a/systests/webapps/springWebapp/pom.xml b/systests/webapps/springWebapp/pom.xml
index 047d7c8..56217d5 100644
--- a/systests/webapps/springWebapp/pom.xml
+++ b/systests/webapps/springWebapp/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf.fediz.systests</groupId>
         <artifactId>fediz-systests-webapps</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.fediz.systests.webapps</groupId>