Skip to content

Commit

Permalink
Version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Apr 9, 2024
1 parent f92aa2c commit 4fe1430
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.9-SNAPSHOT</version>
<version>1.0</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.9-SNAPSHOT</version>
<version>1.0</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.9-SNAPSHOT</version>
<version>1.0</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.9-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>

<scm>
Expand Down Expand Up @@ -53,17 +53,17 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima</artifactId>
<version>0.9-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima-generator</artifactId>
<version>0.9-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-nima-test</artifactId>
<version>0.9-SNAPSHOT</version>
<version>1.0</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.9-SNAPSHOT</version>
<version>1.0</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.9-SNAPSHOT</version>
<version>1.0</version>
</dependency>

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

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

Expand Down

0 comments on commit 4fe1430

Please sign in to comment.