Skip to content

Commit b13ad4f

Browse files
committed
Version 4 of avaje-config and 1.1 of aws appconfig and dynamic logback
1 parent bdccd06 commit b13ad4f

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

avaje-aws-appconfig/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>
@@ -28,7 +28,7 @@
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

avaje-config/pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
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:[email protected]:avaje/avaje-config.git</connection>
1617
<developerConnection>scm:git:[email protected]:avaje/avaje-config.git</developerConnection>
1718
<tag>HEAD</tag>
1819
</scm>
@@ -75,4 +76,25 @@
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>

avaje-dynamic-logback/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

@@ -25,7 +25,7 @@
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>

0 commit comments

Comments
 (0)