Skip to content

Commit d344b98

Browse files
committed
Version 1.37
1 parent dd64bac commit d344b98

File tree

19 files changed

+24
-20
lines changed

19 files changed

+24
-20
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.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-client-gson-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
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.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
</parent>
99

1010
<artifactId>avaje-http-client-gson</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.avaje</groupId>
2222
<artifactId>avaje-http-client</artifactId>
23-
<version>1.37-SNAPSHOT</version>
23+
<version>1.37</version>
2424
<scope>provided</scope>
2525
</dependency>
2626

http-client/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.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
</parent>
99

1010
<artifactId>avaje-http-client</artifactId>

http-generator-client/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.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
</parent>
99

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

http-generator-core/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.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
</parent>
99

1010
<artifactId>avaje-http-generator-core</artifactId>

http-generator-helidon/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.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
</parent>
99

1010
<artifactId>avaje-http-helidon-generator</artifactId>

http-generator-javalin/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.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
</parent>
99

1010
<artifactId>avaje-http-javalin-generator</artifactId>

http-generator-jex/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.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
</parent>
99

1010
<artifactId>avaje-http-jex-generator</artifactId>

http-generator-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-http-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>1.37-SNAPSHOT</version>
7+
<version>1.37</version>
88
</parent>
99

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

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

1515
<scm>

0 commit comments

Comments
 (0)