Skip to content

Commit

Permalink
Version 4 of avaje-config and 1.1 of aws appconfig and dynamic logback
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Jun 17, 2024
1 parent bdccd06 commit b13ad4f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
4 changes: 2 additions & 2 deletions avaje-aws-appconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-aws-appconfig</artifactId>
<version>1.1-RC1</version>
<version>1.1</version>

<properties>
<surefire.useModulePath>false</surefire.useModulePath>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-config</artifactId>
<version>4.0-RC1</version>
<version>4.0</version>
<scope>provided</scope>
</dependency>

Expand Down
24 changes: 23 additions & 1 deletion avaje-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-config</artifactId>
<version>4.0-RC1</version>
<version>4.0</version>

<scm>
<connection>scm:git:git@github.com:avaje/avaje-config.git</connection>
<developerConnection>scm:git:git@github.com:avaje/avaje-config.git</developerConnection>
<tag>HEAD</tag>
</scm>
Expand Down Expand Up @@ -75,4 +76,25 @@

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-repository-plugin</artifactId>
<version>2.4</version>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.sonatype.plugins</groupId>-->
<!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
<!-- <version>1.7.0</version>-->
<!-- <extensions>true</extensions>-->
<!-- <configuration>-->
<!-- <serverId>ossrh</serverId>-->
<!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>-->
<!-- <autoReleaseAfterClose>${nexus.staging.autoReleaseAfterClose}</autoReleaseAfterClose>-->
<!-- </configuration>-->
<!-- </plugin>-->
</plugins>
</build>

</project>
4 changes: 2 additions & 2 deletions avaje-dynamic-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-dynamic-logback</artifactId>
<version>1.1-RC1</version>
<version>1.1</version>

<url>https://github.com/avaje/avaje-config/tree/master/avaje-dynamic-logback</url>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-config</artifactId>
<version>4.0-RC1</version>
<version>4.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b13ad4f

Please sign in to comment.