From 89dd1a5c6be8518f1e84aa6ba75df26d3f93223a Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 7 Feb 2017 10:04:17 +0100 Subject: [PATCH 1/4] update jgit to v4.5.0.201609210915-r-scm1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c020a7ef45..32b9ffcc74 100644 --- a/pom.xml +++ b/pom.xml @@ -424,7 +424,7 @@ 1.3.0 - 4.4.0.201606070830-r-scm1 + v4.5.0.201609210915-r-scm1 1.8.14-scm1 From da3a8b7cd33c1cd82d1ffe8d7cd4569654e84942 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 9 Feb 2017 13:32:59 +0100 Subject: [PATCH 2/4] [maven-release-plugin] prepare release 1.51 --- maven/pom.xml | 4 ++-- maven/scm-maven-plugin/pom.xml | 4 ++-- maven/scm-plugin-archetype/pom.xml | 4 ++-- pom.xml | 4 ++-- scm-clients/pom.xml | 6 +++--- scm-clients/scm-cli-client/pom.xml | 6 +++--- scm-clients/scm-client-api/pom.xml | 4 ++-- scm-clients/scm-client-impl/pom.xml | 8 ++++---- scm-core/pom.xml | 4 ++-- scm-dao-orientdb/pom.xml | 8 ++++---- scm-dao-xml/pom.xml | 8 ++++---- scm-plugin-backend/pom.xml | 6 +++--- scm-plugins/pom.xml | 8 ++++---- scm-plugins/scm-git-plugin/pom.xml | 6 +++--- scm-plugins/scm-hg-plugin/pom.xml | 6 +++--- scm-plugins/scm-svn-plugin/pom.xml | 6 +++--- scm-samples/pom.xml | 4 ++-- scm-samples/scm-sample-auth/pom.xml | 6 +++--- scm-samples/scm-sample-hello/pom.xml | 6 +++--- scm-server/pom.xml | 4 ++-- scm-test/pom.xml | 6 +++--- scm-webapp/pom.xml | 24 ++++++++++++------------ support/pom.xml | 4 ++-- support/scm-support-btrace/pom.xml | 6 +++--- 24 files changed, 76 insertions(+), 76 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 2a2d159589..77ca71c6f0 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51-SNAPSHOT + 1.51 sonia.scm.maven scm-maven-plugins pom - 1.51-SNAPSHOT + 1.51 scm-maven-plugins diff --git a/maven/scm-maven-plugin/pom.xml b/maven/scm-maven-plugin/pom.xml index 9cdce7ddc2..8a2c13de23 100644 --- a/maven/scm-maven-plugin/pom.xml +++ b/maven/scm-maven-plugin/pom.xml @@ -6,12 +6,12 @@ scm-maven-plugins sonia.scm.maven - 1.51-SNAPSHOT + 1.51 sonia.scm.maven scm-maven-plugin - 1.51-SNAPSHOT + 1.51 maven-plugin scm-maven-plugin diff --git a/maven/scm-plugin-archetype/pom.xml b/maven/scm-plugin-archetype/pom.xml index ecd05d7b8d..ebdbde143e 100644 --- a/maven/scm-plugin-archetype/pom.xml +++ b/maven/scm-plugin-archetype/pom.xml @@ -6,12 +6,12 @@ scm-maven-plugins sonia.scm.maven - 1.51-SNAPSHOT + 1.51 sonia.scm.maven scm-plugin-archetype - 1.51-SNAPSHOT + 1.51 scm-plugin-archetype diff --git a/pom.xml b/pom.xml index 32b9ffcc74..83301b93ae 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ sonia.scm scm pom - 1.51-SNAPSHOT + 1.51 The easiest way to share your Git, Mercurial and Subversion repositories over http. @@ -36,7 +36,7 @@ scm:hg:http://bitbucket.org/sdorra/scm-manager scm:hg:https://bitbucket.org/sdorra/scm-manager http://bitbucket.org/sdorra/scm-manager - HEAD + 1.51 diff --git a/scm-clients/pom.xml b/scm-clients/pom.xml index 8d171d3c6a..ad4127fb4b 100644 --- a/scm-clients/pom.xml +++ b/scm-clients/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51-SNAPSHOT + 1.51 sonia.scm.clients scm-clients pom - 1.51-SNAPSHOT + 1.51 scm-clients @@ -32,7 +32,7 @@ scm-core sonia.scm jar - 1.51-SNAPSHOT + 1.51 shiro-core diff --git a/scm-clients/scm-cli-client/pom.xml b/scm-clients/scm-cli-client/pom.xml index 58fe684371..d987e9275a 100644 --- a/scm-clients/scm-cli-client/pom.xml +++ b/scm-clients/scm-cli-client/pom.xml @@ -6,12 +6,12 @@ scm-clients sonia.scm.clients - 1.51-SNAPSHOT + 1.51 sonia.scm.clients scm-cli-client - 1.51-SNAPSHOT + 1.51 scm-cli-client @@ -34,7 +34,7 @@ sonia.scm.clients scm-client-impl - 1.51-SNAPSHOT + 1.51 diff --git a/scm-clients/scm-client-api/pom.xml b/scm-clients/scm-client-api/pom.xml index 9ab3dc0561..eed5018465 100644 --- a/scm-clients/scm-client-api/pom.xml +++ b/scm-clients/scm-client-api/pom.xml @@ -6,13 +6,13 @@ sonia.scm.clients scm-clients - 1.51-SNAPSHOT + 1.51 sonia.scm.clients scm-client-api jar - 1.51-SNAPSHOT + 1.51 scm-client-api diff --git a/scm-clients/scm-client-impl/pom.xml b/scm-clients/scm-client-impl/pom.xml index 2d75e2ca2c..c404e3ea32 100644 --- a/scm-clients/scm-client-impl/pom.xml +++ b/scm-clients/scm-client-impl/pom.xml @@ -6,13 +6,13 @@ sonia.scm.clients scm-clients - 1.51-SNAPSHOT + 1.51 sonia.scm.clients scm-client-impl jar - 1.51-SNAPSHOT + 1.51 scm-client-impl @@ -36,7 +36,7 @@ sonia.scm.clients scm-client-api - 1.51-SNAPSHOT + 1.51 @@ -70,7 +70,7 @@ sonia.scm scm-test - 1.51-SNAPSHOT + 1.51 test diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 5818e3fadf..f52daf8063 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 1.51-SNAPSHOT + 1.51 sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 scm-core diff --git a/scm-dao-orientdb/pom.xml b/scm-dao-orientdb/pom.xml index afe1126321..8ce613407a 100644 --- a/scm-dao-orientdb/pom.xml +++ b/scm-dao-orientdb/pom.xml @@ -6,12 +6,12 @@ sonia.scm scm - 1.51-SNAPSHOT + 1.51 sonia.scm scm-dao-orientdb - 1.51-SNAPSHOT + 1.51 scm-dao-orientdb @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 @@ -52,7 +52,7 @@ sonia.scm scm-test - 1.51-SNAPSHOT + 1.51 test diff --git a/scm-dao-xml/pom.xml b/scm-dao-xml/pom.xml index 91be016395..9d61dc5863 100644 --- a/scm-dao-xml/pom.xml +++ b/scm-dao-xml/pom.xml @@ -6,12 +6,12 @@ sonia.scm scm - 1.51-SNAPSHOT + 1.51 sonia.scm scm-dao-xml - 1.51-SNAPSHOT + 1.51 scm-dao-xml @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 @@ -34,7 +34,7 @@ sonia.scm scm-test - 1.51-SNAPSHOT + 1.51 test diff --git a/scm-plugin-backend/pom.xml b/scm-plugin-backend/pom.xml index dbb9e8abf9..32ecf794a5 100644 --- a/scm-plugin-backend/pom.xml +++ b/scm-plugin-backend/pom.xml @@ -6,13 +6,13 @@ scm sonia.scm - 1.51-SNAPSHOT + 1.51 sonia.scm scm-plugin-backend war - 1.51-SNAPSHOT + 1.51 ${project.artifactId} @@ -62,7 +62,7 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 diff --git a/scm-plugins/pom.xml b/scm-plugins/pom.xml index 21ef2ff9ad..fe2f926916 100644 --- a/scm-plugins/pom.xml +++ b/scm-plugins/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51-SNAPSHOT + 1.51 sonia.scm.plugins scm-plugins pom - 1.51-SNAPSHOT + 1.51 scm-plugins @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 @@ -59,7 +59,7 @@ sonia.scm.maven scm-maven-plugin - 1.51-SNAPSHOT + 1.51 process-resources diff --git a/scm-plugins/scm-git-plugin/pom.xml b/scm-plugins/scm-git-plugin/pom.xml index 9828e73fbb..4d8b67a779 100644 --- a/scm-plugins/scm-git-plugin/pom.xml +++ b/scm-plugins/scm-git-plugin/pom.xml @@ -6,12 +6,12 @@ scm-plugins sonia.scm.plugins - 1.51-SNAPSHOT + 1.51 sonia.scm.plugins scm-git-plugin - 1.51-SNAPSHOT + 1.51 scm-git-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Git @@ -48,7 +48,7 @@ sonia.scm scm-test - 1.51-SNAPSHOT + 1.51 test diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index aba8b7e9f1..9e34de40a7 100644 --- a/scm-plugins/scm-hg-plugin/pom.xml +++ b/scm-plugins/scm-hg-plugin/pom.xml @@ -6,12 +6,12 @@ sonia.scm.plugins scm-plugins - 1.51-SNAPSHOT + 1.51 sonia.scm.plugins scm-hg-plugin - 1.51-SNAPSHOT + 1.51 scm-hg-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Mercurial @@ -42,7 +42,7 @@ sonia.scm scm-test - 1.51-SNAPSHOT + 1.51 test diff --git a/scm-plugins/scm-svn-plugin/pom.xml b/scm-plugins/scm-svn-plugin/pom.xml index 1a335fe8f7..1aadd32790 100644 --- a/scm-plugins/scm-svn-plugin/pom.xml +++ b/scm-plugins/scm-svn-plugin/pom.xml @@ -6,12 +6,12 @@ scm-plugins sonia.scm.plugins - 1.51-SNAPSHOT + 1.51 sonia.scm.plugins scm-svn-plugin - 1.51-SNAPSHOT + 1.51 scm-svn-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Subversion @@ -48,7 +48,7 @@ sonia.scm scm-test - 1.51-SNAPSHOT + 1.51 test diff --git a/scm-samples/pom.xml b/scm-samples/pom.xml index 7cab4076df..29e87ce1cf 100644 --- a/scm-samples/pom.xml +++ b/scm-samples/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51-SNAPSHOT + 1.51 sonia.scm.samples scm-samples pom - 1.51-SNAPSHOT + 1.51 scm-samples diff --git a/scm-samples/scm-sample-auth/pom.xml b/scm-samples/scm-sample-auth/pom.xml index 88735a12b3..709babf422 100644 --- a/scm-samples/scm-sample-auth/pom.xml +++ b/scm-samples/scm-sample-auth/pom.xml @@ -6,12 +6,12 @@ scm-samples sonia.scm.samples - 1.51-SNAPSHOT + 1.51 sonia.scm.sample scm-sample-auth - 1.51-SNAPSHOT + 1.51 scm-sample-auth Sample Authentication Plugin https://bitbucket.org/sdorra/scm-manager @@ -28,7 +28,7 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 diff --git a/scm-samples/scm-sample-hello/pom.xml b/scm-samples/scm-sample-hello/pom.xml index aa56099793..58ad061584 100644 --- a/scm-samples/scm-sample-hello/pom.xml +++ b/scm-samples/scm-sample-hello/pom.xml @@ -6,12 +6,12 @@ scm-samples sonia.scm.samples - 1.51-SNAPSHOT + 1.51 sonia.scm.sample scm-sample-hello - 1.51-SNAPSHOT + 1.51 scm-sample-hello A simple hello world plugin https://bitbucket.org/sdorra/scm-manager @@ -28,7 +28,7 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 diff --git a/scm-server/pom.xml b/scm-server/pom.xml index 70c39dc31c..77389859e9 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 1.51-SNAPSHOT + 1.51 sonia.scm scm-server - 1.51-SNAPSHOT + 1.51 scm-server jar diff --git a/scm-test/pom.xml b/scm-test/pom.xml index 81bb804e25..046f6c35bd 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 1.51-SNAPSHOT + 1.51 sonia.scm scm-test - 1.51-SNAPSHOT + 1.51 scm-test @@ -25,7 +25,7 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index a8106de7eb..6436f4ef2e 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51-SNAPSHOT + 1.51 sonia.scm scm-webapp war - 1.51-SNAPSHOT + 1.51 scm-webapp @@ -38,31 +38,31 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 sonia.scm scm-dao-xml - 1.51-SNAPSHOT + 1.51 sonia.scm.plugins scm-hg-plugin - 1.51-SNAPSHOT + 1.51 sonia.scm.plugins scm-svn-plugin - 1.51-SNAPSHOT + 1.51 sonia.scm.plugins scm-git-plugin - 1.51-SNAPSHOT + 1.51 @@ -296,7 +296,7 @@ sonia.scm scm-test - 1.51-SNAPSHOT + 1.51 test @@ -309,7 +309,7 @@ sonia.scm.plugins scm-git-plugin - 1.51-SNAPSHOT + 1.51 tests test @@ -317,7 +317,7 @@ sonia.scm.plugins scm-hg-plugin - 1.51-SNAPSHOT + 1.51 tests test @@ -325,7 +325,7 @@ sonia.scm.plugins scm-svn-plugin - 1.51-SNAPSHOT + 1.51 tests test @@ -564,7 +564,7 @@ sonia.scm scm-dao-orientdb - 1.51-SNAPSHOT + 1.51 diff --git a/support/pom.xml b/support/pom.xml index c74f0eb9b0..8b095b9e80 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51-SNAPSHOT + 1.51 sonia.scm.support scm-support pom - 1.51-SNAPSHOT + 1.51 scm-support diff --git a/support/scm-support-btrace/pom.xml b/support/scm-support-btrace/pom.xml index 0f0b170631..6025d85923 100644 --- a/support/scm-support-btrace/pom.xml +++ b/support/scm-support-btrace/pom.xml @@ -4,12 +4,12 @@ sonia.scm.support scm-support - 1.51-SNAPSHOT + 1.51 sonia.scm scm-support-btrace - 1.51-SNAPSHOT + 1.51 jar scm-support-btrace @@ -18,7 +18,7 @@ sonia.scm scm-core - 1.51-SNAPSHOT + 1.51 From b45beb416cbb6ea450a8b5d108a02219f8dc9b17 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 9 Feb 2017 13:33:00 +0100 Subject: [PATCH 3/4] [maven-release-plugin] copy for tag 1.51 From 1b16613840c6a24ff890a0babb41059aaa6e0c09 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 9 Feb 2017 13:33:00 +0100 Subject: [PATCH 4/4] [maven-release-plugin] prepare for next development iteration --- maven/pom.xml | 4 ++-- maven/scm-maven-plugin/pom.xml | 4 ++-- maven/scm-plugin-archetype/pom.xml | 4 ++-- pom.xml | 4 ++-- scm-clients/pom.xml | 6 +++--- scm-clients/scm-cli-client/pom.xml | 6 +++--- scm-clients/scm-client-api/pom.xml | 4 ++-- scm-clients/scm-client-impl/pom.xml | 8 ++++---- scm-core/pom.xml | 4 ++-- scm-dao-orientdb/pom.xml | 8 ++++---- scm-dao-xml/pom.xml | 8 ++++---- scm-plugin-backend/pom.xml | 6 +++--- scm-plugins/pom.xml | 8 ++++---- scm-plugins/scm-git-plugin/pom.xml | 6 +++--- scm-plugins/scm-hg-plugin/pom.xml | 6 +++--- scm-plugins/scm-svn-plugin/pom.xml | 6 +++--- scm-samples/pom.xml | 4 ++-- scm-samples/scm-sample-auth/pom.xml | 6 +++--- scm-samples/scm-sample-hello/pom.xml | 6 +++--- scm-server/pom.xml | 4 ++-- scm-test/pom.xml | 6 +++--- scm-webapp/pom.xml | 24 ++++++++++++------------ support/pom.xml | 4 ++-- support/scm-support-btrace/pom.xml | 6 +++--- 24 files changed, 76 insertions(+), 76 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 77ca71c6f0..a8f054bae4 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51 + 1.52-SNAPSHOT sonia.scm.maven scm-maven-plugins pom - 1.51 + 1.52-SNAPSHOT scm-maven-plugins diff --git a/maven/scm-maven-plugin/pom.xml b/maven/scm-maven-plugin/pom.xml index 8a2c13de23..17818a9041 100644 --- a/maven/scm-maven-plugin/pom.xml +++ b/maven/scm-maven-plugin/pom.xml @@ -6,12 +6,12 @@ scm-maven-plugins sonia.scm.maven - 1.51 + 1.52-SNAPSHOT sonia.scm.maven scm-maven-plugin - 1.51 + 1.52-SNAPSHOT maven-plugin scm-maven-plugin diff --git a/maven/scm-plugin-archetype/pom.xml b/maven/scm-plugin-archetype/pom.xml index ebdbde143e..f074b7b141 100644 --- a/maven/scm-plugin-archetype/pom.xml +++ b/maven/scm-plugin-archetype/pom.xml @@ -6,12 +6,12 @@ scm-maven-plugins sonia.scm.maven - 1.51 + 1.52-SNAPSHOT sonia.scm.maven scm-plugin-archetype - 1.51 + 1.52-SNAPSHOT scm-plugin-archetype diff --git a/pom.xml b/pom.xml index 83301b93ae..7f83511f51 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ sonia.scm scm pom - 1.51 + 1.52-SNAPSHOT The easiest way to share your Git, Mercurial and Subversion repositories over http. @@ -36,7 +36,7 @@ scm:hg:http://bitbucket.org/sdorra/scm-manager scm:hg:https://bitbucket.org/sdorra/scm-manager http://bitbucket.org/sdorra/scm-manager - 1.51 + HEAD diff --git a/scm-clients/pom.xml b/scm-clients/pom.xml index ad4127fb4b..d391cd92d1 100644 --- a/scm-clients/pom.xml +++ b/scm-clients/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51 + 1.52-SNAPSHOT sonia.scm.clients scm-clients pom - 1.51 + 1.52-SNAPSHOT scm-clients @@ -32,7 +32,7 @@ scm-core sonia.scm jar - 1.51 + 1.52-SNAPSHOT shiro-core diff --git a/scm-clients/scm-cli-client/pom.xml b/scm-clients/scm-cli-client/pom.xml index d987e9275a..6ba237c61d 100644 --- a/scm-clients/scm-cli-client/pom.xml +++ b/scm-clients/scm-cli-client/pom.xml @@ -6,12 +6,12 @@ scm-clients sonia.scm.clients - 1.51 + 1.52-SNAPSHOT sonia.scm.clients scm-cli-client - 1.51 + 1.52-SNAPSHOT scm-cli-client @@ -34,7 +34,7 @@ sonia.scm.clients scm-client-impl - 1.51 + 1.52-SNAPSHOT diff --git a/scm-clients/scm-client-api/pom.xml b/scm-clients/scm-client-api/pom.xml index eed5018465..d2e8704321 100644 --- a/scm-clients/scm-client-api/pom.xml +++ b/scm-clients/scm-client-api/pom.xml @@ -6,13 +6,13 @@ sonia.scm.clients scm-clients - 1.51 + 1.52-SNAPSHOT sonia.scm.clients scm-client-api jar - 1.51 + 1.52-SNAPSHOT scm-client-api diff --git a/scm-clients/scm-client-impl/pom.xml b/scm-clients/scm-client-impl/pom.xml index c404e3ea32..594afc25ad 100644 --- a/scm-clients/scm-client-impl/pom.xml +++ b/scm-clients/scm-client-impl/pom.xml @@ -6,13 +6,13 @@ sonia.scm.clients scm-clients - 1.51 + 1.52-SNAPSHOT sonia.scm.clients scm-client-impl jar - 1.51 + 1.52-SNAPSHOT scm-client-impl @@ -36,7 +36,7 @@ sonia.scm.clients scm-client-api - 1.51 + 1.52-SNAPSHOT @@ -70,7 +70,7 @@ sonia.scm scm-test - 1.51 + 1.52-SNAPSHOT test diff --git a/scm-core/pom.xml b/scm-core/pom.xml index f52daf8063..9fba3adc5f 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 1.51 + 1.52-SNAPSHOT sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT scm-core diff --git a/scm-dao-orientdb/pom.xml b/scm-dao-orientdb/pom.xml index 8ce613407a..089818b33e 100644 --- a/scm-dao-orientdb/pom.xml +++ b/scm-dao-orientdb/pom.xml @@ -6,12 +6,12 @@ sonia.scm scm - 1.51 + 1.52-SNAPSHOT sonia.scm scm-dao-orientdb - 1.51 + 1.52-SNAPSHOT scm-dao-orientdb @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT @@ -52,7 +52,7 @@ sonia.scm scm-test - 1.51 + 1.52-SNAPSHOT test diff --git a/scm-dao-xml/pom.xml b/scm-dao-xml/pom.xml index 9d61dc5863..8b5843b34e 100644 --- a/scm-dao-xml/pom.xml +++ b/scm-dao-xml/pom.xml @@ -6,12 +6,12 @@ sonia.scm scm - 1.51 + 1.52-SNAPSHOT sonia.scm scm-dao-xml - 1.51 + 1.52-SNAPSHOT scm-dao-xml @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT @@ -34,7 +34,7 @@ sonia.scm scm-test - 1.51 + 1.52-SNAPSHOT test diff --git a/scm-plugin-backend/pom.xml b/scm-plugin-backend/pom.xml index 32ecf794a5..d1a0f2129b 100644 --- a/scm-plugin-backend/pom.xml +++ b/scm-plugin-backend/pom.xml @@ -6,13 +6,13 @@ scm sonia.scm - 1.51 + 1.52-SNAPSHOT sonia.scm scm-plugin-backend war - 1.51 + 1.52-SNAPSHOT ${project.artifactId} @@ -62,7 +62,7 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT diff --git a/scm-plugins/pom.xml b/scm-plugins/pom.xml index fe2f926916..84f06ad33e 100644 --- a/scm-plugins/pom.xml +++ b/scm-plugins/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51 + 1.52-SNAPSHOT sonia.scm.plugins scm-plugins pom - 1.51 + 1.52-SNAPSHOT scm-plugins @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT @@ -59,7 +59,7 @@ sonia.scm.maven scm-maven-plugin - 1.51 + 1.52-SNAPSHOT process-resources diff --git a/scm-plugins/scm-git-plugin/pom.xml b/scm-plugins/scm-git-plugin/pom.xml index 4d8b67a779..22604f695f 100644 --- a/scm-plugins/scm-git-plugin/pom.xml +++ b/scm-plugins/scm-git-plugin/pom.xml @@ -6,12 +6,12 @@ scm-plugins sonia.scm.plugins - 1.51 + 1.52-SNAPSHOT sonia.scm.plugins scm-git-plugin - 1.51 + 1.52-SNAPSHOT scm-git-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Git @@ -48,7 +48,7 @@ sonia.scm scm-test - 1.51 + 1.52-SNAPSHOT test diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index 9e34de40a7..0518bd4ef4 100644 --- a/scm-plugins/scm-hg-plugin/pom.xml +++ b/scm-plugins/scm-hg-plugin/pom.xml @@ -6,12 +6,12 @@ sonia.scm.plugins scm-plugins - 1.51 + 1.52-SNAPSHOT sonia.scm.plugins scm-hg-plugin - 1.51 + 1.52-SNAPSHOT scm-hg-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Mercurial @@ -42,7 +42,7 @@ sonia.scm scm-test - 1.51 + 1.52-SNAPSHOT test diff --git a/scm-plugins/scm-svn-plugin/pom.xml b/scm-plugins/scm-svn-plugin/pom.xml index 1aadd32790..3afc620151 100644 --- a/scm-plugins/scm-svn-plugin/pom.xml +++ b/scm-plugins/scm-svn-plugin/pom.xml @@ -6,12 +6,12 @@ scm-plugins sonia.scm.plugins - 1.51 + 1.52-SNAPSHOT sonia.scm.plugins scm-svn-plugin - 1.51 + 1.52-SNAPSHOT scm-svn-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Subversion @@ -48,7 +48,7 @@ sonia.scm scm-test - 1.51 + 1.52-SNAPSHOT test diff --git a/scm-samples/pom.xml b/scm-samples/pom.xml index 29e87ce1cf..e973485d63 100644 --- a/scm-samples/pom.xml +++ b/scm-samples/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51 + 1.52-SNAPSHOT sonia.scm.samples scm-samples pom - 1.51 + 1.52-SNAPSHOT scm-samples diff --git a/scm-samples/scm-sample-auth/pom.xml b/scm-samples/scm-sample-auth/pom.xml index 709babf422..c8b7589b36 100644 --- a/scm-samples/scm-sample-auth/pom.xml +++ b/scm-samples/scm-sample-auth/pom.xml @@ -6,12 +6,12 @@ scm-samples sonia.scm.samples - 1.51 + 1.52-SNAPSHOT sonia.scm.sample scm-sample-auth - 1.51 + 1.52-SNAPSHOT scm-sample-auth Sample Authentication Plugin https://bitbucket.org/sdorra/scm-manager @@ -28,7 +28,7 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT diff --git a/scm-samples/scm-sample-hello/pom.xml b/scm-samples/scm-sample-hello/pom.xml index 58ad061584..a818f55e71 100644 --- a/scm-samples/scm-sample-hello/pom.xml +++ b/scm-samples/scm-sample-hello/pom.xml @@ -6,12 +6,12 @@ scm-samples sonia.scm.samples - 1.51 + 1.52-SNAPSHOT sonia.scm.sample scm-sample-hello - 1.51 + 1.52-SNAPSHOT scm-sample-hello A simple hello world plugin https://bitbucket.org/sdorra/scm-manager @@ -28,7 +28,7 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT diff --git a/scm-server/pom.xml b/scm-server/pom.xml index 77389859e9..2ba693e1f3 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 1.51 + 1.52-SNAPSHOT sonia.scm scm-server - 1.51 + 1.52-SNAPSHOT scm-server jar diff --git a/scm-test/pom.xml b/scm-test/pom.xml index 046f6c35bd..80c0b92474 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -6,12 +6,12 @@ scm sonia.scm - 1.51 + 1.52-SNAPSHOT sonia.scm scm-test - 1.51 + 1.52-SNAPSHOT scm-test @@ -25,7 +25,7 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 6436f4ef2e..bb05eb1847 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51 + 1.52-SNAPSHOT sonia.scm scm-webapp war - 1.51 + 1.52-SNAPSHOT scm-webapp @@ -38,31 +38,31 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT sonia.scm scm-dao-xml - 1.51 + 1.52-SNAPSHOT sonia.scm.plugins scm-hg-plugin - 1.51 + 1.52-SNAPSHOT sonia.scm.plugins scm-svn-plugin - 1.51 + 1.52-SNAPSHOT sonia.scm.plugins scm-git-plugin - 1.51 + 1.52-SNAPSHOT @@ -296,7 +296,7 @@ sonia.scm scm-test - 1.51 + 1.52-SNAPSHOT test @@ -309,7 +309,7 @@ sonia.scm.plugins scm-git-plugin - 1.51 + 1.52-SNAPSHOT tests test @@ -317,7 +317,7 @@ sonia.scm.plugins scm-hg-plugin - 1.51 + 1.52-SNAPSHOT tests test @@ -325,7 +325,7 @@ sonia.scm.plugins scm-svn-plugin - 1.51 + 1.52-SNAPSHOT tests test @@ -564,7 +564,7 @@ sonia.scm scm-dao-orientdb - 1.51 + 1.52-SNAPSHOT diff --git a/support/pom.xml b/support/pom.xml index 8b095b9e80..6086e5eb05 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.51 + 1.52-SNAPSHOT sonia.scm.support scm-support pom - 1.51 + 1.52-SNAPSHOT scm-support diff --git a/support/scm-support-btrace/pom.xml b/support/scm-support-btrace/pom.xml index 6025d85923..aff17b047a 100644 --- a/support/scm-support-btrace/pom.xml +++ b/support/scm-support-btrace/pom.xml @@ -4,12 +4,12 @@ sonia.scm.support scm-support - 1.51 + 1.52-SNAPSHOT sonia.scm scm-support-btrace - 1.51 + 1.52-SNAPSHOT jar scm-support-btrace @@ -18,7 +18,7 @@ sonia.scm scm-core - 1.51 + 1.52-SNAPSHOT