File tree Expand file tree Collapse file tree 3 files changed +27
-5
lines changed
Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1212
1313 <groupId >io.avaje</groupId >
1414 <artifactId >avaje-aws-appconfig</artifactId >
15- <version >1.1-RC1 </version >
15+ <version >1.1</version >
1616
1717 <properties >
1818 <surefire .useModulePath>false</surefire .useModulePath>
2828 <dependency >
2929 <groupId >io.avaje</groupId >
3030 <artifactId >avaje-config</artifactId >
31- <version >4.0-RC1 </version >
31+ <version >4.0</version >
3232 <scope >provided</scope >
3333 </dependency >
3434
Original file line number Diff line number Diff line change 1010
1111 <groupId >io.avaje</groupId >
1212 <artifactId >avaje-config</artifactId >
13- <version >4.0-RC1 </version >
13+ <version >4.0</version >
1414
1515 <scm >
16+ <connection >scm:git:git@github.com:avaje/avaje-config.git</connection >
1617 <developerConnection >scm:git:git@github.com:avaje/avaje-config.git</developerConnection >
1718 <tag >HEAD</tag >
1819 </scm >
7576
7677 </dependencies >
7778
79+ <build >
80+ <plugins >
81+ <plugin >
82+ <groupId >org.apache.maven.plugins</groupId >
83+ <artifactId >maven-repository-plugin</artifactId >
84+ <version >2.4</version >
85+ </plugin >
86+ <!-- <plugin>-->
87+ <!-- <groupId>org.sonatype.plugins</groupId>-->
88+ <!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
89+ <!-- <version>1.7.0</version>-->
90+ <!-- <extensions>true</extensions>-->
91+ <!-- <configuration>-->
92+ <!-- <serverId>ossrh</serverId>-->
93+ <!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>-->
94+ <!-- <autoReleaseAfterClose>${nexus.staging.autoReleaseAfterClose}</autoReleaseAfterClose>-->
95+ <!-- </configuration>-->
96+ <!-- </plugin>-->
97+ </plugins >
98+ </build >
99+
78100</project >
Original file line number Diff line number Diff line change 1212
1313 <groupId >io.avaje</groupId >
1414 <artifactId >avaje-dynamic-logback</artifactId >
15- <version >1.1-RC1 </version >
15+ <version >1.1</version >
1616
1717 <url >https://github.com/avaje/avaje-config/tree/master/avaje-dynamic-logback</url >
1818
2525 <dependency >
2626 <groupId >io.avaje</groupId >
2727 <artifactId >avaje-config</artifactId >
28- <version >4.0-RC1 </version >
28+ <version >4.0</version >
2929 </dependency >
3030
3131 <dependency >
You can’t perform that action at this time.
0 commit comments