From f47875c100375bfc199f558c227c4162a77f5b91 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 14 Jun 2018 15:17:56 +0100 Subject: [PATCH 1/9] RM-6363 Add correct destinations for released artifacts. --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index 661462c053..3b10401c2a 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,33 @@ + + enterprise-release + + + alfresco-enterprise + https://artifacts.alfresco.com/nexus/content/repositories/enterprise-releases/ + + + + + hotfix-release + + + alfresco-hotfix + https://artifacts.alfresco.com/nexus/content/repositories/hotfix-releases/ + + + + + community-release + + + alfresco-community + https://artifacts.alfresco.com/nexus/content/repositories/releases/ + + + From 780680483e28fa506b5f4ee2e07c6234d9e9ae7f Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Thu, 14 Jun 2018 15:39:11 +0100 Subject: [PATCH 2/9] [maven-release-plugin] prepare release V2.5.4 --- pom.xml | 4 ++-- rm-automation/pom.xml | 2 +- rm-community/pom.xml | 2 +- rm-community/rm-community-repo/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3b10401c2a..bdbf8189e9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.5.5-SNAPSHOT + 2.5.4 Alfresco Records Management @@ -24,7 +24,7 @@ scm:git:https://git.alfresco.com/records-management/records-management.git scm:git:https://git.alfresco.com/records-management/records-management.git https://git.alfresco.com/records-management/records-management - HEAD + V2.5.4 diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 21a954745a..0fc32c953f 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.5-SNAPSHOT + 2.5.4 diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 53f27e0007..65e6371460 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.5-SNAPSHOT + 2.5.4 diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 776105b476..b686c95eaa 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-rm-community - 2.5.5-SNAPSHOT + 2.5.4 From 227bfce06e93b6e5b8193ab1ac4dc4fbaea20aab Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Thu, 14 Jun 2018 15:39:14 +0100 Subject: [PATCH 3/9] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- rm-automation/pom.xml | 2 +- rm-community/pom.xml | 2 +- rm-community/rm-community-repo/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index bdbf8189e9..3b10401c2a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.5.4 + 2.5.5-SNAPSHOT Alfresco Records Management @@ -24,7 +24,7 @@ scm:git:https://git.alfresco.com/records-management/records-management.git scm:git:https://git.alfresco.com/records-management/records-management.git https://git.alfresco.com/records-management/records-management - V2.5.4 + HEAD diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 0fc32c953f..21a954745a 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.4 + 2.5.5-SNAPSHOT diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 65e6371460..53f27e0007 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.4 + 2.5.5-SNAPSHOT diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index b686c95eaa..776105b476 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-rm-community - 2.5.4 + 2.5.5-SNAPSHOT From 7840703706cb443a65ce1a33e70f2bbaa16e50b2 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Fri, 15 Jun 2018 08:21:52 +0100 Subject: [PATCH 4/9] RM-6363 Use internal-releases credentials for all deployment repos. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 3b10401c2a..2bb16c3e43 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ enterprise-release - alfresco-enterprise + alfresco-internal https://artifacts.alfresco.com/nexus/content/repositories/enterprise-releases/ @@ -124,7 +124,7 @@ hotfix-release - alfresco-hotfix + alfresco-internal https://artifacts.alfresco.com/nexus/content/repositories/hotfix-releases/ @@ -133,7 +133,7 @@ community-release - alfresco-community + alfresco-internal https://artifacts.alfresco.com/nexus/content/repositories/releases/ From b75c7002a4e3fae0a23dac8264d55614c7fd35e3 Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Fri, 15 Jun 2018 08:35:07 +0100 Subject: [PATCH 5/9] [maven-release-plugin] prepare release V2.5.4 --- pom.xml | 4 ++-- rm-automation/pom.xml | 2 +- rm-community/pom.xml | 2 +- rm-community/rm-community-repo/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2bb16c3e43..86793786fe 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.5.5-SNAPSHOT + 2.5.4 Alfresco Records Management @@ -24,7 +24,7 @@ scm:git:https://git.alfresco.com/records-management/records-management.git scm:git:https://git.alfresco.com/records-management/records-management.git https://git.alfresco.com/records-management/records-management - HEAD + V2.5.4 diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 21a954745a..0fc32c953f 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.5-SNAPSHOT + 2.5.4 diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 53f27e0007..65e6371460 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.5-SNAPSHOT + 2.5.4 diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 776105b476..b686c95eaa 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-rm-community - 2.5.5-SNAPSHOT + 2.5.4 From bd44e15c17a52a41869eafbd3850c2c23a175bc1 Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Fri, 15 Jun 2018 08:35:10 +0100 Subject: [PATCH 6/9] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- rm-automation/pom.xml | 2 +- rm-community/pom.xml | 2 +- rm-community/rm-community-repo/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 86793786fe..2bb16c3e43 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.5.4 + 2.5.5-SNAPSHOT Alfresco Records Management @@ -24,7 +24,7 @@ scm:git:https://git.alfresco.com/records-management/records-management.git scm:git:https://git.alfresco.com/records-management/records-management.git https://git.alfresco.com/records-management/records-management - V2.5.4 + HEAD diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 0fc32c953f..21a954745a 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.4 + 2.5.5-SNAPSHOT diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 65e6371460..53f27e0007 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.4 + 2.5.5-SNAPSHOT diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index b686c95eaa..776105b476 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-rm-community - 2.5.4 + 2.5.5-SNAPSHOT From 5f77cb92aec3bbe46a3491459f06e2a412fdcc05 Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Fri, 15 Jun 2018 09:08:01 +0100 Subject: [PATCH 7/9] [maven-release-plugin] prepare release V2.5.4 --- pom.xml | 4 ++-- rm-automation/pom.xml | 2 +- rm-community/pom.xml | 2 +- rm-community/rm-community-repo/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 2bb16c3e43..86793786fe 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.5.5-SNAPSHOT + 2.5.4 Alfresco Records Management @@ -24,7 +24,7 @@ scm:git:https://git.alfresco.com/records-management/records-management.git scm:git:https://git.alfresco.com/records-management/records-management.git https://git.alfresco.com/records-management/records-management - HEAD + V2.5.4 diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 21a954745a..0fc32c953f 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.5-SNAPSHOT + 2.5.4 diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 53f27e0007..65e6371460 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.5-SNAPSHOT + 2.5.4 diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 776105b476..b686c95eaa 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-rm-community - 2.5.5-SNAPSHOT + 2.5.4 From f655bef15f148d530ea85f07d60aff33a18a1910 Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Fri, 15 Jun 2018 09:08:03 +0100 Subject: [PATCH 8/9] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- rm-automation/pom.xml | 2 +- rm-community/pom.xml | 2 +- rm-community/rm-community-repo/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 86793786fe..2bb16c3e43 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.5.4 + 2.5.5-SNAPSHOT Alfresco Records Management @@ -24,7 +24,7 @@ scm:git:https://git.alfresco.com/records-management/records-management.git scm:git:https://git.alfresco.com/records-management/records-management.git https://git.alfresco.com/records-management/records-management - V2.5.4 + HEAD diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 0fc32c953f..21a954745a 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.4 + 2.5.5-SNAPSHOT diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 65e6371460..53f27e0007 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.4 + 2.5.5-SNAPSHOT diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index b686c95eaa..776105b476 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-rm-community - 2.5.4 + 2.5.5-SNAPSHOT From b626d48e36620ccad7a7fcb2217897586ba75837 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Fri, 15 Jun 2018 09:42:41 +0100 Subject: [PATCH 9/9] Update version to 2.5.4.1-SNAPSHOT. --- pom.xml | 2 +- rm-automation/pom.xml | 2 +- rm-community/pom.xml | 2 +- rm-community/rm-community-repo/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 86793786fe..d8ad07760c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.5.4 + 2.5.4.1-SNAPSHOT Alfresco Records Management diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 0fc32c953f..02fcf15a1d 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.4 + 2.5.4.1-SNAPSHOT diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 65e6371460..b5b6a1e5b2 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.5.4 + 2.5.4.1-SNAPSHOT diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index b686c95eaa..11a33754b0 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -9,7 +9,7 @@ org.alfresco alfresco-rm-community - 2.5.4 + 2.5.4.1-SNAPSHOT