Skip to content

Commit b07884e

Browse files
committed
Version 3.0
1 parent 8ddaec7 commit b07884e

File tree

14 files changed

+26
-26
lines changed

14 files changed

+26
-26
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.0-RC24</version>
7+
<version>3.0</version>
88
</parent>
99

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

avaje-jex-grizzly-spi/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-jex-parent</artifactId>
8-
<version>3.0-RC24</version>
8+
<version>3.0</version>
99
</parent>
10-
<version>0.1</version>
10+
<version>0.2</version>
1111
<artifactId>avaje-jex-grizzly-spi</artifactId>
1212

1313
<dependencies>
14-
14+
1515
<dependency>
1616
<groupId>io.avaje</groupId>
1717
<artifactId>avaje-jex</artifactId>
1818
</dependency>
19-
19+
2020
<dependency>
2121
<groupId>org.glassfish.grizzly</groupId>
2222
<artifactId>grizzly-http-server</artifactId>
@@ -28,7 +28,7 @@
2828
<scope>provided</scope>
2929
<optional>true</optional>
3030
</dependency>
31-
31+
3232
<dependency>
3333
<groupId>io.avaje</groupId>
3434
<artifactId>avaje-jex-test</artifactId>

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.0-RC24</version>
9+
<version>3.0</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.0-RC24</version>
7+
<version>3.0</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.0-RC24</version>
8+
<version>3.0</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.0-RC24</version>
7+
<version>3.0</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
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jex-parent</artifactId>
7-
<version>3.0-RC24</version>
7+
<version>3.0</version>
88
</parent>
99

1010
<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.0-RC24</version>
8+
<version>3.0</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.0-RC24</version>
9+
<version>3.0</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.0-RC24</version>
9+
<version>3.0</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.0-RC24</version>
26+
<version>3.0</version>
2727
</dependency>
2828

2929
<dependency>

0 commit comments

Comments
 (0)