From a3e4c1ddf4498cefc3bf5603a3a57fe3878841af Mon Sep 17 00:00:00 2001 From: CES Marvin Date: Thu, 4 Jun 2020 09:41:11 +0000 Subject: [PATCH] prepare for next development iteration --- pom.xml | 2 +- scm-annotation-processor/pom.xml | 6 +++--- scm-annotations/pom.xml | 4 ++-- scm-core/pom.xml | 8 ++++---- scm-dao-xml/pom.xml | 8 ++++---- scm-it/pom.xml | 20 ++++++++++---------- scm-packaging/deb/pom.xml | 6 +++--- scm-packaging/docker/pom.xml | 4 ++-- scm-packaging/helm/pom.xml | 4 ++-- scm-packaging/pom.xml | 4 ++-- scm-packaging/release-yaml/pom.xml | 4 ++-- scm-packaging/rpm/pom.xml | 6 +++--- scm-packaging/unix/pom.xml | 4 ++-- scm-packaging/windows/pom.xml | 4 ++-- scm-plugins/pom.xml | 10 +++++----- scm-plugins/scm-git-plugin/pom.xml | 2 +- scm-plugins/scm-hg-plugin/pom.xml | 2 +- scm-plugins/scm-legacy-plugin/pom.xml | 4 ++-- scm-plugins/scm-svn-plugin/pom.xml | 2 +- scm-server/pom.xml | 4 ++-- scm-test/pom.xml | 6 +++--- scm-ui/pom.xml | 4 ++-- scm-webapp/pom.xml | 26 +++++++++++++------------- 23 files changed, 72 insertions(+), 72 deletions(-) diff --git a/pom.xml b/pom.xml index f8b0ec87c6..01f14c2fd0 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ sonia.scm scm pom - 2.0.0 + 2.1.0-SNAPSHOT The easiest way to share your Git, Mercurial and Subversion repositories over http. diff --git a/scm-annotation-processor/pom.xml b/scm-annotation-processor/pom.xml index 003690d196..446e091a79 100644 --- a/scm-annotation-processor/pom.xml +++ b/scm-annotation-processor/pom.xml @@ -31,12 +31,12 @@ sonia.scm scm - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm scm-annotation-processor - 2.0.0 + 2.1.0-SNAPSHOT scm-annotation-processor @@ -46,7 +46,7 @@ sonia.scm scm-annotations - 2.0.0 + 2.1.0-SNAPSHOT diff --git a/scm-annotations/pom.xml b/scm-annotations/pom.xml index eee089ba1d..d921d3686b 100644 --- a/scm-annotations/pom.xml +++ b/scm-annotations/pom.xml @@ -31,11 +31,11 @@ sonia.scm scm - 2.0.0 + 2.1.0-SNAPSHOT scm-annotations - 2.0.0 + 2.1.0-SNAPSHOT scm-annotations diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 00ad5f9c7a..7249f0d233 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -31,11 +31,11 @@ scm sonia.scm - 2.0.0 + 2.1.0-SNAPSHOT scm-core - 2.0.0 + 2.1.0-SNAPSHOT scm-core @@ -54,7 +54,7 @@ sonia.scm scm-annotations - 2.0.0 + 2.1.0-SNAPSHOT @@ -221,7 +221,7 @@ sonia.scm scm-annotation-processor - 2.0.0 + 2.1.0-SNAPSHOT provided diff --git a/scm-dao-xml/pom.xml b/scm-dao-xml/pom.xml index b5dc8e5e67..cff0efc40e 100644 --- a/scm-dao-xml/pom.xml +++ b/scm-dao-xml/pom.xml @@ -31,11 +31,11 @@ sonia.scm scm - 2.0.0 + 2.1.0-SNAPSHOT scm-dao-xml - 2.0.0 + 2.1.0-SNAPSHOT scm-dao-xml @@ -50,7 +50,7 @@ sonia.scm scm-core - 2.0.0 + 2.1.0-SNAPSHOT @@ -58,7 +58,7 @@ sonia.scm scm-test - 2.0.0 + 2.1.0-SNAPSHOT test diff --git a/scm-it/pom.xml b/scm-it/pom.xml index c3a3cbe83f..52c22a8469 100644 --- a/scm-it/pom.xml +++ b/scm-it/pom.xml @@ -31,40 +31,40 @@ sonia.scm scm - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm scm-it war - 2.0.0 + 2.1.0-SNAPSHOT scm-it sonia.scm scm-core - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm scm-test - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm.plugins scm-git-plugin - 2.0.0 + 2.1.0-SNAPSHOT test sonia.scm.plugins scm-git-plugin - 2.0.0 + 2.1.0-SNAPSHOT tests test @@ -72,14 +72,14 @@ sonia.scm.plugins scm-hg-plugin - 2.0.0 + 2.1.0-SNAPSHOT test sonia.scm.plugins scm-hg-plugin - 2.0.0 + 2.1.0-SNAPSHOT tests test @@ -87,14 +87,14 @@ sonia.scm.plugins scm-svn-plugin - 2.0.0 + 2.1.0-SNAPSHOT test sonia.scm.plugins scm-svn-plugin - 2.0.0 + 2.1.0-SNAPSHOT tests test diff --git a/scm-packaging/deb/pom.xml b/scm-packaging/deb/pom.xml index d38f70bea1..4d1486e13c 100644 --- a/scm-packaging/deb/pom.xml +++ b/scm-packaging/deb/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.0.0 + 2.1.0-SNAPSHOT deb deb - 2.0.0 + 2.1.0-SNAPSHOT Packaging for Debian/Ubuntu deb @@ -46,7 +46,7 @@ sonia.scm scm-server - 2.0.0 + 2.1.0-SNAPSHOT diff --git a/scm-packaging/docker/pom.xml b/scm-packaging/docker/pom.xml index 5d7c2c2505..0453edde3c 100644 --- a/scm-packaging/docker/pom.xml +++ b/scm-packaging/docker/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.0.0 + 2.1.0-SNAPSHOT docker pom - 2.0.0 + 2.1.0-SNAPSHOT diff --git a/scm-packaging/helm/pom.xml b/scm-packaging/helm/pom.xml index 5666358f17..13ecc6cd20 100644 --- a/scm-packaging/helm/pom.xml +++ b/scm-packaging/helm/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.0.0 + 2.1.0-SNAPSHOT helm helm - 2.0.0 + 2.1.0-SNAPSHOT 3.2.1 diff --git a/scm-packaging/pom.xml b/scm-packaging/pom.xml index 476d17d3d1..f62d907bea 100644 --- a/scm-packaging/pom.xml +++ b/scm-packaging/pom.xml @@ -31,13 +31,13 @@ sonia.scm scm - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm.packaging scm-packaging pom - 2.0.0 + 2.1.0-SNAPSHOT packages.scm-manager.org diff --git a/scm-packaging/release-yaml/pom.xml b/scm-packaging/release-yaml/pom.xml index 715075ab6d..0c94b545c4 100644 --- a/scm-packaging/release-yaml/pom.xml +++ b/scm-packaging/release-yaml/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.0.0 + 2.1.0-SNAPSHOT release-yaml pom - 2.0.0 + 2.1.0-SNAPSHOT diff --git a/scm-packaging/rpm/pom.xml b/scm-packaging/rpm/pom.xml index 03b827fa2f..b46b2ec22c 100644 --- a/scm-packaging/rpm/pom.xml +++ b/scm-packaging/rpm/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.0.0 + 2.1.0-SNAPSHOT rpm rpm - 2.0.0 + 2.1.0-SNAPSHOT Packaging for RedHat/Centos/Fedora rpm @@ -46,7 +46,7 @@ sonia.scm scm-server - 2.0.0 + 2.1.0-SNAPSHOT diff --git a/scm-packaging/unix/pom.xml b/scm-packaging/unix/pom.xml index e3a881eca2..5848e9e5d1 100644 --- a/scm-packaging/unix/pom.xml +++ b/scm-packaging/unix/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.0.0 + 2.1.0-SNAPSHOT unix pom - 2.0.0 + 2.1.0-SNAPSHOT diff --git a/scm-packaging/windows/pom.xml b/scm-packaging/windows/pom.xml index a25fe2e266..d1118a1bb2 100644 --- a/scm-packaging/windows/pom.xml +++ b/scm-packaging/windows/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.0.0 + 2.1.0-SNAPSHOT windows pom - 2.0.0 + 2.1.0-SNAPSHOT diff --git a/scm-plugins/pom.xml b/scm-plugins/pom.xml index d5f857c077..ac6a76f444 100644 --- a/scm-plugins/pom.xml +++ b/scm-plugins/pom.xml @@ -31,13 +31,13 @@ sonia.scm scm - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm.plugins scm-plugins pom - 2.0.0 + 2.1.0-SNAPSHOT scm-plugins @@ -59,7 +59,7 @@ sonia.scm scm-core - 2.0.0 + 2.1.0-SNAPSHOT provided @@ -68,7 +68,7 @@ sonia.scm scm-annotation-processor - 2.0.0 + 2.1.0-SNAPSHOT provided @@ -98,7 +98,7 @@ sonia.scm scm-test - 2.0.0 + 2.1.0-SNAPSHOT test diff --git a/scm-plugins/scm-git-plugin/pom.xml b/scm-plugins/scm-git-plugin/pom.xml index da63f63f24..7190ecc56b 100644 --- a/scm-plugins/scm-git-plugin/pom.xml +++ b/scm-plugins/scm-git-plugin/pom.xml @@ -31,7 +31,7 @@ scm-plugins sonia.scm.plugins - 2.0.0 + 2.1.0-SNAPSHOT scm-git-plugin diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index 7dc63aa50f..24ed728e67 100644 --- a/scm-plugins/scm-hg-plugin/pom.xml +++ b/scm-plugins/scm-hg-plugin/pom.xml @@ -31,7 +31,7 @@ sonia.scm.plugins scm-plugins - 2.0.0 + 2.1.0-SNAPSHOT scm-hg-plugin diff --git a/scm-plugins/scm-legacy-plugin/pom.xml b/scm-plugins/scm-legacy-plugin/pom.xml index 372a930c24..e7ac4c12a1 100644 --- a/scm-plugins/scm-legacy-plugin/pom.xml +++ b/scm-plugins/scm-legacy-plugin/pom.xml @@ -29,12 +29,12 @@ sonia.scm.plugins scm-plugins - 2.0.0 + 2.1.0-SNAPSHOT scm-legacy-plugin Support migrated repository urls and v1 passwords - 2.0.0 + 2.1.0-SNAPSHOT smp diff --git a/scm-plugins/scm-svn-plugin/pom.xml b/scm-plugins/scm-svn-plugin/pom.xml index 08de905a5b..c5734f173b 100644 --- a/scm-plugins/scm-svn-plugin/pom.xml +++ b/scm-plugins/scm-svn-plugin/pom.xml @@ -31,7 +31,7 @@ scm-plugins sonia.scm.plugins - 2.0.0 + 2.1.0-SNAPSHOT scm-svn-plugin diff --git a/scm-server/pom.xml b/scm-server/pom.xml index bd85ca0208..48e83922ed 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -31,12 +31,12 @@ scm sonia.scm - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm scm-server - 2.0.0 + 2.1.0-SNAPSHOT scm-server jar diff --git a/scm-test/pom.xml b/scm-test/pom.xml index de78a997e5..98f4d7c6cf 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -31,12 +31,12 @@ scm sonia.scm - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm scm-test - 2.0.0 + 2.1.0-SNAPSHOT scm-test @@ -50,7 +50,7 @@ sonia.scm scm-core - 2.0.0 + 2.1.0-SNAPSHOT diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index 157796dd47..ee9f40bd70 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -32,13 +32,13 @@ sonia.scm scm - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm scm-ui war - 2.0.0 + 2.1.0-SNAPSHOT scm-ui diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 1cf7e931c4..bbb33627f8 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -32,13 +32,13 @@ sonia.scm scm - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm scm-webapp war - 2.0.0 + 2.1.0-SNAPSHOT scm-webapp @@ -48,7 +48,7 @@ sonia.scm scm-annotation-processor - 2.0.0 + 2.1.0-SNAPSHOT provided @@ -73,13 +73,13 @@ sonia.scm scm-core - 2.0.0 + 2.1.0-SNAPSHOT sonia.scm scm-dao-xml - 2.0.0 + 2.1.0-SNAPSHOT @@ -332,7 +332,7 @@ sonia.scm scm-test - 2.0.0 + 2.1.0-SNAPSHOT test @@ -394,7 +394,7 @@ sonia.scm.plugins scm-git-plugin - 2.0.0 + 2.1.0-SNAPSHOT tests test @@ -402,14 +402,14 @@ sonia.scm.plugins scm-git-plugin - 2.0.0 + 2.1.0-SNAPSHOT test sonia.scm.plugins scm-hg-plugin - 2.0.0 + 2.1.0-SNAPSHOT tests test @@ -417,14 +417,14 @@ sonia.scm.plugins scm-hg-plugin - 2.0.0 + 2.1.0-SNAPSHOT test sonia.scm.plugins scm-svn-plugin - 2.0.0 + 2.1.0-SNAPSHOT tests test @@ -432,7 +432,7 @@ sonia.scm.plugins scm-svn-plugin - 2.0.0 + 2.1.0-SNAPSHOT test @@ -718,7 +718,7 @@ sonia.scm scm-ui - 2.0.0 + 2.1.0-SNAPSHOT war