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 12
12
13
13
<groupId >io.avaje</groupId >
14
14
<artifactId >avaje-aws-appconfig</artifactId >
15
- <version >1.1-RC1 </version >
15
+ <version >1.1</version >
16
16
17
17
<properties >
18
18
<surefire .useModulePath>false</surefire .useModulePath>
28
28
<dependency >
29
29
<groupId >io.avaje</groupId >
30
30
<artifactId >avaje-config</artifactId >
31
- <version >4.0-RC1 </version >
31
+ <version >4.0</version >
32
32
<scope >provided</scope >
33
33
</dependency >
34
34
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >io.avaje</groupId >
12
12
<artifactId >avaje-config</artifactId >
13
- <version >4.0-RC1 </version >
13
+ <version >4.0</version >
14
14
15
15
<scm >
16
+ <
connection >scm:git:
[email protected] :avaje/avaje-config.git</
connection >
16
17
<
developerConnection >scm:git:
[email protected] :avaje/avaje-config.git</
developerConnection >
17
18
<tag >HEAD</tag >
18
19
</scm >
75
76
76
77
</dependencies >
77
78
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
+
78
100
</project >
Original file line number Diff line number Diff line change 12
12
13
13
<groupId >io.avaje</groupId >
14
14
<artifactId >avaje-dynamic-logback</artifactId >
15
- <version >1.1-RC1 </version >
15
+ <version >1.1</version >
16
16
17
17
<url >https://github.com/avaje/avaje-config/tree/master/avaje-dynamic-logback</url >
18
18
25
25
<dependency >
26
26
<groupId >io.avaje</groupId >
27
27
<artifactId >avaje-config</artifactId >
28
- <version >4.0-RC1 </version >
28
+ <version >4.0</version >
29
29
</dependency >
30
30
31
31
<dependency >
You can’t perform that action at this time.
0 commit comments