Skip to content

Commit cf5a047

Browse files
committed
Version 1.44
1 parent 61eec2f commit cf5a047

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
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.44-SNAPSHOT</version>
7+
<version>1.44</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.44-SNAPSHOT</version>
7+
<version>1.44</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.44-SNAPSHOT</version>
23+
<version>1.44</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.44-SNAPSHOT</version>
7+
<version>1.44</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.44-SNAPSHOT</version>
7+
<version>1.44</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.44-SNAPSHOT</version>
7+
<version>1.44</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.44-SNAPSHOT</version>
7+
<version>1.44</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.44-SNAPSHOT</version>
7+
<version>1.44</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.44-SNAPSHOT</version>
7+
<version>1.44</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.44-SNAPSHOT</version>
7+
<version>1.44</version>
88
</parent>
99

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

http-inject-plugin/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.44-SNAPSHOT</version>
7+
<version>1.44</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)