Skip to content

Commit eaf662b

Browse files
author
emre.akkaya
committed
fix: try skipping resolution to force updating parent version
1 parent 20a39ed commit eaf662b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
mvn -B -ntp versions:update-parent \
5959
-DparentVersion="[${{ matrix.spring-boot-version }}]" \
6060
-DgenerateBackupPoms=false \
61+
-DskipResolution=true \
6162
-DallowSnapshots=false \
6263
-DforceVersion=true
6364
mvn -B -ntp versions:set-property \

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<relativePath/>
1111
</parent>
1212

13-
<groupId>dev.emrea</groupId>
13+
<groupId>dev.spring-cloud</groupId>
1414
<artifactId>spring-cloud-config-server-docker</artifactId>
1515
<version>0.1.0</version>
1616
<name>spring-cloud-config-server-docker</name>

0 commit comments

Comments
 (0)