Skip to content

Commit d80d8fc

Browse files
committed
Version 2.5
1 parent 5f4af85 commit d80d8fc

File tree

20 files changed

+23
-23
lines changed

20 files changed

+23
-23
lines changed

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>2.5-RC1</version>
7+
<version>2.5</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>2.5-RC1</version>
7+
<version>2.5</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>2.5-RC1</version>
7+
<version>2.5</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>2.5-RC1</version>
23+
<version>2.5</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>2.5-RC1</version>
6+
<version>2.5</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>2.5-RC1</version>
22+
<version>2.5</version>
2323
<scope>provided</scope>
2424
</dependency>
2525

http-client/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>2.5-RC1</version>
7+
<version>2.5</version>
88
</parent>
99

1010
<artifactId>avaje-http-client</artifactId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>io.avaje</groupId>
6868
<artifactId>avaje-http-api</artifactId>
69-
<version>2.5-RC1</version>
69+
<version>2.5</version>
7070
</dependency>
7171

7272
<dependency>

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>2.5-RC1</version>
7+
<version>2.5</version>
88
</parent>
99

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

http-generator-core/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>2.5-RC1</version>
7+
<version>2.5</version>
88
</parent>
99

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

http-generator-helidon/pom.xml

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

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

http-generator-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>2.5-RC1</version>
7+
<version>2.5</version>
88
</parent>
99

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

http-generator-jex/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>2.5-RC1</version>
7+
<version>2.5</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)