Skip to content

Commit

Permalink
Version 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Jul 21, 2023
1 parent e43210d commit 8e51a28
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion http-api/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions http-client-gson-adapter/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
</parent>

<artifactId>avaje-http-client-gson</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion http-client/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
</parent>

<artifactId>avaje-http-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-generator-client/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
</parent>

<artifactId>avaje-http-client-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-generator-core/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
</parent>

<artifactId>avaje-http-generator-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-generator-helidon/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
</parent>

<artifactId>avaje-http-helidon-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-generator-javalin/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
</parent>

<artifactId>avaje-http-javalin-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-generator-jex/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
</parent>

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

<artifactId>avaje-http-nima-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion http-inject-plugin/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-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-http-parent</artifactId>
<version>1.46-SNAPSHOT</version>
<version>1.46</version>
<packaging>pom</packaging>

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

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

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

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

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

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

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

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

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

<artifactId>test-nima</artifactId>
Expand Down

0 comments on commit 8e51a28

Please sign in to comment.