This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-yaafi.git
commit 4907e2ba4dd678b5d1b785ecc8bfeb7ed3349d0b Author: Georg Kallidis <[email protected]> AuthorDate: Wed Jul 19 10:15:27 2023 +0200 Update version from 1.0.9-SNAPSHOT to 2.0.0-SNAPSHOT with java 11 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e8dfe35..0209a65 100644 --- a/pom.xml +++ b/pom.xml @@ -19,13 +19,13 @@ <parent> <artifactId>turbine-parent</artifactId> <groupId>org.apache.turbine</groupId> - <version>12-SNAPSHOT</version> + <version>12</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-yaafi</artifactId> - <version>1.0.9-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <name>Fulcrum YAAFI</name> <inceptionYear>2004</inceptionYear> <description>A light-weight Avalon container</description>
