We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ebd2d commit ed856ecCopy full SHA for ed856ec
2 files changed
.github/workflows/master-build.yml
@@ -75,7 +75,7 @@ jobs:
75
run: >
76
./mvnw deploy
77
-Dci.buildNumber=$GITHUB_RUN_NUMBER
78
- -U -B -Prelease,gpg $MAVEN_OPTS
+ -U -B -Prelease,release-central,gpg $MAVEN_OPTS
79
80
- name: Build Image
81
run: ./scripts/docker_build ${{ steps.version-check.outputs.version }}
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.openwms</groupId>
6
<artifactId>org.openwms.parent</artifactId>
7
- <version>27.4</version>
+ <version>27.5</version>
8
<relativePath />
9
</parent>
10
<artifactId>org.openwms.services</artifactId>
0 commit comments