This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 81ae90836e [maven-release-plugin] prepare for next development
iteration
81ae90836e is described below
commit 81ae90836ece039d7212bd080968cb6f66cdc431
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Nov 7 23:54:23 2025 +0100
[maven-release-plugin] prepare for next development iteration
---
apache-maven/pom.xml | 2 +-
api/maven-api-annotations/pom.xml | 2 +-
api/maven-api-cli/pom.xml | 2 +-
api/maven-api-core/pom.xml | 2 +-
api/maven-api-di/pom.xml | 2 +-
api/maven-api-metadata/pom.xml | 2 +-
api/maven-api-model/pom.xml | 2 +-
api/maven-api-plugin/pom.xml | 2 +-
api/maven-api-settings/pom.xml | 2 +-
api/maven-api-spi/pom.xml | 2 +-
api/maven-api-toolchain/pom.xml | 2 +-
api/maven-api-xml/pom.xml | 2 +-
api/pom.xml | 2 +-
compat/maven-artifact/pom.xml | 2 +-
compat/maven-builder-support/pom.xml | 2 +-
compat/maven-compat/pom.xml | 2 +-
compat/maven-embedder/pom.xml | 2 +-
compat/maven-model-builder/pom.xml | 2 +-
compat/maven-model/pom.xml | 2 +-
compat/maven-plugin-api/pom.xml | 2 +-
compat/maven-repository-metadata/pom.xml | 2 +-
compat/maven-resolver-provider/pom.xml | 2 +-
compat/maven-settings-builder/pom.xml | 2 +-
compat/maven-settings/pom.xml | 2 +-
compat/maven-toolchain-builder/pom.xml | 2 +-
compat/maven-toolchain-model/pom.xml | 2 +-
compat/pom.xml | 2 +-
impl/maven-cli/pom.xml | 2 +-
impl/maven-core/pom.xml | 2 +-
impl/maven-di/pom.xml | 2 +-
impl/maven-executor/pom.xml | 2 +-
impl/maven-impl/pom.xml | 2 +-
impl/maven-jline/pom.xml | 2 +-
impl/maven-logging/pom.xml | 2 +-
impl/maven-support/pom.xml | 2 +-
impl/maven-testing/pom.xml | 2 +-
impl/maven-xml/pom.xml | 2 +-
impl/pom.xml | 2 +-
pom.xml | 6 +++---
39 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index 9ec069dcb2..28c4a2fcaf 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>apache-maven</artifactId>
diff --git a/api/maven-api-annotations/pom.xml
b/api/maven-api-annotations/pom.xml
index 89b2d361e7..40872a8f74 100644
--- a/api/maven-api-annotations/pom.xml
+++ b/api/maven-api-annotations/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-annotations</artifactId>
diff --git a/api/maven-api-cli/pom.xml b/api/maven-api-cli/pom.xml
index 8ab0f03102..509f0dad6b 100644
--- a/api/maven-api-cli/pom.xml
+++ b/api/maven-api-cli/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-cli</artifactId>
diff --git a/api/maven-api-core/pom.xml b/api/maven-api-core/pom.xml
index 29e306d0a8..104d6375b7 100644
--- a/api/maven-api-core/pom.xml
+++ b/api/maven-api-core/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-core</artifactId>
diff --git a/api/maven-api-di/pom.xml b/api/maven-api-di/pom.xml
index 6bb40ec26a..c2cc62e36f 100644
--- a/api/maven-api-di/pom.xml
+++ b/api/maven-api-di/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-di</artifactId>
diff --git a/api/maven-api-metadata/pom.xml b/api/maven-api-metadata/pom.xml
index 913dfc6f2c..174816e59e 100644
--- a/api/maven-api-metadata/pom.xml
+++ b/api/maven-api-metadata/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-metadata</artifactId>
diff --git a/api/maven-api-model/pom.xml b/api/maven-api-model/pom.xml
index ab0d2c6734..37e0555cbe 100644
--- a/api/maven-api-model/pom.xml
+++ b/api/maven-api-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-model</artifactId>
diff --git a/api/maven-api-plugin/pom.xml b/api/maven-api-plugin/pom.xml
index e685e0b87a..ecc36001df 100644
--- a/api/maven-api-plugin/pom.xml
+++ b/api/maven-api-plugin/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-plugin</artifactId>
diff --git a/api/maven-api-settings/pom.xml b/api/maven-api-settings/pom.xml
index 79eb1e1086..426a03af58 100644
--- a/api/maven-api-settings/pom.xml
+++ b/api/maven-api-settings/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-settings</artifactId>
diff --git a/api/maven-api-spi/pom.xml b/api/maven-api-spi/pom.xml
index f3e4685a43..9e11c42fe5 100644
--- a/api/maven-api-spi/pom.xml
+++ b/api/maven-api-spi/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-spi</artifactId>
diff --git a/api/maven-api-toolchain/pom.xml b/api/maven-api-toolchain/pom.xml
index e71d062fa4..108275549d 100644
--- a/api/maven-api-toolchain/pom.xml
+++ b/api/maven-api-toolchain/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-toolchain</artifactId>
diff --git a/api/maven-api-xml/pom.xml b/api/maven-api-xml/pom.xml
index 52a683b8fd..5ce4808d44 100644
--- a/api/maven-api-xml/pom.xml
+++ b/api/maven-api-xml/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-api</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api-xml</artifactId>
diff --git a/api/pom.xml b/api/pom.xml
index 0d74ace0ba..ba5c47f3a1 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-api</artifactId>
diff --git a/compat/maven-artifact/pom.xml b/compat/maven-artifact/pom.xml
index bdfa35d074..381253f437 100644
--- a/compat/maven-artifact/pom.xml
+++ b/compat/maven-artifact/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-artifact</artifactId>
diff --git a/compat/maven-builder-support/pom.xml
b/compat/maven-builder-support/pom.xml
index 80a1762265..2297ad4d72 100644
--- a/compat/maven-builder-support/pom.xml
+++ b/compat/maven-builder-support/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-builder-support</artifactId>
diff --git a/compat/maven-compat/pom.xml b/compat/maven-compat/pom.xml
index 48118556fe..e584686e79 100644
--- a/compat/maven-compat/pom.xml
+++ b/compat/maven-compat/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-compat</artifactId>
diff --git a/compat/maven-embedder/pom.xml b/compat/maven-embedder/pom.xml
index 8ff5eea4b2..7c1045dfcf 100644
--- a/compat/maven-embedder/pom.xml
+++ b/compat/maven-embedder/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-embedder</artifactId>
diff --git a/compat/maven-model-builder/pom.xml
b/compat/maven-model-builder/pom.xml
index ada5fb1fb7..8c2719f1f6 100644
--- a/compat/maven-model-builder/pom.xml
+++ b/compat/maven-model-builder/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-model-builder</artifactId>
diff --git a/compat/maven-model/pom.xml b/compat/maven-model/pom.xml
index 149a0edd4c..772ddcec12 100644
--- a/compat/maven-model/pom.xml
+++ b/compat/maven-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-model</artifactId>
diff --git a/compat/maven-plugin-api/pom.xml b/compat/maven-plugin-api/pom.xml
index 34d0ddab9e..dffdb05609 100644
--- a/compat/maven-plugin-api/pom.xml
+++ b/compat/maven-plugin-api/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-plugin-api</artifactId>
diff --git a/compat/maven-repository-metadata/pom.xml
b/compat/maven-repository-metadata/pom.xml
index a5828d58ae..bb12e5216b 100644
--- a/compat/maven-repository-metadata/pom.xml
+++ b/compat/maven-repository-metadata/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-repository-metadata</artifactId>
diff --git a/compat/maven-resolver-provider/pom.xml
b/compat/maven-resolver-provider/pom.xml
index 765e4865ef..79574d50d7 100644
--- a/compat/maven-resolver-provider/pom.xml
+++ b/compat/maven-resolver-provider/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-resolver-provider</artifactId>
diff --git a/compat/maven-settings-builder/pom.xml
b/compat/maven-settings-builder/pom.xml
index 2bb29587bf..dc7806e20a 100644
--- a/compat/maven-settings-builder/pom.xml
+++ b/compat/maven-settings-builder/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-settings-builder</artifactId>
diff --git a/compat/maven-settings/pom.xml b/compat/maven-settings/pom.xml
index 5599c21f3a..3a825e9ddc 100644
--- a/compat/maven-settings/pom.xml
+++ b/compat/maven-settings/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-settings</artifactId>
diff --git a/compat/maven-toolchain-builder/pom.xml
b/compat/maven-toolchain-builder/pom.xml
index 0cfe24d8c5..635a58d7ea 100644
--- a/compat/maven-toolchain-builder/pom.xml
+++ b/compat/maven-toolchain-builder/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-toolchain-builder</artifactId>
diff --git a/compat/maven-toolchain-model/pom.xml
b/compat/maven-toolchain-model/pom.xml
index 0303fd32a0..8f309312c8 100644
--- a/compat/maven-toolchain-model/pom.xml
+++ b/compat/maven-toolchain-model/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-toolchain-model</artifactId>
diff --git a/compat/pom.xml b/compat/pom.xml
index 8b6d794a39..3032d65a4d 100644
--- a/compat/pom.xml
+++ b/compat/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-compat-modules</artifactId>
diff --git a/impl/maven-cli/pom.xml b/impl/maven-cli/pom.xml
index 71f43e6228..85dbb25a99 100644
--- a/impl/maven-cli/pom.xml
+++ b/impl/maven-cli/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-cli</artifactId>
diff --git a/impl/maven-core/pom.xml b/impl/maven-core/pom.xml
index 2bbad10c46..08da7144ae 100644
--- a/impl/maven-core/pom.xml
+++ b/impl/maven-core/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-core</artifactId>
diff --git a/impl/maven-di/pom.xml b/impl/maven-di/pom.xml
index 04a9726e48..5a6d5c3773 100644
--- a/impl/maven-di/pom.xml
+++ b/impl/maven-di/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-di</artifactId>
diff --git a/impl/maven-executor/pom.xml b/impl/maven-executor/pom.xml
index 019f87bc54..c83722f63b 100644
--- a/impl/maven-executor/pom.xml
+++ b/impl/maven-executor/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-executor</artifactId>
diff --git a/impl/maven-impl/pom.xml b/impl/maven-impl/pom.xml
index a32080aec1..f021234671 100644
--- a/impl/maven-impl/pom.xml
+++ b/impl/maven-impl/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-impl</artifactId>
diff --git a/impl/maven-jline/pom.xml b/impl/maven-jline/pom.xml
index 0fbf65b8e4..74d93c0553 100644
--- a/impl/maven-jline/pom.xml
+++ b/impl/maven-jline/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-jline</artifactId>
diff --git a/impl/maven-logging/pom.xml b/impl/maven-logging/pom.xml
index 6c56ff9047..84c68710ce 100644
--- a/impl/maven-logging/pom.xml
+++ b/impl/maven-logging/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-logging</artifactId>
diff --git a/impl/maven-support/pom.xml b/impl/maven-support/pom.xml
index 50c1b815f7..87f45ef518 100644
--- a/impl/maven-support/pom.xml
+++ b/impl/maven-support/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-support</artifactId>
diff --git a/impl/maven-testing/pom.xml b/impl/maven-testing/pom.xml
index 282cfe4e5e..6bef6bb4b0 100644
--- a/impl/maven-testing/pom.xml
+++ b/impl/maven-testing/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-testing</artifactId>
diff --git a/impl/maven-xml/pom.xml b/impl/maven-xml/pom.xml
index f4cfd88d58..f8e819de09 100644
--- a/impl/maven-xml/pom.xml
+++ b/impl/maven-xml/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-impl-modules</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-xml</artifactId>
diff --git a/impl/pom.xml b/impl/pom.xml
index e5b82c5b0c..a7cc8f02bd 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>maven-impl-modules</artifactId>
diff --git a/pom.xml b/pom.xml
index 170d792a45..15f876f88f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
</parent>
<artifactId>maven</artifactId>
- <version>4.0.0-rc-5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Maven</name>
@@ -108,7 +108,7 @@ under the License.
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven.git</developerConnection>
- <tag>maven-4.0.0-rc-5</tag>
+ <tag>maven-4.0.0-rc-1</tag>
<url>https://github.com/apache/maven/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -140,7 +140,7 @@ under the License.
<distributionShortName>Maven</distributionShortName>
<distributionName>Apache Maven</distributionName>
<maven.site.path>ref/4-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2025-11-07T22:46:10Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2025-11-07T22:54:23Z</project.build.outputTimestamp>
<!-- various versions -->
<assertjVersion>3.27.6</assertjVersion>
<asmVersion>9.9</asmVersion>