Skip to content

Commit db15d43

Browse files
SathishK-TSathish Kumar
and
Sathish Kumar
authored
[APPS-2991] Releasing Alfresco SDK 4.9.0 (#683)
Co-authored-by: Sathish Kumar <[email protected]>
1 parent 7dce05b commit db15d43

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.github/workflows/ci.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ env:
2020
MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
2121
MAVEN_CENTRAL_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
2222
MAVEN_CENTRAL_PASSWORD: ${{ secrets.OSS_SONATYPE_PASSWORD }}
23-
MAVEN_CLI_OPTS: "-B -q -e -fae -V -DinstallAtEnd=true -U"
2423

2524
jobs:
2625
pre_commit:
@@ -50,6 +49,9 @@ jobs:
5049
runs-on: ubuntu-latest
5150
needs: [pre_commit]
5251
if: "!contains(github.event.head_commit.message, '[skip tests]')"
52+
env:
53+
MAVEN_CLI_OPTS: >
54+
-B -q -e -fae -V -DinstallAtEnd=true -U
5355
steps:
5456
- uses: actions/checkout@v3
5557
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
@@ -156,12 +158,13 @@ jobs:
156158
runs-on: ubuntu-latest
157159
needs: [tests]
158160
if: >
159-
!(failure() || cancelled()) &&
160-
github.event_name != 'pull_request'
161+
contains(github.event.head_commit.message, '[publish]')
161162
steps:
162163
- uses: actions/checkout@v3
164+
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
163165
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
164166
- name: "Build"
165167
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
166168
- name: "Publish"
167-
run: mvn $MAVEN_CLI_OPTS deploy -DskipTests
169+
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}
170+
run: mvn deploy $MAVEN_CLI_OPTS -DskipTests

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@
522522

523523
<distributionManagement>
524524
<repository>
525-
<id>central-releases-staging</id>
526-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
525+
<id>alfresco-public</id>
526+
<url>https://artifacts.alfresco.com/nexus/content/groups/public</url>
527527
</repository>
528528
<snapshotRepository>
529529
<id>alfresco-public-snapshots</id>

0 commit comments

Comments
 (0)