Skip to content

Commit

Permalink
Version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Oct 31, 2023
1 parent 83fc00e commit 9b63774
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion avaje-nima-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-nima-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

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

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

<artifactId>avaje-nima</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-nima-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<packaging>pom</packaging>

<scm>
Expand Down Expand Up @@ -69,17 +69,17 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima-generator</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima-test</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
8 changes: 4 additions & 4 deletions test-avaje-nima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima-parent</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</parent>

<artifactId>test-avaje-nima</artifactId>
Expand Down Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
</dependency>

<dependency>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima-test</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<scope>test</scope>
</dependency>

Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima-generator</artifactId>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 9b63774

Please sign in to comment.