Skip to content

Commit a324af1

Browse files
committed
Bump tests to use 1.25-SNAPSHOT after release
1 parent 6ff5eb6 commit a324af1

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

tests/test-client-generation/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-http-client</artifactId>
27-
<version>1.24-SNAPSHOT</version>
27+
<version>1.25-SNAPSHOT</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-http-api</artifactId>
33-
<version>1.24-SNAPSHOT</version>
33+
<version>1.25-SNAPSHOT</version>
3434
</dependency>
3535

3636
<dependency>
@@ -102,12 +102,12 @@
102102
<path>
103103
<groupId>io.avaje</groupId>
104104
<artifactId>avaje-http-client-generator</artifactId>
105-
<version>1.24-SNAPSHOT</version>
105+
<version>1.25-SNAPSHOT</version>
106106
</path>
107107
<path>
108108
<groupId>io.avaje</groupId>
109109
<artifactId>avaje-http-jex-generator</artifactId>
110-
<version>1.24-SNAPSHOT</version>
110+
<version>1.25-SNAPSHOT</version>
111111
</path>
112112
<path>
113113
<groupId>io.avaje</groupId>

tests/test-client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-http-client</artifactId>
24-
<version>1.24-SNAPSHOT</version>
24+
<version>1.25-SNAPSHOT</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>io.avaje</groupId>
2929
<artifactId>avaje-http-client-gson</artifactId>
30-
<version>1.24-SNAPSHOT</version>
30+
<version>1.25-SNAPSHOT</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-http-api</artifactId>
36-
<version>1.24-SNAPSHOT</version>
36+
<version>1.25-SNAPSHOT</version>
3737
</dependency>
3838

3939
<dependency>

tests/test-helidon/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.deploy.skip>true</maven.deploy.skip>
1414
<mainClass>org.example.Main</mainClass>
1515
<helidon-version>2.3.0</helidon-version>
16-
<avaje-http-version>1.24-SNAPSHOT</avaje-http-version>
16+
<avaje-http-version>1.25-SNAPSHOT</avaje-http-version>
1717
</properties>
1818

1919
<dependencies>
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-http-api</artifactId>
36-
<version>1.24-SNAPSHOT</version>
36+
<version>1.25-SNAPSHOT</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.avaje</groupId>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>avaje-http-helidon-generator</artifactId>
53-
<version>1.24-SNAPSHOT</version>
53+
<version>1.25-SNAPSHOT</version>
5454
<scope>provided</scope>
5555
</dependency>
5656

@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>io.avaje</groupId>
114114
<artifactId>avaje-http-client</artifactId>
115-
<version>1.24-SNAPSHOT</version>
115+
<version>1.25-SNAPSHOT</version>
116116
<scope>test</scope>
117117
</dependency>
118118

tests/test-javalin-jsonb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.avaje</groupId>
4949
<artifactId>avaje-http-api</artifactId>
50-
<version>1.24-SNAPSHOT</version>
50+
<version>1.25-SNAPSHOT</version>
5151
</dependency>
5252

5353
<dependency>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>io.avaje</groupId>
7676
<artifactId>avaje-http-javalin-generator</artifactId>
77-
<version>1.24-SNAPSHOT</version>
77+
<version>1.25-SNAPSHOT</version>
7878
<scope>provided</scope>
7979
</dependency>
8080

@@ -103,7 +103,7 @@
103103
<dependency>
104104
<groupId>io.avaje</groupId>
105105
<artifactId>avaje-http-client</artifactId>
106-
<version>1.24-SNAPSHOT</version>
106+
<version>1.25-SNAPSHOT</version>
107107
<scope>test</scope>
108108
</dependency>
109109

tests/test-javalin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.avaje</groupId>
5454
<artifactId>avaje-http-api</artifactId>
55-
<version>1.24-SNAPSHOT</version>
55+
<version>1.25-SNAPSHOT</version>
5656
</dependency>
5757

5858
<dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>io.avaje</groupId>
8181
<artifactId>avaje-http-javalin-generator</artifactId>
82-
<version>1.24-SNAPSHOT</version>
82+
<version>1.25-SNAPSHOT</version>
8383
<scope>provided</scope>
8484
</dependency>
8585

@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>io.avaje</groupId>
104104
<artifactId>avaje-http-client</artifactId>
105-
<version>1.24-SNAPSHOT</version>
105+
<version>1.25-SNAPSHOT</version>
106106
<scope>test</scope>
107107
</dependency>
108108

tests/test-jex/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>io.avaje</groupId>
5353
<artifactId>avaje-http-api</artifactId>
54-
<version>1.24-SNAPSHOT</version>
54+
<version>1.25-SNAPSHOT</version>
5555
</dependency>
5656

5757
<dependency>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>io.avaje</groupId>
8080
<artifactId>avaje-http-jex-generator</artifactId>
81-
<version>1.24-SNAPSHOT</version>
81+
<version>1.25-SNAPSHOT</version>
8282
<scope>provided</scope>
8383
</dependency>
8484

@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>io.avaje</groupId>
9696
<artifactId>avaje-http-client</artifactId>
97-
<version>1.24-SNAPSHOT</version>
97+
<version>1.25-SNAPSHOT</version>
9898
<scope>test</scope>
9999
</dependency>
100100

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.24-SNAPSHOT/avaje-http-api-1.24-SNAPSHOT.jar" enabled="true" runInBatchMode="false"/>
4+
<factorypathentry kind="VARJAR" id="M2_REPO/io/avaje/avaje-http-api/1.25-SNAPSHOT/avaje-http-api-1.25-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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.avaje</groupId>
2828
<artifactId>avaje-http-api</artifactId>
29-
<version>1.24-SNAPSHOT</version>
29+
<version>1.25-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>io.avaje</groupId>
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.avaje</groupId>
4848
<artifactId>avaje-http-nima-generator</artifactId>
49-
<version>1.24-SNAPSHOT</version>
49+
<version>1.25-SNAPSHOT</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<!-- <dependency>-->
@@ -79,7 +79,7 @@
7979
<path>
8080
<groupId>io.avaje</groupId>
8181
<artifactId>avaje-http-nima-generator</artifactId>
82-
<version>1.24-SNAPSHOT</version>
82+
<version>1.25-SNAPSHOT</version>
8383
</path>
8484
<path>
8585
<groupId>io.avaje</groupId>

tests/test-nima/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-http-api</artifactId>
31-
<version>1.24-SNAPSHOT</version>
31+
<version>1.25-SNAPSHOT</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>io.helidon.nima.webserver</groupId>
@@ -65,7 +65,7 @@
6565
<path>
6666
<groupId>io.avaje</groupId>
6767
<artifactId>avaje-http-nima-generator</artifactId>
68-
<version>1.24-SNAPSHOT</version>
68+
<version>1.25-SNAPSHOT</version>
6969
</path>
7070
<path>
7171
<groupId>io.avaje</groupId>

0 commit comments

Comments
 (0)