Skip to content

Commit 59ad74e

Browse files
committed
Bump to 2.0
1 parent 2783bbb commit 59ad74e

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

avaje-jex-freemarker/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>avaje-jex-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>2.0-RC3</version>
8+
<version>2.0</version>
99
</parent>
1010

1111
<artifactId>avaje-jex-freemarker</artifactId>
@@ -19,13 +19,13 @@
1919
<dependency>
2020
<groupId>io.avaje</groupId>
2121
<artifactId>avaje-jex</artifactId>
22-
<version>2.0-RC3</version>
22+
<version>2.0</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>io.avaje</groupId>
2727
<artifactId>avaje-jex-jetty</artifactId>
28-
<version>2.0-RC3</version>
28+
<version>2.0</version>
2929
<scope>provided</scope>
3030
</dependency>
3131

@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.avaje</groupId>
4040
<artifactId>avaje-jex-test</artifactId>
41-
<version>2.0-RC3</version>
41+
<version>2.0</version>
4242
<scope>test</scope>
4343
</dependency>
4444

avaje-jex-grizzly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>avaje-jex-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>2.0-RC3</version>
8+
<version>2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>io.avaje</groupId>
2222
<artifactId>avaje-jex</artifactId>
23-
<version>2.0-RC3</version>
23+
<version>2.0</version>
2424
</dependency>
2525

2626
<dependency>

avaje-jex-jdk/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>avaje-jex-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>2.0-RC3</version>
8+
<version>2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-jex</artifactId>
24-
<version>2.0-RC3</version>
24+
<version>2.0</version>
2525
</dependency>
2626

2727
</dependencies>

avaje-jex-jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>avaje-jex-parent</artifactId>
77
<groupId>io.avaje</groupId>
8-
<version>2.0-RC3</version>
8+
<version>2.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-jex</artifactId>
24-
<version>2.0-RC3</version>
24+
<version>2.0</version>
2525
</dependency>
2626

2727
<dependency>

avaje-jex-mustache/pom.xml

Lines changed: 4 additions & 4 deletions
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>2.0-RC3</version>
7+
<version>2.0</version>
88
</parent>
99

1010
<artifactId>avaje-jex-mustache</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.avaje</groupId>
2020
<artifactId>avaje-jex</artifactId>
21-
<version>2.0-RC3</version>
21+
<version>2.0</version>
2222
</dependency>
2323

2424
<dependency>
@@ -31,14 +31,14 @@
3131
<dependency>
3232
<groupId>io.avaje</groupId>
3333
<artifactId>avaje-jex-jetty</artifactId>
34-
<version>2.0-RC3</version>
34+
<version>2.0</version>
3535
<scope>provided</scope>
3636
</dependency>
3737

3838
<dependency>
3939
<groupId>io.avaje</groupId>
4040
<artifactId>avaje-jex-test</artifactId>
41-
<version>2.0-RC3</version>
41+
<version>2.0</version>
4242
<scope>test</scope>
4343
</dependency>
4444

avaje-jex-test/pom.xml

Lines changed: 2 additions & 2 deletions
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>2.0-RC3</version>
7+
<version>2.0</version>
88
</parent>
99

1010
<artifactId>avaje-jex-test</artifactId>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>io.avaje</groupId>
1616
<artifactId>avaje-jex</artifactId>
17-
<version>2.0-RC3</version>
17+
<version>2.0</version>
1818
</dependency>
1919

2020
<dependency>

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>2.0-RC3</version>
7+
<version>2.0</version>
88
</parent>
99

1010
<artifactId>avaje-jex</artifactId>

examples/example-grizzly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.avaje</groupId>
2424
<artifactId>avaje-jex-grizzly</artifactId>
25-
<version>2.0-RC3</version>
25+
<version>2.0</version>
2626
</dependency>
2727

2828
<dependency>

examples/example-jdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-jex-jdk</artifactId>
26-
<version>2.0-RC3</version>
26+
<version>2.0</version>
2727
</dependency>
2828

2929
<dependency>

examples/example-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-jex-jetty</artifactId>
27-
<version>2.0-RC3</version>
27+
<version>2.0</version>
2828
</dependency>
2929

3030
<dependency>

0 commit comments

Comments
 (0)