From 93d56c580f3fbd080281970831bd0df52153995c Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Wed, 22 Feb 2017 15:16:44 +0000 Subject: [PATCH 1/5] Updated source code management tags after moving to the new gitlab server (cherry picked from commit 4d5091f5d0c59504e8db33bd08d3d4c8a6d47111) --- pom.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 742f680045..5c7c033a8b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,11 +21,11 @@ - scm:git:https://gitlab.alfresco.com/records-management/records-management.git - scm:git:https://gitlab.alfresco.com/records-management/records-management.git - https://gitlab.alfresco.com/records-management/records-management - HEAD - + 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 + JIRA @@ -92,9 +92,10 @@ UTF-8 -Xmx1024m -XX:MaxPermSize=256m -Duser.language=en -Dcom.sun.management.jmxremote - - true - false + + + true + false @@ -282,7 +283,7 @@ - + org.codehaus.mojo license-maven-plugin From 8268b2940096cddc7357d8095272c85dcb057ec9 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Mon, 27 Feb 2017 15:57:38 +0000 Subject: [PATCH 2/5] RM-4760 Update maven release to use ssh rather than https. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5c7c033a8b..9f27e1b879 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,9 @@ - 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 + scm:git:git@git.alfresco.com:records-management/records-management.git + scm:git:git@git.alfresco.com:records-management/records-management.git + git@git.alfresco.com:records-management/records-management.git HEAD From 8b60927bf49c41d253f68d78c9779c10e670e238 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Tue, 28 Feb 2017 06:54:04 +0000 Subject: [PATCH 3/5] Revert "RM-4760 Update maven release to use ssh rather than https." Use https for the hotfix, as Samuel has updated the build. We should use ssh in future though, as it requires less configuration in Bamboo. This reverts commit 8268b2940096cddc7357d8095272c85dcb057ec9. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9f27e1b879..5c7c033a8b 100644 --- a/pom.xml +++ b/pom.xml @@ -21,9 +21,9 @@ - scm:git:git@git.alfresco.com:records-management/records-management.git - scm:git:git@git.alfresco.com:records-management/records-management.git - git@git.alfresco.com:records-management/records-management.git + 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 From e8e5003b6d4f7a226948b11e1fba448d76e4b9ce Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Tue, 28 Feb 2017 11:29:38 +0000 Subject: [PATCH 4/5] [maven-release-plugin] prepare release V2.4.0.2 --- 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 5c7c033a8b..c5332da997 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.4.0.2-SNAPSHOT + 2.4.0.2 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.4.0.2 diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index 9677641735..a66196e3fe 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.4.0.2-SNAPSHOT + 2.4.0.2 diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 012c390900..0ddc0ec2b8 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.4.0.2-SNAPSHOT + 2.4.0.2 diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 43668d3ac9..8c8acbdeba 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm-community - 2.4.0.2-SNAPSHOT + 2.4.0.2 From daa9e53f096d3dab470d7f2cc2d1ad26e8ef2d4a Mon Sep 17 00:00:00 2001 From: alfresco-build Date: Tue, 28 Feb 2017 11:29:40 +0000 Subject: [PATCH 5/5] [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 c5332da997..99ba22c921 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.alfresco alfresco-rm pom - 2.4.0.2 + 2.4.0.3-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.4.0.2 + HEAD diff --git a/rm-automation/pom.xml b/rm-automation/pom.xml index a66196e3fe..2e755a11de 100644 --- a/rm-automation/pom.xml +++ b/rm-automation/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.4.0.2 + 2.4.0.3-SNAPSHOT diff --git a/rm-community/pom.xml b/rm-community/pom.xml index 0ddc0ec2b8..2c014f5bb0 100644 --- a/rm-community/pom.xml +++ b/rm-community/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm - 2.4.0.2 + 2.4.0.3-SNAPSHOT diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index 8c8acbdeba..de0e5b9d4d 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -8,7 +8,7 @@ org.alfresco alfresco-rm-community - 2.4.0.2 + 2.4.0.3-SNAPSHOT