Skip to content

Commit 6a90051

Browse files
committed
test versions pom
1 parent 9ae3b6c commit 6a90051

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<jackson.version>2.14.1</jackson.version>
2121
<jex.version>2.5</jex.version>
2222
<avaje-inject.version>8.12-RC3</avaje-inject.version>
23+
<avaje-http-version>1.26-SNAPSHOT</avaje-http-version>
2324
</properties>
2425

2526
<modules>

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.26-SNAPSHOT</version>
27+
<version>${avaje-http-version}</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-http-api</artifactId>
33-
<version>1.26-SNAPSHOT</version>
33+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
105+
<version>${avaje-http-version}</version>
106106
</path>
107107
<path>
108108
<groupId>io.avaje</groupId>
109109
<artifactId>avaje-http-jex-generator</artifactId>
110-
<version>1.26-SNAPSHOT</version>
110+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
24+
<version>${avaje-http-version}</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>io.avaje</groupId>
2929
<artifactId>avaje-http-client-gson</artifactId>
30-
<version>1.26-SNAPSHOT</version>
30+
<version>${avaje-http-version}</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-http-api</artifactId>
36-
<version>1.26-SNAPSHOT</version>
36+
<version>${avaje-http-version}</version>
3737
</dependency>
3838

3939
<dependency>

tests/test-helidon/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
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.26-SNAPSHOT</avaje-http-version>
1716
</properties>
1817

1918
<dependencies>
@@ -33,7 +32,7 @@
3332
<dependency>
3433
<groupId>io.avaje</groupId>
3534
<artifactId>avaje-http-api</artifactId>
36-
<version>1.26-SNAPSHOT</version>
35+
<version>${avaje-http-version}</version>
3736
</dependency>
3837
<dependency>
3938
<groupId>io.avaje</groupId>
@@ -50,7 +49,7 @@
5049
<dependency>
5150
<groupId>io.avaje</groupId>
5251
<artifactId>avaje-http-helidon-generator</artifactId>
53-
<version>1.26-SNAPSHOT</version>
52+
<version>${avaje-http-version}</version>
5453
<scope>provided</scope>
5554
</dependency>
5655

@@ -112,7 +111,7 @@
112111
<dependency>
113112
<groupId>io.avaje</groupId>
114113
<artifactId>avaje-http-client</artifactId>
115-
<version>1.26-SNAPSHOT</version>
114+
<version>${avaje-http-version}</version>
116115
<scope>test</scope>
117116
</dependency>
118117

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.26-SNAPSHOT</version>
50+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
77+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
106+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
55+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
82+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
105+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
54+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
81+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
97+
<version>${avaje-http-version}</version>
9898
<scope>test</scope>
9999
</dependency>
100100

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.26-SNAPSHOT</version>
29+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
49+
<version>${avaje-http-version}</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.26-SNAPSHOT</version>
82+
<version>${avaje-http-version}</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
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.avaje</groupId>
2929
<artifactId>avaje-http-api</artifactId>
30-
<version>1.26-SNAPSHOT</version>
30+
<version>${avaje-http-version}</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>io.helidon.nima.webserver</groupId>
@@ -64,7 +64,7 @@
6464
<path>
6565
<groupId>io.avaje</groupId>
6666
<artifactId>avaje-http-nima-generator</artifactId>
67-
<version>1.26-SNAPSHOT</version>
67+
<version>${avaje-http-version}</version>
6868
</path>
6969
<path>
7070
<groupId>io.avaje</groupId>

0 commit comments

Comments
 (0)