From 17da0b9a8a04725ee2aba277761781858f281bb8 Mon Sep 17 00:00:00 2001 From: CES Marvin Date: Thu, 23 Jul 2020 12:17:00 +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 4ce222e4bc..1754034a86 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ sonia.scm scm pom - 2.3.0 + 2.4.0-SNAPSHOT The easiest way to share your Git, Mercurial and Subversion repositories. diff --git a/scm-annotation-processor/pom.xml b/scm-annotation-processor/pom.xml index 972eaf2141..30599bb27e 100644 --- a/scm-annotation-processor/pom.xml +++ b/scm-annotation-processor/pom.xml @@ -31,12 +31,12 @@ sonia.scm scm - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm scm-annotation-processor - 2.3.0 + 2.4.0-SNAPSHOT scm-annotation-processor @@ -46,7 +46,7 @@ sonia.scm scm-annotations - 2.3.0 + 2.4.0-SNAPSHOT diff --git a/scm-annotations/pom.xml b/scm-annotations/pom.xml index fc15c110d0..45cc5aea7f 100644 --- a/scm-annotations/pom.xml +++ b/scm-annotations/pom.xml @@ -31,11 +31,11 @@ sonia.scm scm - 2.3.0 + 2.4.0-SNAPSHOT scm-annotations - 2.3.0 + 2.4.0-SNAPSHOT scm-annotations diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 7182a6bbc7..f7df981723 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -31,11 +31,11 @@ scm sonia.scm - 2.3.0 + 2.4.0-SNAPSHOT scm-core - 2.3.0 + 2.4.0-SNAPSHOT scm-core @@ -54,7 +54,7 @@ sonia.scm scm-annotations - 2.3.0 + 2.4.0-SNAPSHOT @@ -221,7 +221,7 @@ sonia.scm scm-annotation-processor - 2.3.0 + 2.4.0-SNAPSHOT provided diff --git a/scm-dao-xml/pom.xml b/scm-dao-xml/pom.xml index 20fdbd8678..73f21b899f 100644 --- a/scm-dao-xml/pom.xml +++ b/scm-dao-xml/pom.xml @@ -31,11 +31,11 @@ sonia.scm scm - 2.3.0 + 2.4.0-SNAPSHOT scm-dao-xml - 2.3.0 + 2.4.0-SNAPSHOT scm-dao-xml @@ -50,7 +50,7 @@ sonia.scm scm-core - 2.3.0 + 2.4.0-SNAPSHOT @@ -58,7 +58,7 @@ sonia.scm scm-test - 2.3.0 + 2.4.0-SNAPSHOT test diff --git a/scm-it/pom.xml b/scm-it/pom.xml index 0c374e7dc1..90c22cda75 100644 --- a/scm-it/pom.xml +++ b/scm-it/pom.xml @@ -31,40 +31,40 @@ sonia.scm scm - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm scm-it war - 2.3.0 + 2.4.0-SNAPSHOT scm-it sonia.scm scm-core - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm scm-test - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm.plugins scm-git-plugin - 2.3.0 + 2.4.0-SNAPSHOT test sonia.scm.plugins scm-git-plugin - 2.3.0 + 2.4.0-SNAPSHOT tests test @@ -72,14 +72,14 @@ sonia.scm.plugins scm-hg-plugin - 2.3.0 + 2.4.0-SNAPSHOT test sonia.scm.plugins scm-hg-plugin - 2.3.0 + 2.4.0-SNAPSHOT tests test @@ -87,14 +87,14 @@ sonia.scm.plugins scm-svn-plugin - 2.3.0 + 2.4.0-SNAPSHOT test sonia.scm.plugins scm-svn-plugin - 2.3.0 + 2.4.0-SNAPSHOT tests test diff --git a/scm-packaging/deb/pom.xml b/scm-packaging/deb/pom.xml index 95f2914ec7..1b55fd5033 100644 --- a/scm-packaging/deb/pom.xml +++ b/scm-packaging/deb/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.3.0 + 2.4.0-SNAPSHOT deb deb - 2.3.0 + 2.4.0-SNAPSHOT Packaging for Debian/Ubuntu deb @@ -46,7 +46,7 @@ sonia.scm scm-server - 2.3.0 + 2.4.0-SNAPSHOT diff --git a/scm-packaging/docker/pom.xml b/scm-packaging/docker/pom.xml index 4dd49b59fd..156ff6a028 100644 --- a/scm-packaging/docker/pom.xml +++ b/scm-packaging/docker/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.3.0 + 2.4.0-SNAPSHOT docker pom - 2.3.0 + 2.4.0-SNAPSHOT diff --git a/scm-packaging/helm/pom.xml b/scm-packaging/helm/pom.xml index 5e2a813354..93817d57c2 100644 --- a/scm-packaging/helm/pom.xml +++ b/scm-packaging/helm/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.3.0 + 2.4.0-SNAPSHOT helm helm - 2.3.0 + 2.4.0-SNAPSHOT 3.2.1 diff --git a/scm-packaging/pom.xml b/scm-packaging/pom.xml index 1303902413..ed85aff8e2 100644 --- a/scm-packaging/pom.xml +++ b/scm-packaging/pom.xml @@ -31,13 +31,13 @@ sonia.scm scm - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm.packaging scm-packaging pom - 2.3.0 + 2.4.0-SNAPSHOT packages.scm-manager.org diff --git a/scm-packaging/release-yaml/pom.xml b/scm-packaging/release-yaml/pom.xml index 695a91a348..af5e983661 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.3.0 + 2.4.0-SNAPSHOT release-yaml pom - 2.3.0 + 2.4.0-SNAPSHOT diff --git a/scm-packaging/rpm/pom.xml b/scm-packaging/rpm/pom.xml index 8accb69dfd..5af952fd87 100644 --- a/scm-packaging/rpm/pom.xml +++ b/scm-packaging/rpm/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.3.0 + 2.4.0-SNAPSHOT rpm rpm - 2.3.0 + 2.4.0-SNAPSHOT Packaging for RedHat/Centos/Fedora rpm @@ -52,7 +52,7 @@ sonia.scm scm-server - 2.3.0 + 2.4.0-SNAPSHOT diff --git a/scm-packaging/unix/pom.xml b/scm-packaging/unix/pom.xml index 333c3f4504..a03977fbf5 100644 --- a/scm-packaging/unix/pom.xml +++ b/scm-packaging/unix/pom.xml @@ -31,12 +31,12 @@ sonia.scm.packaging scm-packaging - 2.3.0 + 2.4.0-SNAPSHOT unix pom - 2.3.0 + 2.4.0-SNAPSHOT diff --git a/scm-packaging/windows/pom.xml b/scm-packaging/windows/pom.xml index 02ba9c7ffb..e0f0181d3a 100644 --- a/scm-packaging/windows/pom.xml +++ b/scm-packaging/windows/pom.xml @@ -32,12 +32,12 @@ sonia.scm.packaging scm-packaging - 2.3.0 + 2.4.0-SNAPSHOT windows pom - 2.3.0 + 2.4.0-SNAPSHOT diff --git a/scm-plugins/pom.xml b/scm-plugins/pom.xml index afb45f47a9..a407c38471 100644 --- a/scm-plugins/pom.xml +++ b/scm-plugins/pom.xml @@ -31,13 +31,13 @@ sonia.scm scm - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm.plugins scm-plugins pom - 2.3.0 + 2.4.0-SNAPSHOT scm-plugins @@ -59,7 +59,7 @@ sonia.scm scm-core - 2.3.0 + 2.4.0-SNAPSHOT provided @@ -68,7 +68,7 @@ sonia.scm scm-annotation-processor - 2.3.0 + 2.4.0-SNAPSHOT provided @@ -98,7 +98,7 @@ sonia.scm scm-test - 2.3.0 + 2.4.0-SNAPSHOT test diff --git a/scm-plugins/scm-git-plugin/pom.xml b/scm-plugins/scm-git-plugin/pom.xml index ccbe129013..b184af3645 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.3.0 + 2.4.0-SNAPSHOT scm-git-plugin diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index 8b31eee0a3..ae491a1f04 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.3.0 + 2.4.0-SNAPSHOT scm-hg-plugin diff --git a/scm-plugins/scm-legacy-plugin/pom.xml b/scm-plugins/scm-legacy-plugin/pom.xml index 452f3163c5..f1f62b66dc 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.3.0 + 2.4.0-SNAPSHOT scm-legacy-plugin Support migrated repository urls and v1 passwords - 2.3.0 + 2.4.0-SNAPSHOT smp diff --git a/scm-plugins/scm-svn-plugin/pom.xml b/scm-plugins/scm-svn-plugin/pom.xml index b6186ee54a..28145f3dcb 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.3.0 + 2.4.0-SNAPSHOT scm-svn-plugin diff --git a/scm-server/pom.xml b/scm-server/pom.xml index a09e0df671..96c89ac660 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -31,12 +31,12 @@ scm sonia.scm - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm scm-server - 2.3.0 + 2.4.0-SNAPSHOT scm-server jar diff --git a/scm-test/pom.xml b/scm-test/pom.xml index 2a3f365b2a..c430ba59ba 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -31,12 +31,12 @@ scm sonia.scm - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm scm-test - 2.3.0 + 2.4.0-SNAPSHOT scm-test @@ -50,7 +50,7 @@ sonia.scm scm-core - 2.3.0 + 2.4.0-SNAPSHOT diff --git a/scm-ui/pom.xml b/scm-ui/pom.xml index 91178ac530..ebdcb9dc1c 100644 --- a/scm-ui/pom.xml +++ b/scm-ui/pom.xml @@ -32,13 +32,13 @@ sonia.scm scm - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm scm-ui war - 2.3.0 + 2.4.0-SNAPSHOT scm-ui diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 4cd1a84d05..a2f1b97957 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -32,13 +32,13 @@ sonia.scm scm - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm scm-webapp war - 2.3.0 + 2.4.0-SNAPSHOT scm-webapp @@ -48,7 +48,7 @@ sonia.scm scm-annotation-processor - 2.3.0 + 2.4.0-SNAPSHOT provided @@ -73,13 +73,13 @@ sonia.scm scm-core - 2.3.0 + 2.4.0-SNAPSHOT sonia.scm scm-dao-xml - 2.3.0 + 2.4.0-SNAPSHOT @@ -332,7 +332,7 @@ sonia.scm scm-test - 2.3.0 + 2.4.0-SNAPSHOT test @@ -394,7 +394,7 @@ sonia.scm.plugins scm-git-plugin - 2.3.0 + 2.4.0-SNAPSHOT tests test @@ -402,14 +402,14 @@ sonia.scm.plugins scm-git-plugin - 2.3.0 + 2.4.0-SNAPSHOT test sonia.scm.plugins scm-hg-plugin - 2.3.0 + 2.4.0-SNAPSHOT tests test @@ -417,14 +417,14 @@ sonia.scm.plugins scm-hg-plugin - 2.3.0 + 2.4.0-SNAPSHOT test sonia.scm.plugins scm-svn-plugin - 2.3.0 + 2.4.0-SNAPSHOT tests test @@ -432,7 +432,7 @@ sonia.scm.plugins scm-svn-plugin - 2.3.0 + 2.4.0-SNAPSHOT test @@ -718,7 +718,7 @@ sonia.scm scm-ui - 2.3.0 + 2.4.0-SNAPSHOT war