File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments