Skip to content

Commit 54f3f25

Browse files
committed
Version 1.29
1 parent c4b611e commit 54f3f25

File tree

19 files changed

+73
-94
lines changed

19 files changed

+73
-94
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.29-SNAPSHOT</version>
7+
<version>1.29</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-client-gson-adapter/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.29-SNAPSHOT</version>
8-
<relativePath>..</relativePath>
7+
<version>1.29</version>
98
</parent>
109

11-
<groupId>io.avaje</groupId>
1210
<artifactId>avaje-http-client-gson</artifactId>
13-
<version>1.29-SNAPSHOT</version>
1411

1512
<dependencies>
1613

@@ -23,7 +20,7 @@
2320
<dependency>
2421
<groupId>io.avaje</groupId>
2522
<artifactId>avaje-http-client</artifactId>
26-
<version>1.29-SNAPSHOT</version>
23+
<version>1.29</version>
2724
<scope>provided</scope>
2825
</dependency>
2926

http-client/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.29-SNAPSHOT</version>
8-
<relativePath>..</relativePath>
7+
<version>1.29</version>
98
</parent>
109

11-
<groupId>io.avaje</groupId>
1210
<artifactId>avaje-http-client</artifactId>
13-
<version>1.29-SNAPSHOT</version>
1411

1512
<scm>
1613
<developerConnection>scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection>

http-generator-client/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
54
<parent>
65
<groupId>io.avaje</groupId>
76
<artifactId>avaje-http-parent</artifactId>
8-
<version>1.29-SNAPSHOT</version>
9-
<relativePath>..</relativePath>
7+
<version>1.29</version>
108
</parent>
119

1210
<artifactId>avaje-http-client-generator</artifactId>

http-generator-core/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
5-
<artifactId>avaje-http-generator-core</artifactId>
6-
74
<parent>
85
<groupId>io.avaje</groupId>
96
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.29-SNAPSHOT</version>
11-
<relativePath>..</relativePath>
7+
<version>1.29</version>
128
</parent>
139

10+
<artifactId>avaje-http-generator-core</artifactId>
11+
1412
<dependencies>
1513
<dependency>
1614
<groupId>io.avaje</groupId>
@@ -23,7 +21,7 @@
2321
<dependency>
2422
<groupId>io.avaje</groupId>
2523
<artifactId>avaje-http-api</artifactId>
26-
<version>1.29-SNAPSHOT</version>
24+
<version>1.29</version>
2725
<optional>true</optional>
2826
<scope>provided</scope>
2927
</dependency>

http-generator-helidon/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
5-
<artifactId>avaje-http-helidon-generator</artifactId>
6-
74
<parent>
85
<groupId>io.avaje</groupId>
96
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.29-SNAPSHOT</version>
11-
<relativePath>..</relativePath>
7+
<version>1.29</version>
128
</parent>
139

10+
<artifactId>avaje-http-helidon-generator</artifactId>
11+
1412
<dependencies>
1513

1614
<dependency>

http-generator-javalin/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
5-
<artifactId>avaje-http-javalin-generator</artifactId>
6-
74
<parent>
85
<groupId>io.avaje</groupId>
96
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.29-SNAPSHOT</version>
11-
<relativePath>..</relativePath>
7+
<version>1.29</version>
128
</parent>
139

10+
<artifactId>avaje-http-javalin-generator</artifactId>
11+
1412
<dependencies>
1513

1614
<dependency>

http-generator-jex/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
5-
<artifactId>avaje-http-jex-generator</artifactId>
6-
74
<parent>
85
<groupId>io.avaje</groupId>
96
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.29-SNAPSHOT</version>
11-
<relativePath>..</relativePath>
7+
<version>1.29</version>
128
</parent>
139

10+
<artifactId>avaje-http-jex-generator</artifactId>
11+
1412
<dependencies>
1513

1614
<dependency>

http-generator-nima/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
34
<parent>
45
<artifactId>avaje-http-parent</artifactId>
56
<groupId>io.avaje</groupId>
6-
<version>1.29-SNAPSHOT</version>
7+
<version>1.29</version>
78
</parent>
8-
<modelVersion>4.0.0</modelVersion>
99

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

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.29-SNAPSHOT</version>
12+
<version>1.29</version>
1313
<packaging>pom</packaging>
1414

1515
<scm>

tests/pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>java11-oss</artifactId>
6-
<groupId>org.avaje</groupId>
7-
<version>3.9</version>
8-
<relativePath/>
5+
<artifactId>avaje-http-parent</artifactId>
6+
<groupId>io.avaje</groupId>
7+
<version>1.29</version>
98
</parent>
109

