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>

0 commit comments

Comments
 (0)