Repository: cxf-fediz Updated Branches: refs/heads/master bc0805e0c -> c350aacb7
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/c350aacb Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/c350aacb Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/c350aacb Branch: refs/heads/master Commit: c350aacb7a8e98499743a22660f19f2ff3a497fd Parents: bc0805e Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Aug 2 20:35:06 2016 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Aug 2 20:35:06 2016 +0100 ---------------------------------------------------------------------- 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/tomcat7/pom.xml | 2 +- plugins/tomcat8/pom.xml | 2 +- pom.xml | 4 ++-- services/idp/pom.xml | 4 ++-- services/oidc/pom.xml | 2 +- services/pom.xml | 2 +- services/sts/pom.xml | 2 +- systests/cxf/pom.xml | 2 +- systests/federation/oidc/pom.xml | 2 +- systests/federation/oidcIdpWebapp/pom.xml | 2 +- systests/federation/pom.xml | 2 +- systests/federation/samlIdpWebapp/pom.xml | 2 +- systests/federation/samlsso/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/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/springPreauthWebapp/pom.xml | 2 +- systests/webapps/springWebapp/pom.xml | 2 +- 52 files changed, 55 insertions(+), 55 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/apache-fediz/pom.xml ---------------------------------------------------------------------- diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml index eb900a8..cb62244 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <name>Apache Fediz Assembly</name> <packaging>pom</packaging> <parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> - <version>1.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/jaxrsCxfPluginWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml b/examples/jaxrsCxfPluginWebapp/pom.xml index 5918647..ce39d37 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>jaxrsCxfPluginWebapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/jaxrsSimpleWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jaxrsSimpleWebapp/pom.xml b/examples/jaxrsSimpleWebapp/pom.xml index f39ff63..1a20dad 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>jaxrsSimpleWebapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/jaxrsSpringSecurityWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/jaxrsSpringSecurityWebapp/pom.xml b/examples/jaxrsSpringSecurityWebapp/pom.xml index 09274d1..acbec7e 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>jaxrsSpringSecurityWebapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index a26915c..03b8aee 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/simpleWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simpleWebapp/pom.xml b/examples/simpleWebapp/pom.xml index 8ce5d87..cebad80 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/spring2Webapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml index 7523ab7..de3adf8 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>spring2Webapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/springPreauthWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/springPreauthWebapp/pom.xml b/examples/springPreauthWebapp/pom.xml index 4b7c123..811c750 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>springPreauthWebapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/springWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/springWebapp/pom.xml b/examples/springWebapp/pom.xml index 5887736..c50b9ce 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>springWebapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/wsclientWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/pom.xml b/examples/wsclientWebapp/pom.xml index 73f87a5..50646cf 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>wsclientWebapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/wsclientWebapp/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webapp/pom.xml b/examples/wsclientWebapp/webapp/pom.xml index f021871..7235533 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId> <artifactId>webapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/wsclientWebapp/webservice/common/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/common/pom.xml b/examples/wsclientWebapp/webservice/common/pom.xml index 65f1666..3d7dd8a 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId> <artifactId>common</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/wsclientWebapp/webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/pom.xml b/examples/wsclientWebapp/webservice/pom.xml index d8991c0..e49dc9f 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples.wsclientWebapp</groupId> <artifactId>webservice</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/examples/wsclientWebapp/webservice/service/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/service/pom.xml b/examples/wsclientWebapp/webservice/service/pom.xml index 52c94ea..76e7ba6 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples.wsclientWebapp.webservice</groupId> <artifactId>fedizservice</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/core/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml index 0d28a37..bcf0447 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-core</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/cxf/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml index 6beec46..33e8cb5 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-cxf</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/jetty8/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/jetty8/pom.xml b/plugins/jetty8/pom.xml index 913a5f2..56bb315 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-jetty8</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/jetty9/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/jetty9/pom.xml b/plugins/jetty9/pom.xml index 85a91a6..ed160a5 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-jetty9</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index 115bebe..6ad04ed 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>plugin</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/spring/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index b031c9d..90aa8bd 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-spring</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/spring2/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml index 1456bc3..e6e0623 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-spring2</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/tomcat7/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/tomcat7/pom.xml b/plugins/tomcat7/pom.xml index 6533852..b1f18a3 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-tomcat7</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/plugins/tomcat8/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/tomcat8/pom.xml b/plugins/tomcat8/pom.xml index 9c32aa7..35ea747 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>fediz-tomcat8</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 903a496..2d4d487 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <name>Apache Fediz</name> <packaging>pom</packaging> @@ -101,7 +101,7 @@ <scm> <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-fediz.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-fediz.git</developerConnection> - <tag>fediz-1.3.1</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index cb02ef9..f7f8824 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-idp</artifactId> @@ -418,7 +418,7 @@ </goals> <configuration> <target> - <replace file="${project.build.directory}/swagger-ui/META-INF/resources/webjars/swagger-ui/${swagger-ui.version}/swagger-ui.js" token="return url + requestUrl + querystring;" value="
var matrixstring = '';
 for (var i = 0; i < this.parameters.length; i++) {
 var param = this.parameters[i];
 
 if (param.in === 'matrix') {
 matrixstring += ';' + this.encodeQueryParam(param.name) + '=' + this.encodeQueryParam(args[param.name]);
 }
 }
 
 var url = this.scheme + '://' + this.host;
 
 if (this.basePath !== '/') {
 url += this.basePath;
 }
 return url + requestUrl + matrixstring + querystring;" /> + <replace file="${project.build.directory}/swagger-ui/META-INF/resources/webjars/swagger-ui/${swagger-ui.version}/swagger-ui.js" token="return url + requestUrl + querystring;" value="
