Skip to content

Commit cc4e36b

Browse files
committed
Bump to 1.29-SNAPSHOT
1 parent 17c87a9 commit cc4e36b

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
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.28</version>
7+
<version>1.29-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

http-client-gson-adapter/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-parent</artifactId>
7-
<version>1.28</version>
7+
<version>1.29-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

1111
<groupId>io.avaje</groupId>
1212
<artifactId>avaje-http-client-gson</artifactId>
13-
<version>1.28</version>
13+
<version>1.29-SNAPSHOT</version>
1414

1515
<dependencies>
1616

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-http-client</artifactId>
26-
<version>1.28</version>
26+
<version>1.29-SNAPSHOT</version>
2727
<scope>provided</scope>
2828
</dependency>
2929

http-client/pom.xml

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

1111
<groupId>io.avaje</groupId>
1212
<artifactId>avaje-http-client</artifactId>
13-
<version>1.28</version>
13+
<version>1.29-SNAPSHOT</version>
1414

1515
<scm>
1616
<developerConnection>scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection>

http-generator-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-http-parent</artifactId>
8-
<version>1.28</version>
8+
<version>1.29-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

http-generator-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.28</version>
10+
<version>1.29-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-http-api</artifactId>
26-
<version>1.28</version>
26+
<version>1.29-SNAPSHOT</version>
2727
<optional>true</optional>
2828
<scope>provided</scope>
2929
</dependency>

http-generator-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.28</version>
10+
<version>1.29-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.28</version>
10+
<version>1.29-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-http-parent</artifactId>
10-
<version>1.28</version>
10+
<version>1.29-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

http-generator-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>avaje-http-parent</artifactId>
55
<groupId>io.avaje</groupId>
6-
<version>1.28</version>
6+
<version>1.29-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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

1515
<scm>

tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +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.28</avaje-http-version>
23+
<avaje-http-version>1.29-SNAPSHOT</avaje-http-version>
2424
</properties>
2525

2626
<modules>

tests/test-nima-jsonb/.factorypath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<factorypath>
22
<factorypathentry kind="VARJAR" id="M2_REPO/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar" enabled="true" runInBatchMode="false"/>
33
<factorypathentry kind="VARJAR" id="M2_REPO/javax/validation/validation-api/2.0.1.Final/validation-api-2.0.1.Final.jar" enabled="true" runInBatchMode="false"/>
4-
<factorypathentry kind="VARJAR" id="M2_REPO/io/avaje/avaje-http-api/1.28/avaje-http-api-1.28.jar" enabled="true" runInBatchMode="false"/>
4+
<factorypathentry kind="VARJAR" id="M2_REPO/io/avaje/avaje-http-api/1.29-SNAPSHOT/avaje-http-api-1.29-SNAPSHOT.jar" enabled="true" runInBatchMode="false"/>
55
<factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar" enabled="true" runInBatchMode="false"/>
66
<factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar" enabled="true" runInBatchMode="false"/>
77
<factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar" enabled="true" runInBatchMode="false"/>

0 commit comments

Comments
 (0)