11-
<groupId>io.avaje.http</groupId>
12-
<artifactId>tests-reactor</artifactId>
13-
<version>1</version>
10+
<artifactId>tests</artifactId>
1411
<packaging>pom</packaging>
1512

1613
<properties>
@@ -20,7 +17,6 @@
2017
<jackson.version>2.14.1</jackson.version>
2118
<jex.version>2.5</jex.version>
2219
<avaje-inject.version>8.12-RC3</avaje-inject.version>
23-
<avaje-http-version>1.29-SNAPSHOT</avaje-http-version>
2420
</properties>
2521

2622
<modules>

tests/test-client-generation/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>io.avaje.http</groupId>
6-
<artifactId>tests-reactor</artifactId>
7-
<version>1</version>
5+
<groupId>io.avaje</groupId>
6+
<artifactId>tests</artifactId>
7+
<version>1.29</version>
88
</parent>
99

1010
<artifactId>test-client-generation</artifactId>
@@ -24,13 +24,13 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-http-client</artifactId>
27-
<version>${avaje-http-version}</version>
27+
<version>${project.version}</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>avaje-http-api</artifactId>
33-
<version>${avaje-http-version}</version>
33+
<version>${project.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>${avaje-http-version}</version>
105+
<version>${project.version}</version>
106106
</path>
107107
<path>
108108
<groupId>io.avaje</groupId>
109109
<artifactId>avaje-http-jex-generator</artifactId>
110-
<version>${avaje-http-version}</version>
110+
<version>${project.version}</version>
111111
</path>
112112
<path>
113113
<groupId>io.avaje</groupId>

tests/test-client/pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
7-
<groupId>io.avaje.http</groupId>
8-
<artifactId>tests-reactor</artifactId>
9-
<version>1</version>
7+
<groupId>io.avaje</groupId>
8+
<artifactId>tests</artifactId>
9+
<version>1.29</version>
1010
</parent>
1111

1212
<artifactId>test-client</artifactId>
13-
<version>1</version>
1413

1514
<properties>
1615
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -21,19 +20,19 @@
2120
<dependency>
2221
<groupId>io.avaje</groupId>
2322
<artifactId>avaje-http-client</artifactId>
24-
<version>${avaje-http-version}</version>
23+
<version>${project.version}</version>
2524
</dependency>
2625

2726
<dependency>
2827
<groupId>io.avaje</groupId>
2928
<artifactId>avaje-http-client-gson</artifactId>
30-
<version>${avaje-http-version}</version>
29+
<version>${project.version}</version>
3130
</dependency>
3231

3332
<dependency>
3433
<groupId>io.avaje</groupId>
3534
<artifactId>avaje-http-api</artifactId>
36-
<version>${avaje-http-version}</version>
35+
<version>${project.version}</version>
3736
</dependency>
3837

3938
<dependency>

tests/test-helidon/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<groupId>io.avaje.http</groupId>
6-
<artifactId>tests-reactor</artifactId>
7-
<version>1</version>
5+
<groupId>io.avaje</groupId>
6+
<artifactId>tests</artifactId>
7+
<version>1.29</version>
88
</parent>
99

1010
<artifactId>test-helidon</artifactId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>io.avaje</groupId>
3434
<artifactId>avaje-http-api</artifactId>
35-
<version>${avaje-http-version}</version>
35+
<version>${project.version}</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.avaje</groupId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>io.avaje</groupId>
5151
<artifactId>avaje-http-helidon-generator</artifactId>
52-
<version>${avaje-http-version}</version>
52+
<version>${project.version}</version>
5353
<scope>provided</scope>
5454
</dependency>
5555

@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>io.avaje</groupId>
113113
<artifactId>avaje-http-client</artifactId>
114-
<version>${avaje-http-version}</version>
114+
<version>${project.version}</version>
115115
<scope>test</scope>
116116
</dependency>
117117

tests/test-javalin-jsonb/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<parent>
6-
<groupId>io.avaje.http</groupId>
7-
<artifactId>tests-reactor</artifactId>
8-
<version>1</version>
6+
<groupId>io.avaje</groupId>
7+
<artifactId>tests</artifactId>
8+
<version>1.29</version>
99
</parent>
1010

1111
<artifactId>test-javalin-jsonb</artifactId>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.avaje</groupId>
4949
<artifactId>avaje-http-api</artifactId>
50-
<version>${avaje-http-version}</version>
50+
<version>${project.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>${avaje-http-version}</version>
77+
<version>${project.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>${avaje-http-version}</version>
106+
<version>${project.version}</version>
107107
<scope>test</scope>
108108
</dependency>
109109

0 commit comments

Comments
 (0)