Skip to content

Commit c16a851

Browse files
committed
Upgrading to bootique-module-parents:4.0.1 and the new Maven repo
1 parent a03c4c1 commit c16a851

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/maven_settings.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
22
<servers>
33
<server>
4-
<id>oss-sonatype-releases</id>
5-
<username>${env.MAVEN_USERNAME}</username>
6-
<password>${env.MAVEN_PASSWORD}</password>
7-
</server>
8-
<server>
9-
<id>oss-sonatype-snapshots</id>
4+
<id>sonatype-central</id>
105
<username>${env.MAVEN_USERNAME}</username>
116
<password>${env.MAVEN_PASSWORD}</password>
127
</server>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.bootique.modules.parent</groupId>
2626
<artifactId>bootique-modules-parent</artifactId>
27-
<version>4.0.0</version>
27+
<version>4.0.1</version>
2828
</parent>
2929

3030
<groupId>io.bootique.aws</groupId>

0 commit comments

Comments
 (0)