Skip to content

Commit

Permalink
[maven-release-plugin] prepare release avaje-inject-parent-3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Dec 8, 2020
1 parent 1d600ae commit 060f149
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions inject-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>avaje-inject-generator</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</dependency>

<!-- test dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion inject-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>avaje-inject-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
</parent>

<artifactId>avaje-inject</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-inject-parent</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.1</version>
<packaging>pom</packaging>
<name>avaje inject parent</name>
<description>parent pom for avaje inject library</description>

<scm>
<developerConnection>scm:git:git@github.com:avaje/avaje-inject.git</developerConnection>
<tag>HEAD</tag>
<tag>avaje-inject-parent-3.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 060f149

Please sign in to comment.