Skip to content

Commit d7d8c5d

Browse files
committed
Version 3.0-RC2
1 parent 8a80631 commit d7d8c5d

File tree

27 files changed

+31
-31
lines changed

27 files changed

+31
-31
lines changed

aws-cognito/http-client-authtoken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.avaje.aws</groupId>
1313
<artifactId>avaje-cognito-client-token</artifactId>
14-
<version>1.0-RC1</version>
14+
<version>1.0-RC2</version>
1515

1616
<dependencies>
1717
<dependency>

htmx-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.0-RC1</version>
9+
<version>3.0-RC2</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-api</artifactId>

htmx-nima-jstache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.0-RC1</version>
9+
<version>3.0-RC2</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-nima-jstache</artifactId>

htmx-nima/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-http-parent</artifactId>
9-
<version>3.0-RC1</version>
9+
<version>3.0-RC2</version>
1010
</parent>
1111

1212
<artifactId>avaje-htmx-nima</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-htmx-api</artifactId>
24-
<version>3.0-RC1</version>
24+
<version>3.0-RC2</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>io.helidon.webserver</groupId>

http-api-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.0-RC1</version>
7+
<version>3.0-RC2</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.0-RC1</version>
7+
<version>3.0-RC2</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-client-gson-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.0-RC1</version>
7+
<version>3.0-RC2</version>
88
</parent>
99

1010
<artifactId>avaje-http-client-gson</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.avaje</groupId>
2222
<artifactId>avaje-http-client</artifactId>
23-
<version>3.0-RC1</version>
23+
<version>3.0-RC2</version>
2424
<scope>provided</scope>
2525
</dependency>
2626

http-client-moshi-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-http-parent</artifactId>
6-
<version>3.0-RC1</version>
6+
<version>3.0-RC2</version>
77
</parent>
88
<artifactId>avaje-http-client-moshi</artifactId>
99

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>io.avaje</groupId>
2121
<artifactId>avaje-http-client</artifactId>
22-
<version>3.0-RC1</version>
22+
<version>3.0-RC2</version>
2323
<scope>provided</scope>
2424
</dependency>
2525

http-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.0-RC1</version>
7+
<version>3.0-RC2</version>
88
</parent>
99

1010
<artifactId>avaje-http-client</artifactId>

http-generator-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>3.0-RC1</version>
7+
<version>3.0-RC2</version>
88
</parent>
99

1010
<artifactId>avaje-http-client-generator</artifactId>

0 commit comments

Comments
 (0)