Setting version back to 1.2.1-SNAPSHOT (aborting the release process for 1.2.1)
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/db95c72e Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/db95c72e Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/db95c72e Branch: refs/heads/master Commit: db95c72e365486e1b6f12a6f95695c8bfb987529 Parents: 9f489a4 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Nov 14 16:32:07 2014 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Nov 14 16:32:07 2014 +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 | 4 ++-- deb/core/pom.xml | 2 +- deb/pom.xml | 4 ++-- installer/pom.xml | 2 +- pom.xml | 3 +-- standalone/pom.xml | 2 +- 13 files changed, 15 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/archetype/pom.xml ---------------------------------------------------------------------- diff --git a/archetype/pom.xml b/archetype/pom.xml index 5c9bb1f..d0209d1 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Archetype</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 4ccf6c9..98ae216 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Build Tools</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 2fcaf15..0a3c845 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Client</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index e121d20..11236f6 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Common</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/console/pom.xml ---------------------------------------------------------------------- diff --git a/console/pom.xml b/console/pom.xml index 3ac8904..9ed2e68 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Console</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/core-upgrader/pom.xml ---------------------------------------------------------------------- diff --git a/core-upgrader/pom.xml b/core-upgrader/pom.xml index 3f8e604..9adc999 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <groupId>org.apache.syncope</groupId> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 7a1de4e..4a466e9 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/deb/console/pom.xml ---------------------------------------------------------------------- diff --git a/deb/console/pom.xml b/deb/console/pom.xml index 130a617..53a5a74 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Console</name> @@ -234,4 +234,4 @@ under the License. </profile> </profiles> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/deb/core/pom.xml ---------------------------------------------------------------------- diff --git a/deb/core/pom.xml b/deb/core/pom.xml index 0624d4c..adf82a3 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Deb Core</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/deb/pom.xml ---------------------------------------------------------------------- diff --git a/deb/pom.xml b/deb/pom.xml index 7b0fec5..ab39831 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Deb</name> @@ -65,4 +65,4 @@ under the License. <module>console</module> </modules> -</project> \ No newline at end of file +</project> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/installer/pom.xml ---------------------------------------------------------------------- diff --git a/installer/pom.xml b/installer/pom.xml index d27ea86..309eaaa 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Installer</name> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5f447fc..db5d3de 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.1</version> + <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> <parent> @@ -52,7 +52,6 @@ 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.1</tag> </scm> <issueManagement> http://git-wip-us.apache.org/repos/asf/syncope/blob/db95c72e/standalone/pom.xml ---------------------------------------------------------------------- diff --git a/standalone/pom.xml b/standalone/pom.xml index 9419d89..53cd9f9 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.1</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>Apache Syncope Standalone Distribution</name>
