From 813800ce1736ec503fdcfbee4d86de836788f87c Mon Sep 17 00:00:00 2001 From: Kim Shepherd Date: Tue, 26 Jun 2018 17:58:16 +1200 Subject: [PATCH] [maven-release-plugin] prepare release dspace-6.3 --- dspace-api/pom.xml | 2 +- dspace-jspui/pom.xml | 2 +- dspace-oai/pom.xml | 2 +- dspace-rdf/pom.xml | 2 +- dspace-rest/pom.xml | 4 +-- dspace-services/pom.xml | 2 +- dspace-solr/pom.xml | 2 +- dspace-sword/pom.xml | 2 +- dspace-swordv2/pom.xml | 2 +- dspace-xmlui-mirage2/pom.xml | 2 +- dspace-xmlui/pom.xml | 2 +- dspace/modules/additions/pom.xml | 2 +- dspace/modules/jspui/pom.xml | 2 +- dspace/modules/oai/pom.xml | 2 +- dspace/modules/pom.xml | 2 +- dspace/modules/rdf/pom.xml | 2 +- dspace/modules/rest/pom.xml | 2 +- dspace/modules/solr/pom.xml | 4 +-- dspace/modules/sword/pom.xml | 2 +- dspace/modules/swordv2/pom.xml | 2 +- dspace/modules/xmlui-mirage2/pom.xml | 2 +- dspace/modules/xmlui/pom.xml | 4 +-- dspace/pom.xml | 2 +- pom.xml | 40 ++++++++++++++-------------- 24 files changed, 46 insertions(+), 46 deletions(-) diff --git a/dspace-api/pom.xml b/dspace-api/pom.xml index 69c1e7cc68..8a91aca287 100644 --- a/dspace-api/pom.xml +++ b/dspace-api/pom.xml @@ -12,7 +12,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-jspui/pom.xml b/dspace-jspui/pom.xml index 31218ecdf3..a0c27bac41 100644 --- a/dspace-jspui/pom.xml +++ b/dspace-jspui/pom.xml @@ -13,7 +13,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-oai/pom.xml b/dspace-oai/pom.xml index a703577f42..51bb52914e 100644 --- a/dspace-oai/pom.xml +++ b/dspace-oai/pom.xml @@ -8,7 +8,7 @@ dspace-parent org.dspace - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-rdf/pom.xml b/dspace-rdf/pom.xml index 3e52a7edf0..bd2d305b76 100644 --- a/dspace-rdf/pom.xml +++ b/dspace-rdf/pom.xml @@ -9,7 +9,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-rest/pom.xml b/dspace-rest/pom.xml index 381a403b7f..e74efed210 100644 --- a/dspace-rest/pom.xml +++ b/dspace-rest/pom.xml @@ -3,7 +3,7 @@ org.dspace dspace-rest war - 6.3-SNAPSHOT + 6.3 DSpace REST :: API and Implementation DSpace RESTful Web Services API http://demo.dspace.org @@ -11,7 +11,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-services/pom.xml b/dspace-services/pom.xml index e40a513403..f6550e5904 100644 --- a/dspace-services/pom.xml +++ b/dspace-services/pom.xml @@ -9,7 +9,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 diff --git a/dspace-solr/pom.xml b/dspace-solr/pom.xml index bd39886394..e0845000dc 100644 --- a/dspace-solr/pom.xml +++ b/dspace-solr/pom.xml @@ -20,7 +20,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-sword/pom.xml b/dspace-sword/pom.xml index 6be7f7f1a0..0dac98b466 100644 --- a/dspace-sword/pom.xml +++ b/dspace-sword/pom.xml @@ -15,7 +15,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-swordv2/pom.xml b/dspace-swordv2/pom.xml index 18b04c4f1f..3e281559db 100644 --- a/dspace-swordv2/pom.xml +++ b/dspace-swordv2/pom.xml @@ -13,7 +13,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-xmlui-mirage2/pom.xml b/dspace-xmlui-mirage2/pom.xml index bb95d8b199..52ea685b46 100644 --- a/dspace-xmlui-mirage2/pom.xml +++ b/dspace-xmlui-mirage2/pom.xml @@ -11,7 +11,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace-xmlui/pom.xml b/dspace-xmlui/pom.xml index dbaa23f057..a52a4fed9d 100644 --- a/dspace-xmlui/pom.xml +++ b/dspace-xmlui/pom.xml @@ -11,7 +11,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/additions/pom.xml b/dspace/modules/additions/pom.xml index 831d32a49a..9b34bf5488 100644 --- a/dspace/modules/additions/pom.xml +++ b/dspace/modules/additions/pom.xml @@ -17,7 +17,7 @@ org.dspace modules - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/jspui/pom.xml b/dspace/modules/jspui/pom.xml index 9514ada4ad..90a0103c26 100644 --- a/dspace/modules/jspui/pom.xml +++ b/dspace/modules/jspui/pom.xml @@ -12,7 +12,7 @@ org.dspace modules - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/oai/pom.xml b/dspace/modules/oai/pom.xml index 2627e30a14..01eb1b3be9 100644 --- a/dspace/modules/oai/pom.xml +++ b/dspace/modules/oai/pom.xml @@ -12,7 +12,7 @@ modules org.dspace - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/pom.xml b/dspace/modules/pom.xml index 7a0ca163ec..32668031ae 100644 --- a/dspace/modules/pom.xml +++ b/dspace/modules/pom.xml @@ -11,7 +11,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 ../../pom.xml diff --git a/dspace/modules/rdf/pom.xml b/dspace/modules/rdf/pom.xml index 45726d0f18..30cd376514 100644 --- a/dspace/modules/rdf/pom.xml +++ b/dspace/modules/rdf/pom.xml @@ -11,7 +11,7 @@ modules org.dspace - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/rest/pom.xml b/dspace/modules/rest/pom.xml index 277a7c5886..fbda706849 100644 --- a/dspace/modules/rest/pom.xml +++ b/dspace/modules/rest/pom.xml @@ -12,7 +12,7 @@ org.dspace modules - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/solr/pom.xml b/dspace/modules/solr/pom.xml index f2971f750c..dfaeaee7f2 100644 --- a/dspace/modules/solr/pom.xml +++ b/dspace/modules/solr/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.dspace.modules solr - 6.3-SNAPSHOT + 6.3 war DSpace SOLR :: Local Customizations @@ -13,7 +13,7 @@ org.dspace modules - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/sword/pom.xml b/dspace/modules/sword/pom.xml index 967a044e8b..a3e764bce3 100644 --- a/dspace/modules/sword/pom.xml +++ b/dspace/modules/sword/pom.xml @@ -16,7 +16,7 @@ org.dspace modules - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/swordv2/pom.xml b/dspace/modules/swordv2/pom.xml index f9cbe89f66..1a7cbe7cbd 100644 --- a/dspace/modules/swordv2/pom.xml +++ b/dspace/modules/swordv2/pom.xml @@ -16,7 +16,7 @@ org.dspace modules - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/xmlui-mirage2/pom.xml b/dspace/modules/xmlui-mirage2/pom.xml index 8ff2b4f4d7..ed705371ee 100644 --- a/dspace/modules/xmlui-mirage2/pom.xml +++ b/dspace/modules/xmlui-mirage2/pom.xml @@ -12,7 +12,7 @@ org.dspace modules - 6.3-SNAPSHOT + 6.3 .. diff --git a/dspace/modules/xmlui/pom.xml b/dspace/modules/xmlui/pom.xml index 9d492349d5..623a93c23b 100644 --- a/dspace/modules/xmlui/pom.xml +++ b/dspace/modules/xmlui/pom.xml @@ -12,7 +12,7 @@ org.dspace modules - 6.3-SNAPSHOT + 6.3 .. @@ -208,7 +208,7 @@ org.dspace.modules xmlui-mirage2 - 6.3-SNAPSHOT + 6.3 war diff --git a/dspace/pom.xml b/dspace/pom.xml index 4111571697..5a8c643b98 100644 --- a/dspace/pom.xml +++ b/dspace/pom.xml @@ -15,7 +15,7 @@ org.dspace dspace-parent - 6.3-SNAPSHOT + 6.3 .. diff --git a/pom.xml b/pom.xml index 6dfcb3fe68..a75d78f991 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.dspace dspace-parent pom - 6.3-SNAPSHOT + 6.3 DSpace Parent Project DSpace open source software is a turnkey institutional repository application. @@ -845,114 +845,114 @@ org.dspace dspace-api - 6.3-SNAPSHOT + 6.3 org.dspace.modules additions - 6.3-SNAPSHOT + 6.3 org.dspace dspace-sword - 6.3-SNAPSHOT + 6.3 jar classes org.dspace dspace-sword - 6.3-SNAPSHOT + 6.3 war org.dspace dspace-swordv2 - 6.3-SNAPSHOT + 6.3 jar classes org.dspace dspace-swordv2 - 6.3-SNAPSHOT + 6.3 war org.dspace dspace-jspui - 6.3-SNAPSHOT + 6.3 jar classes org.dspace dspace-jspui - 6.3-SNAPSHOT + 6.3 war org.dspace dspace-oai - 6.3-SNAPSHOT + 6.3 jar classes org.dspace dspace-oai - 6.3-SNAPSHOT + 6.3 war org.dspace dspace-xmlui - 6.3-SNAPSHOT + 6.3 jar classes org.dspace dspace-xmlui - 6.3-SNAPSHOT + 6.3 war org.dspace dspace-services - 6.3-SNAPSHOT + 6.3 org.dspace dspace-rdf - 6.3-SNAPSHOT + 6.3 war org.dspace dspace-rest - 6.3-SNAPSHOT + 6.3 jar classes org.dspace dspace-rest - 6.3-SNAPSHOT + 6.3 war org.dspace dspace-solr - 6.3-SNAPSHOT + 6.3 jar classes org.dspace dspace-solr - 6.3-SNAPSHOT + 6.3 war skinny @@ -1537,7 +1537,7 @@ scm:git:git@github.com:DSpace/DSpace.git scm:git:git@github.com:DSpace/DSpace.git git@github.com:DSpace/DSpace.git - HEAD + dspace-6.3