From db914137869b096e68b4fb7aab1ead742e2b6994 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 30 Jan 2011 15:38:25 +0100 Subject: [PATCH] set versions to 1.0-M7 --- maven/pom.xml | 6 ++-- maven/scm-plugin-archetype/pom.xml | 4 +-- .../resources/archetype-resources/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-server-api/pom.xml | 4 +-- scm-server-jetty/pom.xml | 6 ++-- scm-server/pom.xml | 8 +++--- 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 +- 25 files changed, 73 insertions(+), 73 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 5a802c3e9b..4f5981794d 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.maven scm-maven-plugins pom - 1.0-M7-SNAPSHOT + 1.0-M7 scm-maven-plugins @@ -24,7 +24,7 @@ sonia.scm scm-core - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/maven/scm-plugin-archetype/pom.xml b/maven/scm-plugin-archetype/pom.xml index 21c440dc97..bfe72ad51b 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.maven scm-plugin-archetype - 1.0-M7-SNAPSHOT + 1.0-M7 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 97f5e991f8..9138dcc7c7 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-M7-SNAPSHOT + 1.0-M7 ${groupId} @@ -31,7 +31,7 @@ sonia.scm scm-test - 1.0-M7-SNAPSHOT + 1.0-M7 test diff --git a/plugins/pom.xml b/plugins/pom.xml index b633839dcb..a1be45ecc1 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-plugins pom - 1.0-M7-SNAPSHOT + 1.0-M7 scm-plugins @@ -31,7 +31,7 @@ sonia.scm scm-core - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/plugins/scm-activedirectory-auth-plugin/pom.xml b/plugins/scm-activedirectory-auth-plugin/pom.xml index f7cd9227c9..7d102bd9ec 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-activedirectory-auth-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 scm-activedirectory-auth-plugin https://bitbucket.org/sdorra/scm-manager @@ -32,7 +32,7 @@ sonia.scm scm-core - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/plugins/scm-auth-ldap-plugin/pom.xml b/plugins/scm-auth-ldap-plugin/pom.xml index 65e4420914..73b2673f64 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.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-auth-ldap-plugin jar - 1.0-M7-SNAPSHOT + 1.0-M7 ${project.artifactId} plugin description @@ -30,7 +30,7 @@ sonia.scm scm-test - 1.0-M7-SNAPSHOT + 1.0-M7 test diff --git a/plugins/scm-bzr-plugin/pom.xml b/plugins/scm-bzr-plugin/pom.xml index d8d6b7dd76..4e746beba4 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.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-bzr-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 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 6aa87c9280..1e8a09646e 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-git-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 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-M7-SNAPSHOT + 1.0-M7 test diff --git a/plugins/scm-graph-plugin/pom.xml b/plugins/scm-graph-plugin/pom.xml index 352544b356..e88dfe0d78 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-graph-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 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 f573a55056..042c012fe2 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-hg-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 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-M7-SNAPSHOT + 1.0-M7 test diff --git a/plugins/scm-pam-plugin/pom.xml b/plugins/scm-pam-plugin/pom.xml index 62d1dd1470..2ce4112202 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.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-pam-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 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 b96cf290cb..248540c774 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-svn-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 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.0-M7-SNAPSHOT + 1.0-M7 test diff --git a/pom.xml b/pom.xml index 43aa695f6e..adb840fb2a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ sonia.scm scm pom - 1.0-M7-SNAPSHOT + 1.0-M7 The easiest way to share your Git, Mercurial and Subversion repositories over http. diff --git a/samples/pom.xml b/samples/pom.xml index 59ba3607d3..86f59402e9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.samples scm-samples pom - 1.0-M7-SNAPSHOT + 1.0-M7 scm-samples diff --git a/samples/scm-sample-auth/pom.xml b/samples/scm-sample-auth/pom.xml index 2ec3b8fdc8..2fa0ad66fe 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.sample scm-sample-auth - 1.0-M7-SNAPSHOT + 1.0-M7 scm-sample-auth Sample Authentication Plugin https://bitbucket.org/sdorra/scm-manager @@ -29,7 +29,7 @@ sonia.scm scm-core - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/samples/scm-sample-hello/pom.xml b/samples/scm-sample-hello/pom.xml index 9e4415ab2f..506c8d6ac6 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.sample scm-sample-hello - 1.0-M7-SNAPSHOT + 1.0-M7 scm-sample-hello A simple hello world plugin https://bitbucket.org/sdorra/scm-manager @@ -29,7 +29,7 @@ sonia.scm scm-core - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 402fe938e5..27af159411 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm scm-core - 1.0-M7-SNAPSHOT + 1.0-M7 scm-core diff --git a/scm-server-api/pom.xml b/scm-server-api/pom.xml index 11a997ae89..79cf644811 100644 --- a/scm-server-api/pom.xml +++ b/scm-server-api/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm scm-server-api - 1.0-M7-SNAPSHOT + 1.0-M7 scm-server-api diff --git a/scm-server-jetty/pom.xml b/scm-server-jetty/pom.xml index f5afddbc99..ea6e135670 100644 --- a/scm-server-jetty/pom.xml +++ b/scm-server-jetty/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm scm-server-jetty - 1.0-M7-SNAPSHOT + 1.0-M7 scm-server-jetty @@ -20,7 +20,7 @@ sonia.scm scm-server-api - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/scm-server/pom.xml b/scm-server/pom.xml index 45fa99d4ca..49945d7883 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm scm-server - 1.0-M7-SNAPSHOT + 1.0-M7 scm-server pom @@ -21,13 +21,13 @@ sonia.scm scm-server-api - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm scm-server-jetty - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/scm-test/pom.xml b/scm-test/pom.xml index cb58d9fe39..d8c5e80617 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -7,12 +7,12 @@ scm sonia.scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm scm-test - 1.0-M7-SNAPSHOT + 1.0-M7 scm-test @@ -26,7 +26,7 @@ sonia.scm scm-core - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index b0327068f8..856f2718f6 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -7,13 +7,13 @@ sonia.scm scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm scm-webapp war - 1.0-M7-SNAPSHOT + 1.0-M7 scm-webapp @@ -28,25 +28,25 @@ sonia.scm scm-core - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-hg-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-svn-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-git-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 @@ -164,7 +164,7 @@ sonia.scm scm-test - 1.0-M7-SNAPSHOT + 1.0-M7 test @@ -287,43 +287,43 @@ sonia.scm.plugins scm-graph-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.sample scm-sample-auth - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.sample scm-sample-hello - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-activedirectory-auth-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-pam-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-bzr-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.plugins scm-auth-ldap-plugin - 1.0-M7-SNAPSHOT + 1.0-M7 diff --git a/third-party/pom.xml b/third-party/pom.xml index f72dd7eb27..14333e49f6 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -6,13 +6,13 @@ sonia.scm scm - 1.0-M7-SNAPSHOT + 1.0-M7 sonia.scm.third-party sonia.scm.third-party pom - 1.0-M7-SNAPSHOT + 1.0-M7 third-party diff --git a/third-party/shared-libs/pom.xml b/third-party/shared-libs/pom.xml index 120d7b2924..a81aa1f6cb 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-M7-SNAPSHOT + 1.0-M7 sonia.scm.third-party shared-libs pom - 1.0-M7-SNAPSHOT + 1.0-M7 shared-libs diff --git a/third-party/svnkit-dav/pom.xml b/third-party/svnkit-dav/pom.xml index 0867adf1b4..31fee5868f 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-M7-SNAPSHOT + 1.0-M7 org.tmatesoft.svnkit