Repository: cxf-fediz Updated Branches: refs/heads/1.0.x-fixes 226862429 -> fe33526cb
[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/fe33526c Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/fe33526c Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/fe33526c Branch: refs/heads/1.0.x-fixes Commit: fe33526cb2cb81820f5021c0a9bfc52cb1dd118f Parents: 2268624 Author: Colm O hEigeartaigh <[email protected]> Authored: Wed Jun 11 10:42:23 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Wed Jun 11 10:42:23 2014 +0100 ---------------------------------------------------------------------- apache-fediz/pom.xml | 4 ++-- examples/pom.xml | 2 +- examples/simpleWebapp/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/pom.xml | 2 +- plugins/tomcat/pom.xml | 2 +- pom.xml | 4 ++-- services/idp/pom.xml | 2 +- services/pom.xml | 2 +- services/sts/pom.xml | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/apache-fediz/pom.xml ---------------------------------------------------------------------- diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml index 61dce6a..bdade62 100644 --- a/apache-fediz/pom.xml +++ b/apache-fediz/pom.xml @@ -21,14 +21,14 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.fediz</groupId> <artifactId>apache-fediz</artifactId> - <version>1.0.4</version> + <version>1.0.5-SNAPSHOT</version> <name>Apache Fediz Assembly</name> <packaging>pom</packaging> <parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> - <version>1.0.4</version> + <version>1.0.5-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 4e23103..ddf64ca 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> - <version>1.0.4</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/examples/simpleWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simpleWebapp/pom.xml b/examples/simpleWebapp/pom.xml index e7e4a5f..76375c9 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.0.4</version> + <version>1.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/examples/wsclientWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/pom.xml b/examples/wsclientWebapp/pom.xml index b68851e..3991ed2 100644 --- a/examples/wsclientWebapp/pom.xml +++ b/examples/wsclientWebapp/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>examples</artifactId> - <version>1.0.4</version> + <version>1.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>wsclientWebapp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/examples/wsclientWebapp/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webapp/pom.xml b/examples/wsclientWebapp/webapp/pom.xml index 4dd4776..390cafe 100644 --- a/examples/wsclientWebapp/webapp/pom.xml +++ b/examples/wsclientWebapp/webapp/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>wsclientWebapp</artifactId> - <version>1.0.4</version> + <version>1.0.5-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/fe33526c/examples/wsclientWebapp/webservice/common/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/common/pom.xml b/examples/wsclientWebapp/webservice/common/pom.xml index a301238..7249ceb 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.0.4</version> + <version>1.0.5-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/fe33526c/examples/wsclientWebapp/webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/pom.xml b/examples/wsclientWebapp/webservice/pom.xml index 9e7c82f..9abdcf7 100644 --- a/examples/wsclientWebapp/webservice/pom.xml +++ b/examples/wsclientWebapp/webservice/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.fediz.examples</groupId> <artifactId>wsclientWebapp</artifactId> - <version>1.0.4</version> + <version>1.0.5-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/fe33526c/examples/wsclientWebapp/webservice/service/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/service/pom.xml b/examples/wsclientWebapp/webservice/service/pom.xml index 041b44c..089e0fe 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.0.4</version> + <version>1.0.5-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/fe33526c/plugins/core/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml index aad2a39..c8fa154 100644 --- a/plugins/core/pom.xml +++ b/plugins/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> - <version>1.0.4</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-core</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index ac8b4c7..604c2f5 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> - <version>1.0.4</version> + <version>1.0.5-SNAPSHOT</version> </parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>plugin</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/plugins/tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/tomcat/pom.xml b/plugins/tomcat/pom.xml index 589c5b9..c40d183 100644 --- a/plugins/tomcat/pom.xml +++ b/plugins/tomcat/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> - <version>1.0.4</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-tomcat</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9374bc2..dff0022 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.cxf.fediz</groupId> <artifactId>fediz</artifactId> - <version>1.0.4</version> + <version>1.0.5-SNAPSHOT</version> <name>Apache Fediz</name> <packaging>pom</packaging> @@ -82,7 +82,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.0.4</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index ecf403c..022ea4d 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.0.4</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-idp</artifactId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/services/pom.xml ---------------------------------------------------------------------- diff --git a/services/pom.xml b/services/pom.xml index f700b9f..a5493f1 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.0.4</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.cxf.fediz</groupId> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/fe33526c/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index e16fe8f..fd6dc81 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.0.4</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>fediz-idp-sts</artifactId>
