This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git
The following commit(s) were added to refs/heads/trunk by this push:
new 1788066 [maven-release-plugin] prepare release turbine-5.1-candidate
1788066 is described below
commit 178806688285d803dc3bb45909ac4eb68a7b37c4
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Nov 23 13:58:31 2021 +0100
[maven-release-plugin] prepare release turbine-5.1-candidate
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2ede522..c79c378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<artifactId>turbine</artifactId>
<name>Apache Turbine</name>
- <version>5.1-SNAPSHOT</version>
+ <version>5.1</version>
<description>Turbine is a servlet based framework that allows experienced
Java
developers to quickly build secure web applications. Parts of Turbine
can also be used independently of the web portion of Turbine as
@@ -484,7 +484,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/turbine-core.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/turbine-core.git</developerConnection>
<url>https://github.com/apache/${turbine.site.path}/tree/${project.scm.tag}</url>
- <tag>HEAD</tag>
+ <tag>turbine-5.1-candidate</tag>
</scm>
@@ -1303,7 +1303,7 @@
<doclint>none</doclint>
<docker.testcontainers.version>1.16.2</docker.testcontainers.version>
<jacoco.skip>true</jacoco.skip>
- <argLine></argLine>
+ <argLine />
</properties>
</project>