From commits-return-37768-apmail-cxf-commits-archive=cxf.apache.org@cxf.apache.org Thu Aug 6 08:33:48 2015 Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EF6AA18652 for ; Thu, 6 Aug 2015 08:33:48 +0000 (UTC) Received: (qmail 4577 invoked by uid 500); 6 Aug 2015 08:33:42 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 4516 invoked by uid 500); 6 Aug 2015 08:33:42 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 4502 invoked by uid 99); 6 Aug 2015 08:33:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2015 08:33:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 709DFE17FC; Thu, 6 Aug 2015 08:33:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cxf-fediz git commit: [maven-release-plugin] prepare for next development iteration Date: Thu, 6 Aug 2015 08:33:42 +0000 (UTC) Repository: cxf-fediz Updated Branches: refs/heads/1.1.x-fixes 3478fa753 -> 29e99f99b [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/29e99f99 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/29e99f99 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/29e99f99 Branch: refs/heads/1.1.x-fixes Commit: 29e99f99b923a84b2bad6d71519d2e896e101804 Parents: 3478fa7 Author: Colm O hEigeartaigh Authored: Thu Aug 6 09:33:32 2015 +0100 Committer: Colm O hEigeartaigh Committed: Thu Aug 6 09:33:32 2015 +0100 ---------------------------------------------------------------------- apache-fediz/pom.xml | 4 ++-- 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/jetty/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/spring/pom.xml | 2 +- plugins/spring2/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 +- systests/jetty8/pom.xml | 2 +- systests/pom.xml | 2 +- systests/simpleWebapp/pom.xml | 2 +- systests/spring/pom.xml | 2 +- systests/spring2Webapp/pom.xml | 2 +- systests/springPreauthWebapp/pom.xml | 2 +- systests/springWebapp/pom.xml | 2 +- systests/tests/pom.xml | 2 +- systests/tomcat7/pom.xml | 2 +- 31 files changed, 33 insertions(+), 33 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/apache-fediz/pom.xml ---------------------------------------------------------------------- diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml index cb1ebed..cf620b7 100644 --- a/apache-fediz/pom.xml +++ b/apache-fediz/pom.xml @@ -21,14 +21,14 @@ 4.0.0 org.apache.cxf.fediz apache-fediz - 1.1.3 + 1.1.4-SNAPSHOT Apache Fediz Assembly pom org.apache.cxf.fediz fediz - 1.1.3 + 1.1.4-SNAPSHOT http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 9340e36..12f9d96 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz fediz - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml org.apache.cxf.fediz http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/simpleWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/simpleWebapp/pom.xml b/examples/simpleWebapp/pom.xml index 6aeb89d..53bb106 100644 --- a/examples/simpleWebapp/pom.xml +++ b/examples/simpleWebapp/pom.xml @@ -23,7 +23,7 @@ org.apache.cxf.fediz examples - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/spring2Webapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/spring2Webapp/pom.xml b/examples/spring2Webapp/pom.xml index 5ea4280..b23646a 100644 --- a/examples/spring2Webapp/pom.xml +++ b/examples/spring2Webapp/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz examples - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples spring2Webapp http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/springPreauthWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/springPreauthWebapp/pom.xml b/examples/springPreauthWebapp/pom.xml index 2dc9f99..30f20e5 100644 --- a/examples/springPreauthWebapp/pom.xml +++ b/examples/springPreauthWebapp/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz examples - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples springPreauthWebapp http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/springWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/springWebapp/pom.xml b/examples/springWebapp/pom.xml index 9c3ad7c..e4eedf2 100644 --- a/examples/springWebapp/pom.xml +++ b/examples/springWebapp/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz examples - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples springWebapp http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/wsclientWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/pom.xml b/examples/wsclientWebapp/pom.xml index d5d93b6..76979dd 100644 --- a/examples/wsclientWebapp/pom.xml +++ b/examples/wsclientWebapp/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz examples - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples wsclientWebapp http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/wsclientWebapp/webapp/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webapp/pom.xml b/examples/wsclientWebapp/webapp/pom.xml index 5c74089..2b8b871 100644 --- a/examples/wsclientWebapp/webapp/pom.xml +++ b/examples/wsclientWebapp/webapp/pom.xml @@ -23,7 +23,7 @@ org.apache.cxf.fediz.examples wsclientWebapp - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples.wsclientWebapp webapp http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/wsclientWebapp/webservice/common/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/common/pom.xml b/examples/wsclientWebapp/webservice/common/pom.xml index 6a2d72f..79e4963 100644 --- a/examples/wsclientWebapp/webservice/common/pom.xml +++ b/examples/wsclientWebapp/webservice/common/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz.examples.wsclientWebapp webservice - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples.wsclientWebapp.webservice common http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/wsclientWebapp/webservice/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/pom.xml b/examples/wsclientWebapp/webservice/pom.xml index c67c17f..55a082e 100644 --- a/examples/wsclientWebapp/webservice/pom.xml +++ b/examples/wsclientWebapp/webservice/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz.examples wsclientWebapp - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples.wsclientWebapp webservice http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/examples/wsclientWebapp/webservice/service/pom.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webservice/service/pom.xml b/examples/wsclientWebapp/webservice/service/pom.xml index c0f58e5..6ae2c4e 100644 --- a/examples/wsclientWebapp/webservice/service/pom.xml +++ b/examples/wsclientWebapp/webservice/service/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz.examples.wsclientWebapp webservice - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz.examples.wsclientWebapp.webservice fedizservice http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/plugins/core/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/core/pom.xml b/plugins/core/pom.xml index 3df7d4f..a0d269e 100644 --- a/plugins/core/pom.xml +++ b/plugins/core/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz plugin - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml fediz-core http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/plugins/cxf/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml index e429d9b..b2ec748 100644 --- a/plugins/cxf/pom.xml +++ b/plugins/cxf/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz plugin - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml fediz-cxf http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/plugins/jetty/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/jetty/pom.xml b/plugins/jetty/pom.xml index 507152f..2ed36ff 100644 --- a/plugins/jetty/pom.xml +++ b/plugins/jetty/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz plugin - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml fediz-jetty http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/plugins/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/pom.xml b/plugins/pom.xml index 2e49c37..db4a300 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz fediz - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz plugin http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/plugins/spring/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml index 888abd7..2dc49b1 100644 --- a/plugins/spring/pom.xml +++ b/plugins/spring/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz plugin - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml fediz-spring http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/plugins/spring2/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/spring2/pom.xml b/plugins/spring2/pom.xml index b4b5ad7..62fd31a 100644 --- a/plugins/spring2/pom.xml +++ b/plugins/spring2/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz plugin - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml fediz-spring2 http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/plugins/tomcat/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/tomcat/pom.xml b/plugins/tomcat/pom.xml index 622b5a4..860c77c 100644 --- a/plugins/tomcat/pom.xml +++ b/plugins/tomcat/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz plugin - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml fediz-tomcat http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 63ae84f..09fdf1c 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 org.apache.cxf.fediz fediz - 1.1.3 + 1.1.4-SNAPSHOT Apache Fediz pom @@ -93,7 +93,7 @@ scm:git:http://git-wip-us.apache.org/repos/asf/cxf-fediz.git scm:git:https://git-wip-us.apache.org/repos/asf/cxf-fediz.git - fediz-1.1.3 + HEAD http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/services/idp/pom.xml ---------------------------------------------------------------------- diff --git a/services/idp/pom.xml b/services/idp/pom.xml index d46d907..85568c0 100644 --- a/services/idp/pom.xml +++ b/services/idp/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz fediz - 1.1.3 + 1.1.4-SNAPSHOT ../../pom.xml fediz-idp http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/services/pom.xml ---------------------------------------------------------------------- diff --git a/services/pom.xml b/services/pom.xml index d319127..6640af9 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz fediz - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml org.apache.cxf.fediz http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/services/sts/pom.xml ---------------------------------------------------------------------- diff --git a/services/sts/pom.xml b/services/sts/pom.xml index e826ad8..c06e602 100644 --- a/services/sts/pom.xml +++ b/services/sts/pom.xml @@ -14,7 +14,7 @@ org.apache.cxf.fediz fediz - 1.1.3 + 1.1.4-SNAPSHOT ../../pom.xml fediz-idp-sts http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/jetty8/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jetty8/pom.xml b/systests/jetty8/pom.xml index 949e920..8f987ca 100644 --- a/systests/jetty8/pom.xml +++ b/systests/jetty8/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz systests - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml org.apache.cxf.fediz.systests http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/pom.xml ---------------------------------------------------------------------- diff --git a/systests/pom.xml b/systests/pom.xml index da9cd73..848332b 100644 --- a/systests/pom.xml +++ b/systests/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz fediz - 1.1.3 + 1.1.4-SNAPSHOT org.apache.cxf.fediz systests http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/simpleWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/simpleWebapp/pom.xml b/systests/simpleWebapp/pom.xml index 8089c52..22d3cf2 100644 --- a/systests/simpleWebapp/pom.xml +++ b/systests/simpleWebapp/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz systests - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml org.apache.cxf.fediz.systests http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/spring/pom.xml ---------------------------------------------------------------------- diff --git a/systests/spring/pom.xml b/systests/spring/pom.xml index 6de29d3..1c08773 100644 --- a/systests/spring/pom.xml +++ b/systests/spring/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz systests - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml org.apache.cxf.fediz.systests http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/spring2Webapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/spring2Webapp/pom.xml b/systests/spring2Webapp/pom.xml index d65c022..dec12da 100644 --- a/systests/spring2Webapp/pom.xml +++ b/systests/spring2Webapp/pom.xml @@ -23,7 +23,7 @@ org.apache.cxf.fediz systests - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/springPreauthWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/springPreauthWebapp/pom.xml b/systests/springPreauthWebapp/pom.xml index f8c160b..b8b2ea3 100644 --- a/systests/springPreauthWebapp/pom.xml +++ b/systests/springPreauthWebapp/pom.xml @@ -23,7 +23,7 @@ org.apache.cxf.fediz systests - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/springWebapp/pom.xml ---------------------------------------------------------------------- diff --git a/systests/springWebapp/pom.xml b/systests/springWebapp/pom.xml index b603996..bdef43a 100644 --- a/systests/springWebapp/pom.xml +++ b/systests/springWebapp/pom.xml @@ -23,7 +23,7 @@ org.apache.cxf.fediz systests - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/tests/pom.xml ---------------------------------------------------------------------- diff --git a/systests/tests/pom.xml b/systests/tests/pom.xml index 2be69f2..a9fa56e 100644 --- a/systests/tests/pom.xml +++ b/systests/tests/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz systests - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml org.apache.cxf.fediz.systests http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/29e99f99/systests/tomcat7/pom.xml ---------------------------------------------------------------------- diff --git a/systests/tomcat7/pom.xml b/systests/tomcat7/pom.xml index 729f7fd..8a5cb9f 100644 --- a/systests/tomcat7/pom.xml +++ b/systests/tomcat7/pom.xml @@ -22,7 +22,7 @@ org.apache.cxf.fediz systests - 1.1.3 + 1.1.4-SNAPSHOT ../pom.xml org.apache.cxf.fediz.systests