Skip to content

Commit 1d1f55c

Browse files
committed
Bump to 1.9-SNAPSHOT to align to avaje-http-client
1 parent 2a91857 commit 1d1f55c

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
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-generator-parent</artifactId>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.9-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-generator-client/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>avaje-http-generator-parent</artifactId>
8-
<version>1.8-SNAPSHOT</version>
8+
<version>1.9-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

http-generator-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.8-SNAPSHOT</version>
10+
<version>1.9-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-http-api</artifactId>
36-
<version>1.8-SNAPSHOT</version>
36+
<version>1.9-SNAPSHOT</version>
3737
</dependency>
3838

3939
<dependency>

http-generator-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.8-SNAPSHOT</version>
10+
<version>1.9-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.8-SNAPSHOT</version>
10+
<version>1.9-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-generator-parent</artifactId>
10-
<version>1.8-SNAPSHOT</version>
10+
<version>1.9-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

pom.xml

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

55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-generator-parent</artifactId>
7-
<version>1.8-SNAPSHOT</version>
7+
<version>1.9-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<parent>

tests/test-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.avaje</groupId>
3838
<artifactId>avaje-http-api</artifactId>
39-
<version>1.8-SNAPSHOT</version>
39+
<version>1.9-SNAPSHOT</version>
4040
</dependency>
4141

4242
<dependency>
@@ -108,12 +108,12 @@
108108
<path>
109109
<groupId>io.avaje</groupId>
110110
<artifactId>avaje-http-client-generator</artifactId>
111-
<version>1.8-SNAPSHOT</version>
111+
<version>1.9-SNAPSHOT</version>
112112
</path>
113113
<path>
114114
<groupId>io.avaje</groupId>
115115
<artifactId>avaje-http-jex-generator</artifactId>
116-
<version>1.8-SNAPSHOT</version>
116+
<version>1.9-SNAPSHOT</version>
117117
</path>
118118
<path>
119119
<groupId>io.avaje</groupId>

tests/test-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<mainClass>org.example.Main</mainClass>
1919
<helidon-version>2.3.0</helidon-version>
20-
<avaje-http-version>1.8-SNAPSHOT</avaje-http-version>
20+
<avaje-http-version>1.9-SNAPSHOT</avaje-http-version>
2121
</properties>
2222

2323
<dependencies>

tests/test-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<swagger.version>2.0.8</swagger.version>
2121
<kotlin.version>1.3.71</kotlin.version>
2222
<jackson.version>2.12.3</jackson.version>
23-
<avaje-http-version>1.8-SNAPSHOT</avaje-http-version>
23+
<avaje-http-version>1.9-SNAPSHOT</avaje-http-version>
2424
</properties>
2525

2626
<dependencies>

tests/test-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<swagger.version>2.0.8</swagger.version>
2121
<jackson.version>2.12.3</jackson.version>
2222
<avaje-inject.version>6.1</avaje-inject.version>
23-
<avaje-http.version>1.8-SNAPSHOT</avaje-http.version>
23+
<avaje-http.version>1.9-SNAPSHOT</avaje-http.version>
2424
</properties>
2525

2626
<dependencies>

tests/test-spark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<main.class>org.example.myapp.Main</main.class>
1919
<swagger.version>2.0.8</swagger.version>
20-
<avaje-http-version>1.8-SNAPSHOT</avaje-http-version>
20+
<avaje-http-version>1.9-SNAPSHOT</avaje-http-version>
2121
</properties>
2222

2323
<dependencies>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>io.avaje</groupId>
7878
<artifactId>avaje-http-spark-generator</artifactId>
79-
<version>1.8-SNAPSHOT</version>
79+
<version>1.9-SNAPSHOT</version>
8080
<scope>provided</scope>
8181
</dependency>
8282

0 commit comments

Comments
 (0)