From 4527ea082384cc9c1ff8aeb28d9419d257acee1c Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 1 Apr 2011 08:49:21 +0200 Subject: [PATCH] prepare for next development iteration --- maven/pom.xml | 6 ++-- maven/scm-plugin-archetype/pom.xml | 4 +-- plugins/pom.xml | 6 ++-- .../scm-activedirectory-auth-plugin/pom.xml | 6 ++-- plugins/scm-auth-ldap-plugin/pom.xml | 6 ++-- plugins/scm-bzr-plugin/pom.xml | 4 +-- plugins/scm-git-plugin/pom.xml | 6 ++-- plugins/scm-graph-plugin/pom.xml | 4 +-- plugins/scm-hg-plugin/pom.xml | 6 ++-- plugins/scm-pam-plugin/pom.xml | 4 +-- plugins/scm-svn-plugin/pom.xml | 6 ++-- pom.xml | 2 +- samples/pom.xml | 4 +-- samples/scm-sample-auth/pom.xml | 6 ++-- samples/scm-sample-hello/pom.xml | 6 ++-- scm-core/pom.xml | 4 +-- scm-plugin-backend/pom.xml | 6 ++-- scm-server/pom.xml | 4 +-- scm-test/pom.xml | 6 ++-- scm-webapp/pom.xml | 28 +++++++++---------- third-party/pom.xml | 4 +-- third-party/shared-libs/pom.xml | 4 +-- third-party/svnkit-dav/pom.xml | 2 +- 23 files changed, 67 insertions(+), 67 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 9ad215d576..45f468fa19 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.1 + 1.2-SNAPSHOT sonia.scm.maven scm-maven-plugins pom - 1.1 + 1.2-SNAPSHOT scm-maven-plugins @@ -24,7 +24,7 @@ sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT diff --git a/maven/scm-plugin-archetype/pom.xml b/maven/scm-plugin-archetype/pom.xml index dd409280c3..7d0017d89b 100644 --- a/maven/scm-plugin-archetype/pom.xml +++ b/maven/scm-plugin-archetype/pom.xml @@ -7,12 +7,12 @@ scm-maven-plugins sonia.scm.maven - 1.1 + 1.2-SNAPSHOT sonia.scm.maven scm-plugin-archetype - 1.1 + 1.2-SNAPSHOT scm-plugin-archetype diff --git a/plugins/pom.xml b/plugins/pom.xml index 80cecfc73e..f986dea57a 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-plugins pom - 1.1 + 1.2-SNAPSHOT scm-plugins @@ -31,7 +31,7 @@ sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT diff --git a/plugins/scm-activedirectory-auth-plugin/pom.xml b/plugins/scm-activedirectory-auth-plugin/pom.xml index 162921613d..f8a715e5bb 100644 --- a/plugins/scm-activedirectory-auth-plugin/pom.xml +++ b/plugins/scm-activedirectory-auth-plugin/pom.xml @@ -7,12 +7,12 @@ scm-plugins sonia.scm.plugins - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-activedirectory-auth-plugin - 1.1 + 1.2-SNAPSHOT scm-activedirectory-auth-plugin https://bitbucket.org/sdorra/scm-manager @@ -32,7 +32,7 @@ sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT diff --git a/plugins/scm-auth-ldap-plugin/pom.xml b/plugins/scm-auth-ldap-plugin/pom.xml index c2dd715e62..279dcc0860 100644 --- a/plugins/scm-auth-ldap-plugin/pom.xml +++ b/plugins/scm-auth-ldap-plugin/pom.xml @@ -6,13 +6,13 @@ scm-plugins sonia.scm.plugins - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-auth-ldap-plugin jar - 1.1 + 1.2-SNAPSHOT ${project.artifactId} plugin description @@ -30,7 +30,7 @@ sonia.scm scm-test - 1.1 + 1.2-SNAPSHOT test diff --git a/plugins/scm-bzr-plugin/pom.xml b/plugins/scm-bzr-plugin/pom.xml index 758a35714f..1a26086bc9 100644 --- a/plugins/scm-bzr-plugin/pom.xml +++ b/plugins/scm-bzr-plugin/pom.xml @@ -7,12 +7,12 @@ scm-plugins sonia.scm.plugins - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-bzr-plugin - 1.1 + 1.2-SNAPSHOT scm-bzr-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Bazaar diff --git a/plugins/scm-git-plugin/pom.xml b/plugins/scm-git-plugin/pom.xml index 0f1b9be444..89e01046cf 100644 --- a/plugins/scm-git-plugin/pom.xml +++ b/plugins/scm-git-plugin/pom.xml @@ -7,12 +7,12 @@ scm-plugins sonia.scm.plugins - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-git-plugin - 1.1 + 1.2-SNAPSHOT scm-git-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Git @@ -56,7 +56,7 @@ sonia.scm scm-test - 1.1 + 1.2-SNAPSHOT test diff --git a/plugins/scm-graph-plugin/pom.xml b/plugins/scm-graph-plugin/pom.xml index 6f8698cb6b..ef73691d36 100644 --- a/plugins/scm-graph-plugin/pom.xml +++ b/plugins/scm-graph-plugin/pom.xml @@ -7,12 +7,12 @@ scm-plugins sonia.scm.plugins - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-graph-plugin - 1.1 + 1.2-SNAPSHOT scm-graph-plugin Creates an Google Guice injection graph https://bitbucket.org/sdorra/scm-manager diff --git a/plugins/scm-hg-plugin/pom.xml b/plugins/scm-hg-plugin/pom.xml index 0766961e5b..09e5db42d7 100644 --- a/plugins/scm-hg-plugin/pom.xml +++ b/plugins/scm-hg-plugin/pom.xml @@ -7,12 +7,12 @@ sonia.scm.plugins scm-plugins - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-hg-plugin - 1.1 + 1.2-SNAPSHOT scm-hg-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Mercurial @@ -37,7 +37,7 @@ sonia.scm scm-test - 1.1 + 1.2-SNAPSHOT test diff --git a/plugins/scm-pam-plugin/pom.xml b/plugins/scm-pam-plugin/pom.xml index b5806e6d84..a863e357ae 100644 --- a/plugins/scm-pam-plugin/pom.xml +++ b/plugins/scm-pam-plugin/pom.xml @@ -7,12 +7,12 @@ scm-plugins sonia.scm.plugins - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-pam-plugin - 1.1 + 1.2-SNAPSHOT scm-pam-plugin https://bitbucket.org/sdorra/scm-manager Using pam as an authentication handler. diff --git a/plugins/scm-svn-plugin/pom.xml b/plugins/scm-svn-plugin/pom.xml index 5141624afd..c1eb7ff705 100644 --- a/plugins/scm-svn-plugin/pom.xml +++ b/plugins/scm-svn-plugin/pom.xml @@ -7,12 +7,12 @@ scm-plugins sonia.scm.plugins - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-svn-plugin - 1.1 + 1.2-SNAPSHOT scm-svn-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Subversion @@ -47,7 +47,7 @@ sonia.scm scm-test - 1.1 + 1.2-SNAPSHOT test diff --git a/pom.xml b/pom.xml index 739ed7d379..1743b4cc93 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ sonia.scm scm pom - 1.1 + 1.2-SNAPSHOT The easiest way to share your Git, Mercurial and Subversion repositories over http. diff --git a/samples/pom.xml b/samples/pom.xml index 66b3071b2d..cc920c1cb0 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.1 + 1.2-SNAPSHOT sonia.scm.samples scm-samples pom - 1.1 + 1.2-SNAPSHOT scm-samples diff --git a/samples/scm-sample-auth/pom.xml b/samples/scm-sample-auth/pom.xml index 7cc5ce7e90..17fef9fa28 100644 --- a/samples/scm-sample-auth/pom.xml +++ b/samples/scm-sample-auth/pom.xml @@ -7,12 +7,12 @@ scm-samples sonia.scm.samples - 1.1 + 1.2-SNAPSHOT sonia.scm.sample scm-sample-auth - 1.1 + 1.2-SNAPSHOT scm-sample-auth Sample Authentication Plugin https://bitbucket.org/sdorra/scm-manager @@ -29,7 +29,7 @@ sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT diff --git a/samples/scm-sample-hello/pom.xml b/samples/scm-sample-hello/pom.xml index 5eaa5c596d..0a9ba8d0de 100644 --- a/samples/scm-sample-hello/pom.xml +++ b/samples/scm-sample-hello/pom.xml @@ -7,12 +7,12 @@ scm-samples sonia.scm.samples - 1.1 + 1.2-SNAPSHOT sonia.scm.sample scm-sample-hello - 1.1 + 1.2-SNAPSHOT scm-sample-hello A simple hello world plugin https://bitbucket.org/sdorra/scm-manager @@ -29,7 +29,7 @@ sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 53905cd116..e5d9601aed 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.1 + 1.2-SNAPSHOT sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT scm-core diff --git a/scm-plugin-backend/pom.xml b/scm-plugin-backend/pom.xml index b165d63103..ef7d4dc5ab 100644 --- a/scm-plugin-backend/pom.xml +++ b/scm-plugin-backend/pom.xml @@ -6,13 +6,13 @@ scm sonia.scm - 1.1 + 1.2-SNAPSHOT sonia.scm scm-plugin-backend war - 1.1 + 1.2-SNAPSHOT ${project.artifactId} @@ -27,7 +27,7 @@ sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT diff --git a/scm-server/pom.xml b/scm-server/pom.xml index 4f91c744f5..512d79be05 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.1 + 1.2-SNAPSHOT sonia.scm scm-server - 1.1 + 1.2-SNAPSHOT scm-server jar diff --git a/scm-test/pom.xml b/scm-test/pom.xml index b2458ccfca..c0f859f651 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.1 + 1.2-SNAPSHOT sonia.scm scm-test - 1.1 + 1.2-SNAPSHOT scm-test @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index a9c6e8a014..baef47f037 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -7,13 +7,13 @@ sonia.scm scm - 1.1 + 1.2-SNAPSHOT sonia.scm scm-webapp war - 1.1 + 1.2-SNAPSHOT scm-webapp @@ -28,25 +28,25 @@ sonia.scm scm-core - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-hg-plugin - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-svn-plugin - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-git-plugin - 1.1 + 1.2-SNAPSHOT @@ -176,7 +176,7 @@ sonia.scm scm-test - 1.1 + 1.2-SNAPSHOT test @@ -336,43 +336,43 @@ sonia.scm.plugins scm-graph-plugin - 1.1 + 1.2-SNAPSHOT sonia.scm.sample scm-sample-auth - 1.1 + 1.2-SNAPSHOT sonia.scm.sample scm-sample-hello - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-activedirectory-auth-plugin - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-pam-plugin - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-bzr-plugin - 1.1 + 1.2-SNAPSHOT sonia.scm.plugins scm-auth-ldap-plugin - 1.1 + 1.2-SNAPSHOT diff --git a/third-party/pom.xml b/third-party/pom.xml index 3e11454acf..bacdefae8c 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.1 + 1.2-SNAPSHOT sonia.scm.third-party sonia.scm.third-party pom - 1.1 + 1.2-SNAPSHOT third-party diff --git a/third-party/shared-libs/pom.xml b/third-party/shared-libs/pom.xml index 756d61f8ff..f86104b582 100644 --- a/third-party/shared-libs/pom.xml +++ b/third-party/shared-libs/pom.xml @@ -6,13 +6,13 @@ sonia.scm.third-party sonia.scm.third-party - 1.1 + 1.2-SNAPSHOT sonia.scm.third-party shared-libs pom - 1.1 + 1.2-SNAPSHOT shared-libs diff --git a/third-party/svnkit-dav/pom.xml b/third-party/svnkit-dav/pom.xml index 84de5af4f9..fb5ccbca91 100644 --- a/third-party/svnkit-dav/pom.xml +++ b/third-party/svnkit-dav/pom.xml @@ -6,7 +6,7 @@ sonia.scm.third-party sonia.scm.third-party - 1.1 + 1.2-SNAPSHOT org.tmatesoft.svnkit