Skip to content

Commit b5150fc

Browse files
committed
Version 3.2-RC1
1 parent 8c5ee38 commit b5150fc

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

avaje-jex-freemarker/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-jex-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>3.1</version>
7+
<version>3.2-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-jex-freemarker</artifactId>

avaje-jex-grizzly-spi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-jex-parent</artifactId>
8-
<version>3.1</version>
8+
<version>3.2-RC1</version>
99
</parent>
10-
<version>0.3</version>
10+
<version>0.4</version>
1111
<artifactId>avaje-jex-grizzly-spi</artifactId>
1212

1313
<dependencies>

avaje-jex-htmx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-jex-parent</artifactId>
9-
<version>3.1</version>
9+
<version>3.2-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-jex-htmx</artifactId>

avaje-jex-mustache/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-jex-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>3.1</version>
7+
<version>3.2-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-jex-mustache</artifactId>

avaje-jex-static-content/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-jex-parent</artifactId>
8-
<version>3.1</version>
8+
<version>3.2-RC1</version>
99
</parent>
1010
<artifactId>avaje-jex-static-content</artifactId>
1111
<dependencies>

avaje-jex-test/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-jex-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>3.1</version>
7+
<version>3.2-RC1</version>
88
</parent>
99

1010
<artifactId>avaje-jex-test</artifactId>

avaje-jex/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-jex-parent</artifactId>
9-
<version>3.1</version>
9+
<version>3.2-RC1</version>
1010
</parent>
1111

1212
<artifactId>avaje-jex</artifactId>

examples/example-http-generation/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>examples</artifactId>
8-
<version>3.1</version>
8+
<version>3.2-RC1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

examples/example-jdk-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>examples</artifactId>
9-
<version>3.1</version>
9+
<version>3.2-RC1</version>
1010
</parent>
1111

1212
<groupId>org.example</groupId>

examples/example-jdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>examples</artifactId>
9-
<version>3.1</version>
9+
<version>3.2-RC1</version>
1010
</parent>
1111

1212
<groupId>org.example</groupId>
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-jex</artifactId>
26-
<version>3.1</version>
26+
<version>3.2-RC1</version>
2727
</dependency>
2828

2929
<dependency>

0 commit comments

Comments
 (0)