This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to annotated tag fulcrum-parser-3-0-0-candidate in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git
commit 8b6b6d72c8319ce4717800f8cd0a3070242047d0 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Sep 26 16:31:54 2023 +0200 [maven-release-plugin] prepare release fulcrum-parser-3-0-0-candidate --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ab50c89..749c38b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,13 @@ <groupId>org.apache.turbine</groupId> <artifactId>turbine-parent</artifactId> <version>12</version> - <relativePath></relativePath> + <relativePath /> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.fulcrum</groupId> <artifactId>fulcrum-parser</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <name>Fulcrum Parser Service</name> <inceptionYear>2005</inceptionYear> <description>This Service functions as a repository for Parser components.</description> @@ -44,7 +44,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-fulcrum-parser.git</developerConnection> <url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url> - <tag>HEAD</tag> + <tag>fulcrum-parser-3-0-0-candidate</tag> </scm> <developers>
