Skip to content

Commit 5766c9c

Browse files
committed
Version 1.34
1 parent 3dd17cc commit 5766c9c

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

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>1.34-RC1</version>
7+
<version>1.34</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>1.34-RC1</version>
7+
<version>1.34</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>1.34-RC1</version>
23+
<version>1.34</version>
2424
<scope>provided</scope>
2525
</dependency>
2626

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>1.34-RC1</version>
7+
<version>1.34</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>1.34-RC1</version>
7+
<version>1.34</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>1.34-RC1</version>
7+
<version>1.34</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
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.34-RC1</version>
7+
<version>1.34</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>1.34-RC1</version>
7+
<version>1.34</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>1.34-RC1</version>
7+
<version>1.34</version>
88
</parent>
99

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

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

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

pom.xml

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

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-http-parent</artifactId>
12-
<version>1.34-RC1</version>
12+
<version>1.34</version>
1313
<packaging>pom</packaging>
1414

1515
<scm>

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

1010
<artifactId>tests</artifactId>

tests/test-client-generation/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>tests</artifactId>
7-
<version>1.34-RC1</version>
7+
<version>1.34</version>
88
</parent>
99

1010
<artifactId>test-client-generation</artifactId>

tests/test-client/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>tests</artifactId>
9-
<version>1.34-RC1</version>
9+
<version>1.34</version>
1010
</parent>
1111

1212
<artifactId>test-client</artifactId>

tests/test-helidon/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>tests</artifactId>
7-
<version>1.34-RC1</version>
7+
<version>1.34</version>
88
</parent>
99

1010
<artifactId>test-helidon</artifactId>

tests/test-javalin-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>tests</artifactId>
8-
<version>1.34-RC1</version>
8+
<version>1.34</version>
99
</parent>
1010

1111
<artifactId>test-javalin-jsonb</artifactId>

tests/test-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>tests</artifactId>
7-
<version>1.34-RC1</version>
7+
<version>1.34</version>
88
</parent>
99

1010
<artifactId>test-javalin</artifactId>

tests/test-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>tests</artifactId>
7-
<version>1.34-RC1</version>
7+
<version>1.34</version>
88
</parent>
99

1010
<artifactId>test-jex</artifactId>

tests/test-nima-jsonb/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>tests</artifactId>
7-
<version>1.34-RC1</version>
7+
<version>1.34</version>
88
</parent>
99

1010
<artifactId>test-nima-jsonb</artifactId>

tests/test-nima/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>tests</artifactId>
9-
<version>1.34-RC1</version>
9+
<version>1.34</version>
1010
</parent>
1111

1212
<artifactId>test-nima</artifactId>

0 commit comments

Comments
 (0)