Skip to content

Commit 3b060f5

Browse files
committed
Bump to 1.16-SNAPSHOT
1 parent 38db853 commit 3b060f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/test-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@
108108
<path>
109109
<groupId>io.avaje</groupId>
110110
<artifactId>avaje-http-client-generator</artifactId>
111-
<version>1.12-SNAPSHOT</version>
111+
<version>1.16-SNAPSHOT</version>
112112
</path>
113113
<path>
114114
<groupId>io.avaje</groupId>
115115
<artifactId>avaje-http-jex-generator</artifactId>
116-
<version>1.12-SNAPSHOT</version>
116+
<version>1.16-SNAPSHOT</version>
117117
</path>
118118
<path>
119119
<groupId>io.avaje</groupId>

tests/test-spark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<main.class>org.example.myapp.Main</main.class>
1919
<swagger.version>2.0.8</swagger.version>
20-
<avaje-http-version>1.12-SNAPSHOT</avaje-http-version>
20+
<avaje-http-version>1.16-SNAPSHOT</avaje-http-version>
2121
</properties>
2222

2323
<dependencies>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>io.avaje</groupId>
7878
<artifactId>avaje-http-spark-generator</artifactId>
79-
<version>1.12-SNAPSHOT</version>
79+
<version>1.16-SNAPSHOT</version>
8080
<scope>provided</scope>
8181
</dependency>
8282

0 commit comments

Comments
 (0)