Skip to content

Commit ed856ec

Browse files
committed
Switching to new parent in order to separate central deployments from private ones
1 parent 84ebd2d commit ed856ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/master-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: >
7676
./mvnw deploy
7777
-Dci.buildNumber=$GITHUB_RUN_NUMBER
78-
-U -B -Prelease,gpg $MAVEN_OPTS
78+
-U -B -Prelease,release-central,gpg $MAVEN_OPTS
7979
8080
- name: Build Image
8181
run: ./scripts/docker_build ${{ steps.version-check.outputs.version }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openwms</groupId>
66
<artifactId>org.openwms.parent</artifactId>
7-
<version>27.4</version>
7+
<version>27.5</version>
88
<relativePath />
99
</parent>
1010
<artifactId>org.openwms.services</artifactId>

0 commit comments

Comments
 (0)