Skip to content

Commit 6c7bb3a

Browse files
committed
Bump version to 1.6-SNAPSHOT
1 parent aebaca3 commit 6c7bb3a

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-generator-parent</artifactId>
7-
<version>2.0.RC1-SNAPSHOT</version>
7+
<version>1.6-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

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-generator-parent</artifactId>
8-
<version>2.0.RC1-SNAPSHOT</version>
8+
<version>1.6-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-generator-parent</artifactId>
10-
<version>2.0.RC1-SNAPSHOT</version>
10+
<version>1.6-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-http-api</artifactId>
36-
<version>2.0.RC1-SNAPSHOT</version>
36+
<version>1.6-SNAPSHOT</version>
3737
</dependency>
3838

3939
<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-generator-parent</artifactId>
10-
<version>2.0.RC1-SNAPSHOT</version>
10+
<version>1.6-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-generator-parent</artifactId>
10-
<version>2.0.RC1-SNAPSHOT</version>
10+
<version>1.6-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-generator-parent</artifactId>
10-
<version>2.0.RC1-SNAPSHOT</version>
10+
<version>1.6-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-http-generator-parent</artifactId>
7-
<version>2.0.RC1-SNAPSHOT</version>
7+
<version>1.6-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<parent>
@@ -39,7 +39,7 @@
3939
<module>http-generator-jex</module>
4040
<module>http-generator-helidon</module>
4141
<module>http-generator-client</module>
42-
<module>tests</module>
42+
<!-- <module>tests</module>-->
4343
</modules>
4444

4545
</project>

tests/test-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.avaje</groupId>
3939
<artifactId>avaje-http-api</artifactId>
40-
<version>2.0.RC1-SNAPSHOT</version>
40+
<version>1.6-SNAPSHOT</version>
4141
</dependency>
4242

4343
<dependency>
@@ -93,7 +93,7 @@
9393
<path>
9494
<groupId>io.avaje</groupId>
9595
<artifactId>avaje-http-generator-client</artifactId>
96-
<version>2.0.RC1-SNAPSHOT</version>
96+
<version>1.6-SNAPSHOT</version>
9797
</path>
9898
</annotationProcessorPaths>
9999
</configuration>

tests/test-helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<mainClass>org.example.Main</mainClass>
1919
<helidon-version>2.3.0</helidon-version>
20-
<avaje-http-version>2.0.RC1-SNAPSHOT</avaje-http-version>
20+
<avaje-http-version>1.6-SNAPSHOT</avaje-http-version>
2121
</properties>
2222

2323
<dependencies>

tests/test-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<swagger.version>2.0.8</swagger.version>
2121
<kotlin.version>1.3.71</kotlin.version>
2222
<jackson.version>2.12.3</jackson.version>
23-
<avaje-http-version>2.0.RC1-SNAPSHOT</avaje-http-version>
23+
<avaje-http-version>1.6-SNAPSHOT</avaje-http-version>
2424
</properties>
2525

2626
<dependencies>

0 commit comments

Comments
 (0)