var matrixstring = '';
 for (var i = 0; i < this.parameters.length; i++) {
 var param = this.parameters[i];
 
 if (param.in === 'matrix') {
 matrixstring += ';' + this.encodeQueryParam(param.name) + '=' + this.encodeQueryParam(args[param.name]);
 }
 }
 
 var url = this.scheme + '://' + this.host;
 
 if (this.basePath !== '/') {
 url += this.basePath;
 }
 return url + requestUrl + matrixstring + querystring;" /> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/services/oidc/pom.xml ---------------------------------------------------------------------- diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml index 089efe0..ad3b515 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-oidc</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/services/pom.xml ---------------------------------------------------------------------- diff --git a/services/pom.xml b/services/pom.xml index 9ec4ede..30c7851 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index 1214653..42df406 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-idp-sts</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/cxf/pom.xml ---------------------------------------------------------------------- diff --git a/systests/cxf/pom.xml b/systests/cxf/pom.xml index 613fcf5..ed72a28 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/federation/oidc/pom.xml ---------------------------------------------------------------------- diff --git a/systests/federation/oidc/pom.xml b/systests/federation/oidc/pom.xml index f96b543..97f1325 100644 --- a/systests/federation/oidc/pom.xml +++ b/systests/federation/oidc/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.fediz.systests</groupId> <artifactId>fediz-systests-federation</artifactId> - <version>1.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.federation</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/federation/oidcIdpWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/federation/oidcIdpWebapp/pom.xml b/systests/federation/oidcIdpWebapp/pom.xml index e01ddf6..a6da110 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.federation</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/federation/pom.xml ---------------------------------------------------------------------- diff --git a/systests/federation/pom.xml b/systests/federation/pom.xml index 48f73fc..26a0549 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/federation/samlIdpWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/federation/samlIdpWebapp/pom.xml b/systests/federation/samlIdpWebapp/pom.xml index 9f4863a..a4433ab 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.federation</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/federation/samlsso/pom.xml ---------------------------------------------------------------------- diff --git a/systests/federation/samlsso/pom.xml b/systests/federation/samlsso/pom.xml index 43db850..61d150f 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.federation</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/federation/wsfed/pom.xml ---------------------------------------------------------------------- diff --git a/systests/federation/wsfed/pom.xml b/systests/federation/wsfed/pom.xml index 864c4c5..3f5bd24 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.federation</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/idp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/idp/pom.xml b/systests/idp/pom.xml index 69eca29..70f205b 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/jetty8/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml index 4f22322..a4d9532 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/jetty9/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jetty9/pom.xml b/systests/jetty9/pom.xml index 7aac251..7616fe0 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/kerberos/pom.xml ---------------------------------------------------------------------- diff --git a/systests/kerberos/pom.xml b/systests/kerberos/pom.xml index be0422d..9f6a6ac 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/oidc/pom.xml ---------------------------------------------------------------------- diff --git a/systests/oidc/pom.xml b/systests/oidc/pom.xml index c735043..6f318c9 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/pom.xml ---------------------------------------------------------------------- diff --git a/systests/pom.xml b/systests/pom.xml index 595a517..0bd659e 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz-systests</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/samlsso/pom.xml ---------------------------------------------------------------------- diff --git a/systests/samlsso/pom.xml b/systests/samlsso/pom.xml index 50120b4..d762e8c 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/spring/pom.xml ---------------------------------------------------------------------- diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml index 93b8171..21f31c6 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/tests/pom.xml ---------------------------------------------------------------------- diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml index 77a8cf2..c88b12e 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/tomcat7/pom.xml ---------------------------------------------------------------------- diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml index a6e532c..e790d0e 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/tomcat8/pom.xml ---------------------------------------------------------------------- diff --git a/systests/tomcat8/pom.xml b/systests/tomcat8/pom.xml index 82f52a2..bb13813 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/webapps/cxfWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/cxfWebapp/pom.xml b/systests/webapps/cxfWebapp/pom.xml index d859d1c..45df224 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.webapps</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/webapps/pom.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/pom.xml b/systests/webapps/pom.xml index 07b2622..a807989 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.systests</groupId> <artifactId>fediz-systests-webapps</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/webapps/simpleWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/simpleWebapp/pom.xml b/systests/webapps/simpleWebapp/pom.xml index 4bdde10..99a8c92 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.webapps</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/webapps/spring2Webapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/spring2Webapp/pom.xml b/systests/webapps/spring2Webapp/pom.xml index ec21787..5826205 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.webapps</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/webapps/springPreauthWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/springPreauthWebapp/pom.xml b/systests/webapps/springPreauthWebapp/pom.xml index 286285b..e8b909a 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.webapps</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/c350aacb/systests/webapps/springWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/webapps/springWebapp/pom.xml b/systests/webapps/springWebapp/pom.xml index 354b3cd..0ee3f9e 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.3.1</version> + <version>1.3.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz.systests.webapps</groupId>
