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-parser.git
commit 6d5e413a4c78897f8843697381a628dc445afca1 Author: Georg Kallidis <[email protected]> AuthorDate: Wed Jul 19 10:13:20 2023 +0200 remove snapshot from parent and update version from 2.0.2-SNAPSHOT to 3.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 a8bef93..cc4d873 100644 --- a/pom.xml +++ b/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.apache.turbine</groupId> <artifactId>turbine-parent</artifactId> - <version>12-SNAPSHOT</version> + <version>12</version> <relativePath></relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-parser</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <name>Fulcrum Parser Service</name> <inceptionYear>2005</inceptionYear> <description>This Service functions as a repository for Parser components.</description>
