Skip to content

Commit

Permalink
Bump parent pom to release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Dec 22, 2021
1 parent 1d295db commit c585a26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.avaje</groupId>
<artifactId>java8-oss</artifactId>
<version>3.2</version>
<version>3.3</version>
</parent>

<groupId>io.avaje</groupId>
<artifactId>avaje-config</artifactId>
<version>1.7-SNAPSHOT</version>
<version>1.7</version>

<scm>
<developerConnection>scm:git:git@github.com:avaje/avaje-config.git</developerConnection>
Expand All @@ -18,6 +18,7 @@

<properties>
<snakeyaml.version>1.29</snakeyaml.version>
<nexus.staging.autoReleaseAfterClose>false</nexus.staging.autoReleaseAfterClose>
</properties>

<dependencies>
Expand Down

0 comments on commit c585a26

Please sign in to comment.