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
commit 636a49eea0930d5773eabcaad2c3cae5b7e93d5d Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Mon Jun 25 16:39:17 2018 +0100 [maven-release-plugin] prepare for next development iteration --- 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 f9ba8b7..9fce50c 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.4</version> + <version>1.4.5-SNAPSHOT</version> <name>Apache Fediz Assembly</name> <packaging>pom</packaging> <parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> - <version>1.4.4</version> + <version>1.4.5-SNAPSHOT</version> </parent> diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml b/examples/jaxrsCxfPluginWebapp/pom.xml index ec422e9..8964e4b 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.4</version> + <version>1.4.5-SNAPSHOT</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 33af9c1..7b9d4c9 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.4</version> + <version>1.4.5-SNAPSHOT</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 f6cd447..37b880e 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.4</version> + <version>1.4.5-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>jaxrsSpringSecurityWebapp</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index 6b86255..6dd0cf3 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.4</version> + <version>1.4.5-SNAPSHOT</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 7fe781e..b51fa93 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.4</version> + <version>1.4.5-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml index 0ea810b..f6cf95c 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.4</version> + <version>1.4.5-SNAPSHOT</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 b5c455a..5645e2c 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.4</version> + <version>1.4.5-SNAPSHOT</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 e514bbd..9cedb69 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.4</version> + <version>1.4.5-SNAPSHOT</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 d0ab179..d683f53 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.4</version> + <version>1.4.5-SNAPSHOT</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 d6662d5..42f4e17 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.4</version> + <version>1.4.5-SNAPSHOT</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 4930104..e80569d 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.4</version> + <version>1.4.5-SNAPSHOT</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 cb3bba6..1e7fd28 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.4</version> + <version>1.4.5-SNAPSHOT</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 01f3def..5a77a19 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.4</version> + <version>1.4.5-SNAPSHOT</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 5bef6c0..004106c 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-core</artifactId> diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml index dccffce..4fc9c94 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-cxf</artifactId> diff --git a/plugins/jetty8/pom.xml b/plugins/jetty8/pom.xml index b6acb7f..a48c352 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-jetty8</artifactId> diff --git a/plugins/jetty9/pom.xml b/plugins/jetty9/pom.xml index 12fb1c1..3eb6473 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-jetty9</artifactId> diff --git a/plugins/pom.xml b/plugins/pom.xml index 63ffc59..908fb0f 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.4</version> + <version>1.4.5-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>plugin</artifactId> diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index d433c38..28f801c 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-spring</artifactId> diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml index af7c38c..ff23a17 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-spring2</artifactId> diff --git a/plugins/spring3/pom.xml b/plugins/spring3/pom.xml index e075503..1736b07 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-spring3</artifactId> diff --git a/plugins/tomcat7/pom.xml b/plugins/tomcat7/pom.xml index 6cb8c21..ad93224 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-tomcat7</artifactId> diff --git a/plugins/tomcat8/pom.xml b/plugins/tomcat8/pom.xml index e70eda4..8751fd2 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-tomcat8</artifactId> diff --git a/pom.xml b/pom.xml index 056c34d..1b1e03f 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.4</version> + <version>1.4.5-SNAPSHOT</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>fediz-1.4.4</tag> + <tag>HEAD</tag> </scm> <issueManagement> diff --git a/services/idp-core/pom.xml b/services/idp-core/pom.xml index 50bf64d..4758118 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-idp-core</artifactId> diff --git a/services/idp/pom.xml b/services/idp/pom.xml index fcf254f..88020c8 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-idp</artifactId> diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml index 4b8a46b..87367db 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-oidc</artifactId> diff --git a/services/pom.xml b/services/pom.xml index bc13162..78f161f 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.4</version> + <version>1.4.5-SNAPSHOT</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 c62eacd..2892719 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-idp-sts</artifactId> diff --git a/systests/custom/pom.xml b/systests/custom/pom.xml index 8c49810..77be499 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.4</version> + <version>1.4.5-SNAPSHOT</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 7f40e4a..ba24816 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.4</version> + <version>1.4.5-SNAPSHOT</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 73b893d..99637f4 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.4</version> + <version>1.4.5-SNAPSHOT</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 1df8bee..6bceb6d 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.4</version> + <version>1.4.5-SNAPSHOT</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 8854b86..bb1b461 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.4</version> + <version>1.4.5-SNAPSHOT</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 7f75299..5edf391 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.4</version> + <version>1.4.5-SNAPSHOT</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 4523086..8701220 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.4</version> + <version>1.4.5-SNAPSHOT</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 d1df897..f9b1473 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.4</version> + <version>1.4.5-SNAPSHOT</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 53c6908..aa661bc 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.4</version> + <version>1.4.5-SNAPSHOT</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 eeb9ad1..50660e7 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.4</version> + <version>1.4.5-SNAPSHOT</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 d66c5fb..1b93c74 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.4</version> + <version>1.4.5-SNAPSHOT</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 7b82a1f..6adb7ca 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.4</version> + <version>1.4.5-SNAPSHOT</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 38c4005..02af0e4 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.4</version> + <version>1.4.5-SNAPSHOT</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 b7b3ac3..f60cc5c 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.4</version> + <version>1.4.5-SNAPSHOT</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 ef85ab9..73cbf6b 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> diff --git a/systests/pom.xml b/systests/pom.xml index 4271b9d..90ba6d0 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.4</version> + <version>1.4.5-SNAPSHOT</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 8f569aa..6d27e34 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.4</version> + <version>1.4.5-SNAPSHOT</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 e476899..6842302 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.4</version> + <version>1.4.5-SNAPSHOT</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 04fe89d..99d92ac 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.4</version> + <version>1.4.5-SNAPSHOT</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 8cdea0d..403e3ac 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.4</version> + <version>1.4.5-SNAPSHOT</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 ad94314..a0660ca 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.4</version> + <version>1.4.5-SNAPSHOT</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 2e13441..945652b 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.4</version> + <version>1.4.5-SNAPSHOT</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 1763a4d..53c266a 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.4</version> + <version>1.4.5-SNAPSHOT</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 c49ef08..41e6fa4 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.4</version> + <version>1.4.5-SNAPSHOT</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 265d24c..6a1c4c3 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.4</version> + <version>1.4.5-SNAPSHOT</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 bea16da..bda3b97 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.4</version> + <version>1.4.5-SNAPSHOT</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 505bfe6..6e996aa 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.4</version> + <version>1.4.5-SNAPSHOT</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 ee4c400..047d7c8 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.4</version> + <version>1.4.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
