From 06145d985dc1dc8308069f8cddf9b565dc1d2357 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 31 Dec 2010 12:21:49 +0100 Subject: [PATCH] set versions to 1.0-M5 --- maven/pom.xml | 6 ++--- maven/scm-plugin-archetype/pom.xml | 4 ++-- .../resources/archetype-resources/pom.xml | 4 ++-- maven/scm-web-compressor/pom.xml | 6 ++--- plugins/pom.xml | 6 ++--- .../scm-activedirectory-auth-plugin/pom.xml | 6 ++--- plugins/scm-git-plugin/pom.xml | 6 ++--- plugins/scm-graph-plugin/pom.xml | 4 ++-- plugins/scm-hg-plugin/pom.xml | 6 ++--- 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-server-api/pom.xml | 6 ++--- scm-server-jetty/pom.xml | 6 ++--- scm-server/pom.xml | 10 ++++----- scm-test/pom.xml | 6 ++--- scm-webapp/pom.xml | 22 +++++++++---------- third-party/pom.xml | 4 ++-- third-party/shared-libs/pom.xml | 4 ++-- third-party/svnkit-dav/pom.xml | 2 +- 23 files changed, 68 insertions(+), 68 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 1af1b5accc..577d5fdbb1 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.maven scm-maven-plugins pom - 1.0-M5-SNAPSHOT + 1.0-M5 scm-maven-plugins @@ -25,7 +25,7 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/maven/scm-plugin-archetype/pom.xml b/maven/scm-plugin-archetype/pom.xml index 7acb7bbcd9..88e614efa3 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.maven scm-plugin-archetype - 1.0-M5-SNAPSHOT + 1.0-M5 scm-plugin-archetype diff --git a/maven/scm-plugin-archetype/src/main/resources/archetype-resources/pom.xml b/maven/scm-plugin-archetype/src/main/resources/archetype-resources/pom.xml index 97488e71d4..98dafa7722 100644 --- a/maven/scm-plugin-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven/scm-plugin-archetype/src/main/resources/archetype-resources/pom.xml @@ -7,7 +7,7 @@ scm-plugins sonia.scm.plugins - 1.0-M5-SNAPSHOT + 1.0-M5 ${groupId} @@ -31,7 +31,7 @@ sonia.scm scm-test - 1.0-M5-SNAPSHOT + 1.0-M5 test diff --git a/maven/scm-web-compressor/pom.xml b/maven/scm-web-compressor/pom.xml index 9a3dfdf5bb..24aae990d8 100644 --- a/maven/scm-web-compressor/pom.xml +++ b/maven/scm-web-compressor/pom.xml @@ -6,13 +6,13 @@ sonia.scm.maven scm-maven-plugins - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.maven scm-web-compressor maven-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 scm-web-compressor @@ -20,7 +20,7 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/plugins/pom.xml b/plugins/pom.xml index 0e2e74923d..37b29cad7a 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-plugins pom - 1.0-M5-SNAPSHOT + 1.0-M5 scm-plugins @@ -28,7 +28,7 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/plugins/scm-activedirectory-auth-plugin/pom.xml b/plugins/scm-activedirectory-auth-plugin/pom.xml index 4dc2a5c15d..1880ad6aa0 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-activedirectory-auth-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 scm-activedirectory-auth-plugin https://bitbucket.org/sdorra/scm-manager @@ -32,7 +32,7 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/plugins/scm-git-plugin/pom.xml b/plugins/scm-git-plugin/pom.xml index bc4e5e15ef..db8c11b2fc 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-git-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 scm-git-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Git @@ -50,7 +50,7 @@ sonia.scm scm-test - 1.0-M5-SNAPSHOT + 1.0-M5 test diff --git a/plugins/scm-graph-plugin/pom.xml b/plugins/scm-graph-plugin/pom.xml index 6d96aca7f4..ccc80a4981 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-graph-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 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 6d3e074aaf..7bc581dc6c 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-hg-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 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.0-M5-SNAPSHOT + 1.0-M5 test diff --git a/plugins/scm-svn-plugin/pom.xml b/plugins/scm-svn-plugin/pom.xml index 44be6112b6..07d6408a8a 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-svn-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 scm-svn-plugin https://bitbucket.org/sdorra/scm-manager Plugin for the version control system Subversion @@ -46,7 +46,7 @@ sonia.scm scm-test - 1.0-M5-SNAPSHOT + 1.0-M5 test diff --git a/pom.xml b/pom.xml index 46f20eee34..bf72fac7d6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ sonia.scm scm pom - 1.0-M5-SNAPSHOT + 1.0-M5 scm http://bitbucket.org/sdorra/scm-manager diff --git a/samples/pom.xml b/samples/pom.xml index 00b485fafa..39b94422e8 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.samples scm-samples pom - 1.0-M5-SNAPSHOT + 1.0-M5 scm-samples diff --git a/samples/scm-sample-auth/pom.xml b/samples/scm-sample-auth/pom.xml index 5fd9df613c..1fe33d0ef0 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.sample scm-sample-auth - 1.0-M5-SNAPSHOT + 1.0-M5 scm-sample-auth Sample Authentication Plugin https://bitbucket.org/sdorra/scm-manager @@ -29,7 +29,7 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/samples/scm-sample-hello/pom.xml b/samples/scm-sample-hello/pom.xml index a8399eb61d..96a2799d42 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.sample scm-sample-hello - 1.0-M5-SNAPSHOT + 1.0-M5 scm-sample-hello A simple hello world plugin https://bitbucket.org/sdorra/scm-manager @@ -29,7 +29,7 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 094c2fd0b7..b06e6c88f3 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 scm-core diff --git a/scm-server-api/pom.xml b/scm-server-api/pom.xml index a509a68d10..4eca072f5f 100644 --- a/scm-server-api/pom.xml +++ b/scm-server-api/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm scm-server-api - 1.0-M5-SNAPSHOT + 1.0-M5 scm-server-api @@ -20,7 +20,7 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/scm-server-jetty/pom.xml b/scm-server-jetty/pom.xml index a5f0ca24ce..059ef82f3e 100644 --- a/scm-server-jetty/pom.xml +++ b/scm-server-jetty/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm scm-server-jetty - 1.0-M5-SNAPSHOT + 1.0-M5 scm-server-jetty @@ -20,7 +20,7 @@ sonia.scm scm-server-api - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/scm-server/pom.xml b/scm-server/pom.xml index 8409ac7f10..57207a31f7 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm scm-server - 1.0-M5-SNAPSHOT + 1.0-M5 scm-server pom @@ -21,19 +21,19 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm scm-server-api - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm scm-server-jetty - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/scm-test/pom.xml b/scm-test/pom.xml index 4bc071a833..89ff5a85cf 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm scm-test - 1.0-M5-SNAPSHOT + 1.0-M5 scm-test @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 9cc63955e5..869f89807e 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -7,13 +7,13 @@ sonia.scm scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm scm-webapp war - 1.0-M5-SNAPSHOT + 1.0-M5 scm-webapp @@ -28,25 +28,25 @@ sonia.scm scm-core - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-hg-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-svn-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-git-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 @@ -164,7 +164,7 @@ sonia.scm scm-test - 1.0-M5-SNAPSHOT + 1.0-M5 test @@ -239,25 +239,25 @@ sonia.scm.plugins scm-graph-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.sample scm-sample-auth - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.sample scm-sample-hello - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.plugins scm-activedirectory-auth-plugin - 1.0-M5-SNAPSHOT + 1.0-M5 diff --git a/third-party/pom.xml b/third-party/pom.xml index 54bbc60195..33716b9197 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.third-party sonia.scm.third-party pom - 1.0-M5-SNAPSHOT + 1.0-M5 third-party diff --git a/third-party/shared-libs/pom.xml b/third-party/shared-libs/pom.xml index a996f923ba..1f2a3dfd0f 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.0-M5-SNAPSHOT + 1.0-M5 sonia.scm.third-party shared-libs pom - 1.0-M5-SNAPSHOT + 1.0-M5 shared-libs diff --git a/third-party/svnkit-dav/pom.xml b/third-party/svnkit-dav/pom.xml index 408126afab..829dad0118 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.0-M5-SNAPSHOT + 1.0-M5 org.tmatesoft.svnkit