From 97ebda03303de3f69cd2656ced3de95af6226083 Mon Sep 17 00:00:00 2001 From: Colin Rosenthal Date: Fri, 19 Jul 2019 10:47:09 +0200 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- archive/archive-core/pom.xml | 2 +- archive/archive-test/pom.xml | 2 +- archive/bitpreservation-gui/pom.xml | 2 +- archive/pom.xml | 2 +- build-tools/pom.xml | 2 +- common/common-core/pom.xml | 2 +- common/common-test/pom.xml | 2 +- common/netarchivesuite-test-utils/pom.xml | 2 +- common/pom.xml | 2 +- deploy/deploy-core/pom.xml | 2 +- deploy/deploy-test/pom.xml | 4 ++-- deploy/distribution/pom.xml | 4 ++-- deploy/pom.xml | 2 +- harvester/harvest-scheduler/pom.xml | 2 +- harvester/harvestchannel-gui/pom.xml | 2 +- harvester/harvestdefinition-gui/pom.xml | 2 +- harvester/harvester-core/pom.xml | 2 +- harvester/harvester-test/pom.xml | 2 +- harvester/heritrix3/heritrix3-bundler/pom.xml | 2 +- harvester/heritrix3/heritrix3-controller/pom.xml | 2 +- harvester/heritrix3/heritrix3-extensions/pom.xml | 2 +- harvester/heritrix3/heritrix3-monitor/pom.xml | 2 +- harvester/heritrix3/pom.xml | 2 +- harvester/history-gui/pom.xml | 2 +- harvester/pom.xml | 2 +- harvester/qa-gui/pom.xml | 2 +- integration-test/pom.xml | 2 +- integration-test/system-test/pom.xml | 2 +- monitor/monitor-core/pom.xml | 2 +- monitor/monitor-test/pom.xml | 2 +- monitor/pom.xml | 2 +- monitor/status-gui/pom.xml | 2 +- pom.xml | 6 +++--- wayback/pom.xml | 2 +- wayback/wayback-indexer/pom.xml | 2 +- wayback/wayback-resourcestore/pom.xml | 2 +- wayback/wayback-test/pom.xml | 4 ++-- 37 files changed, 42 insertions(+), 42 deletions(-) diff --git a/archive/archive-core/pom.xml b/archive/archive-core/pom.xml index 669b3ecb17..ff701ae692 100644 --- a/archive/archive-core/pom.xml +++ b/archive/archive-core/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite archive - 5.6 + 5.7-SNAPSHOT archive-core diff --git a/archive/archive-test/pom.xml b/archive/archive-test/pom.xml index 8a6bf35a1a..aa81d7d6c1 100644 --- a/archive/archive-test/pom.xml +++ b/archive/archive-test/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite archive - 5.6 + 5.7-SNAPSHOT archive-test diff --git a/archive/bitpreservation-gui/pom.xml b/archive/bitpreservation-gui/pom.xml index cd606da1c8..d10efb92a9 100644 --- a/archive/bitpreservation-gui/pom.xml +++ b/archive/bitpreservation-gui/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite archive - 5.6 + 5.7-SNAPSHOT bitpreservation-gui diff --git a/archive/pom.xml b/archive/pom.xml index 22c21eff01..32b2b6fcc9 100644 --- a/archive/pom.xml +++ b/archive/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT archive diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 05458f5dc3..7cfca579d3 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT build-tools diff --git a/common/common-core/pom.xml b/common/common-core/pom.xml index ac257c8ec3..58003687ba 100644 --- a/common/common-core/pom.xml +++ b/common/common-core/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite common - 5.6 + 5.7-SNAPSHOT common-core diff --git a/common/common-test/pom.xml b/common/common-test/pom.xml index 4757bd7a38..1508a65c64 100644 --- a/common/common-test/pom.xml +++ b/common/common-test/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite common - 5.6 + 5.7-SNAPSHOT common-test diff --git a/common/netarchivesuite-test-utils/pom.xml b/common/netarchivesuite-test-utils/pom.xml index d455ee8001..d9509645d9 100644 --- a/common/netarchivesuite-test-utils/pom.xml +++ b/common/netarchivesuite-test-utils/pom.xml @@ -3,7 +3,7 @@ org.netarchivesuite common - 5.6 + 5.7-SNAPSHOT 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 0df4947f5d..73aa7dd8f7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT common diff --git a/deploy/deploy-core/pom.xml b/deploy/deploy-core/pom.xml index 7a1e44b0c7..d66abb43c5 100644 --- a/deploy/deploy-core/pom.xml +++ b/deploy/deploy-core/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite deploy - 5.6 + 5.7-SNAPSHOT deploy-core diff --git a/deploy/deploy-test/pom.xml b/deploy/deploy-test/pom.xml index 15f846a361..45ea13fd31 100644 --- a/deploy/deploy-test/pom.xml +++ b/deploy/deploy-test/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite deploy - 5.6 + 5.7-SNAPSHOT deploy-test @@ -31,7 +31,7 @@ org.netarchivesuite common-test - 5.6 + 5.7-SNAPSHOT test diff --git a/deploy/distribution/pom.xml b/deploy/distribution/pom.xml index 49e2172291..64ca7ed207 100644 --- a/deploy/distribution/pom.xml +++ b/deploy/distribution/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite deploy - 5.6 + 5.7-SNAPSHOT distribution @@ -94,7 +94,7 @@ org.netarchivesuite heritrix3-monitor - 5.6 + 5.7-SNAPSHOT diff --git a/deploy/pom.xml b/deploy/pom.xml index 2f63c8fbba..8ff24dfa96 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT deploy diff --git a/harvester/harvest-scheduler/pom.xml b/harvester/harvest-scheduler/pom.xml index 122b368b35..6f7ae26a1a 100644 --- a/harvester/harvest-scheduler/pom.xml +++ b/harvester/harvest-scheduler/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite harvester - 5.6 + 5.7-SNAPSHOT harvest-scheduler diff --git a/harvester/harvestchannel-gui/pom.xml b/harvester/harvestchannel-gui/pom.xml index 5c3f155b24..e191eb0cbb 100644 --- a/harvester/harvestchannel-gui/pom.xml +++ b/harvester/harvestchannel-gui/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite harvester - 5.6 + 5.7-SNAPSHOT harvestchannel-gui diff --git a/harvester/harvestdefinition-gui/pom.xml b/harvester/harvestdefinition-gui/pom.xml index 3b7af6ef2f..e56b455e55 100644 --- a/harvester/harvestdefinition-gui/pom.xml +++ b/harvester/harvestdefinition-gui/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite harvester - 5.6 + 5.7-SNAPSHOT harvestdefinition-gui diff --git a/harvester/harvester-core/pom.xml b/harvester/harvester-core/pom.xml index 20b7a652fb..a697f57c31 100644 --- a/harvester/harvester-core/pom.xml +++ b/harvester/harvester-core/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite harvester - 5.6 + 5.7-SNAPSHOT harvester-core diff --git a/harvester/harvester-test/pom.xml b/harvester/harvester-test/pom.xml index b619a64df1..3a759a4b2c 100644 --- a/harvester/harvester-test/pom.xml +++ b/harvester/harvester-test/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite harvester - 5.6 + 5.7-SNAPSHOT harvester-test diff --git a/harvester/heritrix3/heritrix3-bundler/pom.xml b/harvester/heritrix3/heritrix3-bundler/pom.xml index d5687b7b6b..6a8860dbb3 100644 --- a/harvester/heritrix3/heritrix3-bundler/pom.xml +++ b/harvester/heritrix3/heritrix3-bundler/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite heritrix3 - 5.6 + 5.7-SNAPSHOT heritrix3-bundler diff --git a/harvester/heritrix3/heritrix3-controller/pom.xml b/harvester/heritrix3/heritrix3-controller/pom.xml index 7f79871775..f535e66ccf 100644 --- a/harvester/heritrix3/heritrix3-controller/pom.xml +++ b/harvester/heritrix3/heritrix3-controller/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite heritrix3 - 5.6 + 5.7-SNAPSHOT heritrix3-controller diff --git a/harvester/heritrix3/heritrix3-extensions/pom.xml b/harvester/heritrix3/heritrix3-extensions/pom.xml index 92f963f681..e9e16fd3f6 100644 --- a/harvester/heritrix3/heritrix3-extensions/pom.xml +++ b/harvester/heritrix3/heritrix3-extensions/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite heritrix3 - 5.6 + 5.7-SNAPSHOT heritrix3-extensions diff --git a/harvester/heritrix3/heritrix3-monitor/pom.xml b/harvester/heritrix3/heritrix3-monitor/pom.xml index b1a31a3bc9..96dcea8176 100644 --- a/harvester/heritrix3/heritrix3-monitor/pom.xml +++ b/harvester/heritrix3/heritrix3-monitor/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite heritrix3 - 5.6 + 5.7-SNAPSHOT heritrix3-monitor diff --git a/harvester/heritrix3/pom.xml b/harvester/heritrix3/pom.xml index 3a6a0c8a24..a9c1daf652 100644 --- a/harvester/heritrix3/pom.xml +++ b/harvester/heritrix3/pom.xml @@ -3,7 +3,7 @@ org.netarchivesuite harvester - 5.6 + 5.7-SNAPSHOT 4.0.0 diff --git a/harvester/history-gui/pom.xml b/harvester/history-gui/pom.xml index 54e68132c6..567793b226 100644 --- a/harvester/history-gui/pom.xml +++ b/harvester/history-gui/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite harvester - 5.6 + 5.7-SNAPSHOT history-gui diff --git a/harvester/pom.xml b/harvester/pom.xml index c9374a254a..dc6ca963a5 100644 --- a/harvester/pom.xml +++ b/harvester/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT harvester diff --git a/harvester/qa-gui/pom.xml b/harvester/qa-gui/pom.xml index d77a6b5904..8ce45d4ace 100644 --- a/harvester/qa-gui/pom.xml +++ b/harvester/qa-gui/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT ../../pom.xml diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 473cb2bd7c..5a16b9cb10 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT integration-test diff --git a/integration-test/system-test/pom.xml b/integration-test/system-test/pom.xml index a81751e4bd..499f486187 100644 --- a/integration-test/system-test/pom.xml +++ b/integration-test/system-test/pom.xml @@ -4,7 +4,7 @@ org.netarchivesuite integration-test - 5.6 + 5.7-SNAPSHOT system-test diff --git a/monitor/monitor-core/pom.xml b/monitor/monitor-core/pom.xml index 20f641bec2..5efca1d840 100644 --- a/monitor/monitor-core/pom.xml +++ b/monitor/monitor-core/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite monitor - 5.6 + 5.7-SNAPSHOT monitor-core diff --git a/monitor/monitor-test/pom.xml b/monitor/monitor-test/pom.xml index 968e5d6783..3bb8f4c0b9 100644 --- a/monitor/monitor-test/pom.xml +++ b/monitor/monitor-test/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite monitor - 5.6 + 5.7-SNAPSHOT monitor-test diff --git a/monitor/pom.xml b/monitor/pom.xml index 807a0f2337..3405178528 100644 --- a/monitor/pom.xml +++ b/monitor/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT monitor diff --git a/monitor/status-gui/pom.xml b/monitor/status-gui/pom.xml index 4840140177..1486010592 100644 --- a/monitor/status-gui/pom.xml +++ b/monitor/status-gui/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite monitor - 5.6 + 5.7-SNAPSHOT status-gui diff --git a/pom.xml b/pom.xml index 1b346be456..2efa37450a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT pom NetarchiveSuite @@ -148,7 +148,7 @@ https://github.com/netarchivesuite/netarchivesuite scm:git:https://github.com/netarchivesuite/netarchivesuite.git scm:git:git@github.com:netarchivesuite/netarchivesuite.git - netarchivesuite-5.6 + HEAD @@ -872,7 +872,7 @@ org.netarchivesuite build-tools - 5.6 + 5.7-SNAPSHOT diff --git a/wayback/pom.xml b/wayback/pom.xml index 1ea6598cd3..704b438361 100644 --- a/wayback/pom.xml +++ b/wayback/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.6 + 5.7-SNAPSHOT wayback diff --git a/wayback/wayback-indexer/pom.xml b/wayback/wayback-indexer/pom.xml index 17a7a4b035..f5d5060e7a 100644 --- a/wayback/wayback-indexer/pom.xml +++ b/wayback/wayback-indexer/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite wayback - 5.6 + 5.7-SNAPSHOT wayback-indexer diff --git a/wayback/wayback-resourcestore/pom.xml b/wayback/wayback-resourcestore/pom.xml index b3e6d09aff..fe3f271996 100644 --- a/wayback/wayback-resourcestore/pom.xml +++ b/wayback/wayback-resourcestore/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite wayback - 5.6 + 5.7-SNAPSHOT wayback-resourcestore diff --git a/wayback/wayback-test/pom.xml b/wayback/wayback-test/pom.xml index 28c0a33c03..8ad6be3213 100644 --- a/wayback/wayback-test/pom.xml +++ b/wayback/wayback-test/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite wayback - 5.6 + 5.7-SNAPSHOT wayback-test @@ -43,7 +43,7 @@ org.netarchivesuite archive-core - 5.6 + 5.7-SNAPSHOT test