Repository: syncope Updated Branches: refs/heads/1_2_X ac8c89f20 -> b48d4e2ff
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b48d4e2f Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b48d4e2f Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b48d4e2f Branch: refs/heads/1_2_X Commit: b48d4e2ff75696103fd6b8b30f08f62e26470a97 Parents: ac8c89f Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Jan 15 09:43:05 2016 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Jan 15 09:43:05 2016 +0100 ---------------------------------------------------------------------- archetype/pom.xml | 2 +- build-tools/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- console/pom.xml | 2 +- core-upgrader/pom.xml | 2 +- core/pom.xml | 2 +- deb/console/pom.xml | 2 +- deb/core/pom.xml | 2 +- deb/pom.xml | 2 +- installer/pom.xml | 2 +- pom.xml | 4 ++-- standalone/pom.xml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetype/pom.xml b/archetype/pom.xml index 5f537ac..5ef7603 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Archetype</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 2af8b9a..e0ed00b 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Build Tools</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 3ad3e6f..4b52e42 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Client</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index c983dc4..0a734dc 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Common</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/console/pom.xml ---------------------------------------------------------------------- diff --git a/console/pom.xml b/console/pom.xml index 622d24e..456b2a1 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/core-upgrader/pom.xml ---------------------------------------------------------------------- diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml index 61a79d2..328127a 100644 --- a/core-upgrader/pom.xml +++ b/core-upgrader/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <groupId>org.apache.syncope</groupId> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 5c3175e..e2491d2 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/deb/console/pom.xml ---------------------------------------------------------------------- diff --git a/deb/console/pom.xml b/deb/console/pom.xml index 5672912..2cff7df 100644 --- a/deb/console/pom.xml +++ b/deb/console/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-deb</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/deb/core/pom.xml ---------------------------------------------------------------------- diff --git a/deb/core/pom.xml b/deb/core/pom.xml index 10dc5a0..797da0e 100644 --- a/deb/core/pom.xml +++ b/deb/core/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope-deb</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/deb/pom.xml ---------------------------------------------------------------------- diff --git a/deb/pom.xml b/deb/pom.xml index 79eae2e..4f66361 100644 --- a/deb/pom.xml +++ b/deb/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Deb</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/installer/pom.xml ---------------------------------------------------------------------- diff --git a/installer/pom.xml b/installer/pom.xml index 3bfd00b..ce3eae4 100644 --- a/installer/pom.xml +++ b/installer/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Installer</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b2eeaca..10bb9a5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> <packaging>pom</packaging> <parent> @@ -52,7 +52,7 @@ under the License. <connection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/syncope.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf?p=syncope.git</url> - <tag>syncope-1.2.7</tag> + <tag>HEAD</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/syncope/blob/b48d4e2f/standalone/pom.xml ---------------------------------------------------------------------- diff --git a/standalone/pom.xml b/standalone/pom.xml index c7f75eb..41e0fce 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.syncope</groupId> <artifactId>syncope</artifactId> - <version>1.2.7</version> + <version>1.2.8-SNAPSHOT</version> </parent> <name>Apache Syncope Standalone Distribution</name>
