diff --git a/api/pom.xml b/api/pom.xml
index 272165d..eb63f00 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -4,7 +4,7 @@
org.treblereel.gwt.xml.mapper
mapper-parent
- 0.8-SNAPSHOT
+ 0.8
api
diff --git a/common/pom.xml b/common/pom.xml
index e07aa20..76ef2ed 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -4,7 +4,7 @@
org.treblereel.gwt.xml.mapper
mapper-parent
- 0.8-SNAPSHOT
+ 0.8
common
diff --git a/pom.xml b/pom.xml
index 61a596a..3414220 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.treblereel.gwt.xml.mapper
mapper-parent
- 0.8-SNAPSHOT
+ 0.8
pom
mapper-parent
@@ -62,13 +62,13 @@
1.9.5
1.2.1
- v20230718-1
+ v20240622-2
1.3.1
3.13.1
3.9
4.13.1
- 0.4-SNAPSHOT
+ 0.4
6.2.1
0.11
1.0-rc6
diff --git a/processor/pom.xml b/processor/pom.xml
index feae644..d784f59 100644
--- a/processor/pom.xml
+++ b/processor/pom.xml
@@ -5,7 +5,7 @@
org.treblereel.gwt.xml.mapper
mapper-parent
- 0.8-SNAPSHOT
+ 0.8
processor
diff --git a/processor/src/main/java/org/treblereel/gwt/xml/mapper/apt/ApplicationProcessor.java b/processor/src/main/java/org/treblereel/gwt/xml/mapper/apt/ApplicationProcessor.java
index ca089cf..23f03c3 100644
--- a/processor/src/main/java/org/treblereel/gwt/xml/mapper/apt/ApplicationProcessor.java
+++ b/processor/src/main/java/org/treblereel/gwt/xml/mapper/apt/ApplicationProcessor.java
@@ -44,7 +44,7 @@
import org.treblereel.gwt.xml.mapper.apt.processor.BeanProcessor;
@AutoService(Processor.class)
-@SupportedSourceVersion(SourceVersion.RELEASE_8)
+@SupportedSourceVersion(SourceVersion.RELEASE_11)
public class ApplicationProcessor extends AbstractProcessor {
private final TreeLogger logger = new PrintWriterTreeLogger();
diff --git a/samples/gwt/pom.xml b/samples/gwt/pom.xml
index 814515b..b860c0e 100644
--- a/samples/gwt/pom.xml
+++ b/samples/gwt/pom.xml
@@ -17,9 +17,9 @@
2.10.0
-
- 1.8
- 1.8
+
+ 11
+ 11
UTF-8
@@ -51,12 +51,12 @@
org.treblereel.gwt.xml.mapper
api
- 0.8-SNAPSHOT
+ 0.8
org.treblereel.gwt.xml.mapper
processor
- 0.8-SNAPSHOT
+ 0.8
junit
@@ -126,8 +126,8 @@
maven-compiler-plugin
3.8.0
- 1.8
- 1.8
+ 11
+ 11
diff --git a/samples/j2cl/pom.xml b/samples/j2cl/pom.xml
index 2e51fc5..924cf3e 100644
--- a/samples/j2cl/pom.xml
+++ b/samples/j2cl/pom.xml
@@ -14,15 +14,14 @@
${project.build.directory}/webapp
${webappdir}/WEB-INF/lib
- 0.22
1.2.1
1.0.0
- v20230718-1
- 0.22.0
+ 0.23.1
+ v20240622-2
- 1.8
- 1.8
+ 11
+ 11
3.8.0
2.2
@@ -36,12 +35,12 @@
org.treblereel.gwt.xml.mapper
api
- 0.8-SNAPSHOT
+ 0.8
org.treblereel.gwt.xml.mapper
processor
- 0.8-SNAPSHOT
+ 0.8
provided
@@ -103,7 +102,7 @@
- com.vertispan.j2cl
+ org.kie.j2cl.tools
j2cl-maven-plugin
${j2cl.maven.plugin.version}
diff --git a/tests/jre/pom.xml b/tests/jre/pom.xml
index 952d1f1..b339c45 100644
--- a/tests/jre/pom.xml
+++ b/tests/jre/pom.xml
@@ -5,7 +5,7 @@
org.treblereel.gwt.xml.mapper
tests
- 0.8-SNAPSHOT
+ 0.8
jre-tests
diff --git a/tests/pom.xml b/tests/pom.xml
index c0d70a5..0dd1a5f 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
org.treblereel.gwt.xml.mapper
mapper-parent
- 0.8-SNAPSHOT
+ 0.8
tests