This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/main by this push:
new 8db3cc45 [maven-release-plugin] prepare release fediz-1.7.2
8db3cc45 is described below
commit 8db3cc45d88a091d073096e6faf7b22b785539af
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Mar 16 14:50:07 2026 +0000
[maven-release-plugin] prepare release fediz-1.7.2
---
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/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/jetty9/pom.xml | 2 +-
plugins/pom.xml | 2 +-
plugins/spring/pom.xml | 2 +-
plugins/tomcat/pom.xml | 2 +-
pom.xml | 6 +++---
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/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/tomcat/pom.xml | 2 +-
systests/webapps/cxfWebapp/pom.xml | 2 +-
systests/webapps/pom.xml | 2 +-
systests/webapps/simpleWebapp/pom.xml | 2 +-
systests/webapps/springPreauthWebapp/pom.xml | 2 +-
systests/webapps/springWebapp/pom.xml | 2 +-
49 files changed, 52 insertions(+), 52 deletions(-)
diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml
index 72dbbc4e..71691229 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<name>Apache Fediz Assembly</name>
<packaging>pom</packaging>
<parent>
<groupId>org.apache.cxf.fediz</groupId>
<artifactId>fediz</artifactId>
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml
b/examples/jaxrsCxfPluginWebapp/pom.xml
index 0fb3d991..b41a4ea6 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 f2f1ebf1..5b8c2971 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 481e4b6e..35d94ef3 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
<groupId>org.apache.cxf.fediz.examples</groupId>
<artifactId>jaxrsSpringSecurityWebapp</artifactId>
diff --git a/examples/pom.xml b/examples/pom.xml
index ee46d427..8d0925bc 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 3fa136f2..1154a099 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
<groupId>org.apache.cxf.fediz.examples</groupId>
diff --git a/examples/springPreauthWebapp/pom.xml
b/examples/springPreauthWebapp/pom.xml
index ad5cd4a9..7a91e327 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 a73a3ad8..e9c09054 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 ccd18fea..0e1631e6 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 d408cbb4..e000054b 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 a74690ce..4fc3d934 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 bc7e6c41..aa7e3034 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 864f68ef..1f3db619 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 73171953..7a9e3365 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>fediz-core</artifactId>
diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index 23a5c35b..695e7cbe 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>fediz-cxf</artifactId>
diff --git a/plugins/jetty9/pom.xml b/plugins/jetty9/pom.xml
index 61d1fb47..38a065ed 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>fediz-jetty9</artifactId>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index bd359173..f1d6d673 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
</parent>
<groupId>org.apache.cxf.fediz</groupId>
<artifactId>plugin</artifactId>
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index 9887c7e2..78124765 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>fediz-spring</artifactId>
diff --git a/plugins/tomcat/pom.xml b/plugins/tomcat/pom.xml
index ea09130a..0667b8a2 100644
--- a/plugins/tomcat/pom.xml
+++ b/plugins/tomcat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.cxf.fediz</groupId>
<artifactId>plugin</artifactId>
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>fediz-tomcat</artifactId>
diff --git a/pom.xml b/pom.xml
index ed26e192..7601fc6e 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<name>Apache Fediz</name>
<packaging>pom</packaging>
@@ -93,13 +93,13 @@
<fediz.downloadSources>true</fediz.downloadSources>
<fediz.resources.base.path />
-
<project.build.outputTimestamp>1743759216</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1773671991</project.build.outputTimestamp>
</properties>
<scm>
<connection>scm:git:https://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.7.2</tag>
</scm>
<issueManagement>
diff --git a/services/idp-core/pom.xml b/services/idp-core/pom.xml
index b0f771e9..d424f195 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>fediz-idp-core</artifactId>
diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index b8665fef..c1988ab1 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>fediz-idp</artifactId>
diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml
index b4ca7107..d11be7cf 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>fediz-oidc</artifactId>
diff --git a/services/pom.xml b/services/pom.xml
index 583e87a5..0daad64d 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 6cb94930..a409b9bf 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>fediz-idp-sts</artifactId>
diff --git a/systests/custom/pom.xml b/systests/custom/pom.xml
index cb621e40..06c527b6 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 045091c3..f747e430 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 b2da1187..587a3c32 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 dab766a1..bd20f6e9 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 88186bd5..2aa61280 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 8f016187..f1369459 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 36a4c01a..25ee2125 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 76ebb7f1..d11faa9e 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 1a022b11..38c1fb47 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 cfebe195..c45f5e29 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 fc21f4c0..7ceaee2a 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 12484800..10000a70 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 b956843d..3949bf18 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 0dbbdd5b..27a116ce 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/pom.xml b/systests/pom.xml
index 3dea9b5f..1ef7dde2 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 53ba95d1..23cb5f0a 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 c6473299..09ac84ae 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 4e6589a5..31dc7c00 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.fediz.systests</groupId>
diff --git a/systests/tomcat/pom.xml b/systests/tomcat/pom.xml
index 914a9142..fdc1b417 100644
--- a/systests/tomcat/pom.xml
+++ b/systests/tomcat/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.cxf.fediz</groupId>
<artifactId>fediz-systests</artifactId>
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 d9097dda..1e553515 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 a8615596..9efc744b 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 f4f9652c..cc838d5c 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 19fb37eb..67353f94 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</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 a2e9172e..20dc7116 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.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.cxf.fediz.systests.webapps</groupId>