Skip to content

Commit 1dc3bc4

Browse files
committed
Bump test module dependencies after release
1 parent 892c213 commit 1dc3bc4

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

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.20-SNAPSHOT</version>
39+
<version>1.21-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.20-SNAPSHOT</version>
111+
<version>1.21-SNAPSHOT</version>
112112
</path>
113113
<path>
114114
<groupId>io.avaje</groupId>
115115
<artifactId>avaje-http-jex-generator</artifactId>
116-
<version>1.20-SNAPSHOT</version>
116+
<version>1.21-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
<maven.deploy.skip>true</maven.deploy.skip>
1818
<mainClass>org.example.Main</mainClass>
1919
<helidon-version>2.3.0</helidon-version>
20-
<avaje-http-version>1.20-SNAPSHOT</avaje-http-version>
20+
<avaje-http-version>1.21-SNAPSHOT</avaje-http-version>
2121
</properties>
2222

2323
<dependencies>

tests/test-javalin-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<swagger.version>2.0.8</swagger.version>
2222
<kotlin.version>1.3.71</kotlin.version>
2323
<jackson.version>2.13.4.1</jackson.version>
24-
<avaje-http-version>1.20-SNAPSHOT</avaje-http-version>
24+
<avaje-http-version>1.21-SNAPSHOT</avaje-http-version>
2525
</properties>
2626

2727
<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.13.4.1</jackson.version>
23-
<avaje-http-version>1.20-SNAPSHOT</avaje-http-version>
23+
<avaje-http-version>1.21-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.13.4.1</jackson.version>
2222
<avaje-inject.version>8.9</avaje-inject.version>
23-
<avaje-http.version>1.20-SNAPSHOT</avaje-http.version>
23+
<avaje-http.version>1.21-SNAPSHOT</avaje-http.version>
2424
</properties>
2525

2626
<dependencies>

tests/test-nima-jsonb/.factorypath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<factorypath>
22
<factorypathentry kind="VARJAR" id="M2_REPO/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar" enabled="true" runInBatchMode="false"/>
33
<factorypathentry kind="VARJAR" id="M2_REPO/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar" enabled="true" runInBatchMode="false"/>
4-
<factorypathentry kind="VARJAR" id="M2_REPO/io/avaje/avaje-http-api/1.20-SNAPSHOT/avaje-http-api-1.20-SNAPSHOT.jar" enabled="true" runInBatchMode="false"/>
4+
<factorypathentry kind="VARJAR" id="M2_REPO/io/avaje/avaje-http-api/1.21-SNAPSHOT/avaje-http-api-1.21-SNAPSHOT.jar" enabled="true" runInBatchMode="false"/>
55
<factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar" enabled="true" runInBatchMode="false"/>
66
<factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar" enabled="true" runInBatchMode="false"/>
77
<factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar" enabled="true" runInBatchMode="false"/>

tests/test-nima-jsonb/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-http-generator-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>1.20-SNAPSHOT</version>
7+
<version>1.21-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-http-api</artifactId>
31-
<version>1.20-SNAPSHOT</version>
31+
<version>1.21-SNAPSHOT</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>io.avaje</groupId>
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-http-nima-generator</artifactId>
51-
<version>1.20-SNAPSHOT</version>
51+
<version>1.21-SNAPSHOT</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<!-- <dependency>-->
@@ -75,7 +75,7 @@
7575
<path>
7676
<groupId>io.avaje</groupId>
7777
<artifactId>avaje-http-nima-generator</artifactId>
78-
<version>1.20-SNAPSHOT</version>
78+
<version>1.21-SNAPSHOT</version>
7979
</path>
8080
<path>
8181
<groupId>io.avaje</groupId>

tests/test-nima/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>avaje-http-generator-parent</artifactId>
88
<groupId>io.avaje</groupId>
9-
<version>1.20-SNAPSHOT</version>
9+
<version>1.21-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-http-api</artifactId>
33-
<version>1.20-SNAPSHOT</version>
33+
<version>1.21-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.helidon.nima.webserver</groupId>
@@ -67,7 +67,7 @@
6767
<path>
6868
<groupId>io.avaje</groupId>
6969
<artifactId>avaje-http-nima-generator</artifactId>
70-
<version>1.20-SNAPSHOT</version>
70+
<version>1.21-SNAPSHOT</version>
7171
</path>
7272
<path>
7373
<groupId>io.avaje</groupId>

0 commit comments

Comments
 (0)