From bba4975ab42a56d8221b0a5576de5f5154ecb62c Mon Sep 17 00:00:00 2001 From: mss Date: Thu, 4 Jun 2015 21:41:02 +0200 Subject: [PATCH] [maven-release-plugin] rollback the release of netarchivesuite-5.0-RC1 --- archive/archive-core/pom.xml | 7 ++++--- archive/archive-test/pom.xml | 5 +++-- archive/bitpreservation-gui/pom.xml | 5 +++-- archive/pom.xml | 6 ++++-- build-tools/pom.xml | 5 +++-- common/common-core/pom.xml | 7 ++++--- common/common-test/pom.xml | 5 +++-- common/netarchivesuite-test-utils/pom.xml | 6 ++++-- common/pom.xml | 6 ++++-- deploy/deploy-core/pom.xml | 7 ++++--- deploy/deploy-test/pom.xml | 7 ++++--- deploy/distribution/pom.xml | 5 +++-- deploy/pom.xml | 5 +++-- harvester/harvest-scheduler/pom.xml | 7 ++++--- harvester/harvestchannel-gui/pom.xml | 6 ++++-- harvester/harvestdefinition-gui/pom.xml | 6 ++++-- harvester/harvester-core/pom.xml | 7 ++++--- harvester/harvester-test/pom.xml | 5 +++-- harvester/heritrix1/heritrix1-controller/pom.xml | 7 ++++--- harvester/heritrix1/heritrix1-extensions/pom.xml | 7 ++++--- harvester/heritrix1/heritrix1-frontier/pom.xml | 7 ++++--- harvester/heritrix1/pom.xml | 6 ++++-- harvester/heritrix3/heritrix3-bundler/pom.xml | 5 +++-- harvester/heritrix3/heritrix3-controller/pom.xml | 7 ++++--- harvester/heritrix3/heritrix3-extensions/pom.xml | 7 ++++--- harvester/heritrix3/pom.xml | 6 ++++-- harvester/history-gui/pom.xml | 6 ++++-- harvester/pom.xml | 2 +- harvester/qa-gui/pom.xml | 5 +++-- integration-test/pom.xml | 6 ++++-- integration-test/system-test/pom.xml | 7 ++++--- monitor/monitor-core/pom.xml | 8 +++++--- monitor/monitor-test/pom.xml | 13 +++++++------ monitor/pom.xml | 6 ++++-- monitor/status-gui/pom.xml | 5 +++-- pom.xml | 9 +++++---- wayback/pom.xml | 7 ++++--- wayback/wayback-indexer/pom.xml | 9 +++++---- wayback/wayback-resourcestore/pom.xml | 7 ++++--- wayback/wayback-test/pom.xml | 7 ++++--- 40 files changed, 153 insertions(+), 103 deletions(-) diff --git a/archive/archive-core/pom.xml b/archive/archive-core/pom.xml index e7ef31b77f..545b0c2fed 100644 --- a/archive/archive-core/pom.xml +++ b/archive/archive-core/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite archive - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT archive-core @@ -86,7 +87,7 @@ true - + diff --git a/archive/archive-test/pom.xml b/archive/archive-test/pom.xml index 04231e471a..517d9a037a 100644 --- a/archive/archive-test/pom.xml +++ b/archive/archive-test/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite archive - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT archive-test diff --git a/archive/bitpreservation-gui/pom.xml b/archive/bitpreservation-gui/pom.xml index 2617a2515f..5fe82fc353 100644 --- a/archive/bitpreservation-gui/pom.xml +++ b/archive/bitpreservation-gui/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite archive - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT bitpreservation-gui diff --git a/archive/pom.xml b/archive/pom.xml index a8746d148e..cc75f40db2 100644 --- a/archive/pom.xml +++ b/archive/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT archive diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 2d33095a44..2ea62fa144 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT build-tools diff --git a/common/common-core/pom.xml b/common/common-core/pom.xml index 6bd383a55f..28873b138d 100644 --- a/common/common-core/pom.xml +++ b/common/common-core/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite common - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT common-core @@ -224,7 +225,7 @@ true - + diff --git a/common/common-test/pom.xml b/common/common-test/pom.xml index 253acb3cba..ece789b282 100644 --- a/common/common-test/pom.xml +++ b/common/common-test/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite common - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT common-test diff --git a/common/netarchivesuite-test-utils/pom.xml b/common/netarchivesuite-test-utils/pom.xml index e92b537a09..49a609d734 100644 --- a/common/netarchivesuite-test-utils/pom.xml +++ b/common/netarchivesuite-test-utils/pom.xml @@ -1,9 +1,11 @@ - + org.netarchivesuite common - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 1de30eb1b6..f8a9a090d6 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT common diff --git a/deploy/deploy-core/pom.xml b/deploy/deploy-core/pom.xml index c6b952dff5..f95645efe2 100644 --- a/deploy/deploy-core/pom.xml +++ b/deploy/deploy-core/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite deploy - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT deploy-core @@ -79,7 +80,7 @@ dk.netarkivet.deploy.DeployApplication true - + diff --git a/deploy/deploy-test/pom.xml b/deploy/deploy-test/pom.xml index a422b3b649..b0a70a7d87 100644 --- a/deploy/deploy-test/pom.xml +++ b/deploy/deploy-test/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite deploy - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT deploy-test @@ -31,7 +32,7 @@ org.netarchivesuite common-test - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT test diff --git a/deploy/distribution/pom.xml b/deploy/distribution/pom.xml index 29837a61c7..d362adafa4 100644 --- a/deploy/distribution/pom.xml +++ b/deploy/distribution/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite deploy - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT distribution diff --git a/deploy/pom.xml b/deploy/pom.xml index d9a06df04a..899d706f55 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT deploy diff --git a/harvester/harvest-scheduler/pom.xml b/harvester/harvest-scheduler/pom.xml index 7d5d3d3650..740eb33393 100644 --- a/harvester/harvest-scheduler/pom.xml +++ b/harvester/harvest-scheduler/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite harvester - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT harvest-scheduler @@ -159,7 +160,7 @@ true - + diff --git a/harvester/harvestchannel-gui/pom.xml b/harvester/harvestchannel-gui/pom.xml index d8e09061be..b6f4eee3fb 100644 --- a/harvester/harvestchannel-gui/pom.xml +++ b/harvester/harvestchannel-gui/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 org.netarchivesuite harvester - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT harvestchannel-gui diff --git a/harvester/harvestdefinition-gui/pom.xml b/harvester/harvestdefinition-gui/pom.xml index 992b429a93..2deb73773f 100644 --- a/harvester/harvestdefinition-gui/pom.xml +++ b/harvester/harvestdefinition-gui/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 org.netarchivesuite harvester - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT harvestdefinition-gui diff --git a/harvester/harvester-core/pom.xml b/harvester/harvester-core/pom.xml index c4857dcf3f..a7af04e3f2 100644 --- a/harvester/harvester-core/pom.xml +++ b/harvester/harvester-core/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite harvester - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT harvester-core @@ -147,7 +148,7 @@ true - + diff --git a/harvester/harvester-test/pom.xml b/harvester/harvester-test/pom.xml index 21f4df0626..246a1f0231 100644 --- a/harvester/harvester-test/pom.xml +++ b/harvester/harvester-test/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite harvester - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT harvester-test diff --git a/harvester/heritrix1/heritrix1-controller/pom.xml b/harvester/heritrix1/heritrix1-controller/pom.xml index 2200821634..478a6eef4f 100644 --- a/harvester/heritrix1/heritrix1-controller/pom.xml +++ b/harvester/heritrix1/heritrix1-controller/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite heritrix1 - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT heritrix1-controller @@ -528,7 +529,7 @@ true - + diff --git a/harvester/heritrix1/heritrix1-extensions/pom.xml b/harvester/heritrix1/heritrix1-extensions/pom.xml index 3ebb236d30..a6145b1a4c 100644 --- a/harvester/heritrix1/heritrix1-extensions/pom.xml +++ b/harvester/heritrix1/heritrix1-extensions/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite heritrix1 - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT heritrix1-extensions @@ -683,7 +684,7 @@ true - + diff --git a/harvester/heritrix1/heritrix1-frontier/pom.xml b/harvester/heritrix1/heritrix1-frontier/pom.xml index aea1cd3035..f1db1a6eb1 100644 --- a/harvester/heritrix1/heritrix1-frontier/pom.xml +++ b/harvester/heritrix1/heritrix1-frontier/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite heritrix1 - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT heritrix1-frontier @@ -103,7 +104,7 @@ true - + diff --git a/harvester/heritrix1/pom.xml b/harvester/heritrix1/pom.xml index 1d5055fa69..847b392e22 100644 --- a/harvester/heritrix1/pom.xml +++ b/harvester/heritrix1/pom.xml @@ -1,9 +1,11 @@ - + org.netarchivesuite harvester - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT 4.0.0 diff --git a/harvester/heritrix3/heritrix3-bundler/pom.xml b/harvester/heritrix3/heritrix3-bundler/pom.xml index 7a8a8ec499..cf75d2554c 100644 --- a/harvester/heritrix3/heritrix3-bundler/pom.xml +++ b/harvester/heritrix3/heritrix3-bundler/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite heritrix3 - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT heritrix3-bundler diff --git a/harvester/heritrix3/heritrix3-controller/pom.xml b/harvester/heritrix3/heritrix3-controller/pom.xml index 1b6b48b83c..eb23c3acb8 100644 --- a/harvester/heritrix3/heritrix3-controller/pom.xml +++ b/harvester/heritrix3/heritrix3-controller/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite heritrix3 - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT heritrix3-controller @@ -114,7 +115,7 @@ true - + diff --git a/harvester/heritrix3/heritrix3-extensions/pom.xml b/harvester/heritrix3/heritrix3-extensions/pom.xml index 6683ec5e12..28c7f07973 100644 --- a/harvester/heritrix3/heritrix3-extensions/pom.xml +++ b/harvester/heritrix3/heritrix3-extensions/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite heritrix3 - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT heritrix3-extensions @@ -149,7 +150,7 @@ true - + diff --git a/harvester/heritrix3/pom.xml b/harvester/heritrix3/pom.xml index e3c4316ef6..d141eb92e8 100644 --- a/harvester/heritrix3/pom.xml +++ b/harvester/heritrix3/pom.xml @@ -1,9 +1,11 @@ - + org.netarchivesuite harvester - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT 4.0.0 diff --git a/harvester/history-gui/pom.xml b/harvester/history-gui/pom.xml index e58eece321..1e2f2dd882 100644 --- a/harvester/history-gui/pom.xml +++ b/harvester/history-gui/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 org.netarchivesuite harvester - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT history-gui diff --git a/harvester/pom.xml b/harvester/pom.xml index 90f76fd1f2..49bcfad290 100644 --- a/harvester/pom.xml +++ b/harvester/pom.xml @@ -5,7 +5,7 @@ org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT harvester diff --git a/harvester/qa-gui/pom.xml b/harvester/qa-gui/pom.xml index ea5390ab45..67902b0dcb 100644 --- a/harvester/qa-gui/pom.xml +++ b/harvester/qa-gui/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT ../../pom.xml diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 90a34a7874..0bb73e124a 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT integration-test diff --git a/integration-test/system-test/pom.xml b/integration-test/system-test/pom.xml index f3b7c04413..4a80891e94 100644 --- a/integration-test/system-test/pom.xml +++ b/integration-test/system-test/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 org.netarchivesuite integration-test - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT system-test @@ -165,7 +166,7 @@ pre-integration-test - + diff --git a/monitor/monitor-core/pom.xml b/monitor/monitor-core/pom.xml index 988181c24c..153efd3d49 100644 --- a/monitor/monitor-core/pom.xml +++ b/monitor/monitor-core/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 org.netarchivesuite monitor - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT monitor-core @@ -69,7 +71,7 @@ true - + diff --git a/monitor/monitor-test/pom.xml b/monitor/monitor-test/pom.xml index fbd4a79eb6..4b269e996b 100644 --- a/monitor/monitor-test/pom.xml +++ b/monitor/monitor-test/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite monitor - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT monitor-test @@ -17,19 +18,19 @@ org.netarchivesuite common-core - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT org.netarchivesuite harvester-core - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT org.netarchivesuite monitor-core - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT @@ -49,7 +50,7 @@ org.netarchivesuite common-test - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT test diff --git a/monitor/pom.xml b/monitor/pom.xml index 378102a81d..8ad3d2013d 100644 --- a/monitor/pom.xml +++ b/monitor/pom.xml @@ -1,11 +1,13 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT monitor diff --git a/monitor/status-gui/pom.xml b/monitor/status-gui/pom.xml index 6fd49911ed..3660e5a32c 100644 --- a/monitor/status-gui/pom.xml +++ b/monitor/status-gui/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite monitor - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT status-gui diff --git a/pom.xml b/pom.xml index d2fc6c0fb0..72d1cfdeb4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT pom NetarchiveSuite @@ -356,7 +357,7 @@ org.netarchivesuite build-tools - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT @@ -516,7 +517,7 @@ org.apache.maven.plugins maven-surefire-plugin - + diff --git a/wayback/pom.xml b/wayback/pom.xml index c1604ccbd0..b6e17984c4 100644 --- a/wayback/pom.xml +++ b/wayback/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite netarchivesuite - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT wayback @@ -31,7 +32,7 @@ org.netarchivesuite common-test - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT test diff --git a/wayback/wayback-indexer/pom.xml b/wayback/wayback-indexer/pom.xml index 91943aea56..589a2c0d01 100644 --- a/wayback/wayback-indexer/pom.xml +++ b/wayback/wayback-indexer/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite wayback - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT wayback-indexer @@ -16,7 +17,7 @@ org.netarchivesuite common-core - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT @@ -128,7 +129,7 @@ true - + diff --git a/wayback/wayback-resourcestore/pom.xml b/wayback/wayback-resourcestore/pom.xml index eaf358c22b..e907f1da7c 100644 --- a/wayback/wayback-resourcestore/pom.xml +++ b/wayback/wayback-resourcestore/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite wayback - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT wayback-resourcestore @@ -84,7 +85,7 @@ true - + diff --git a/wayback/wayback-test/pom.xml b/wayback/wayback-test/pom.xml index f19d504a20..77b033e0f5 100644 --- a/wayback/wayback-test/pom.xml +++ b/wayback/wayback-test/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 org.netarchivesuite wayback - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT wayback-test @@ -43,7 +44,7 @@ org.netarchivesuite archive-core - 5.0-RC2-SNAPSHOT + 5.0-SNAPSHOT test