You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2019/05/21 14:43:38 UTC

svn commit: r1859652 - /turbine/core/trunk/pom.xml

Author: gk
Date: Tue May 21 14:43:37 2019
New Revision: 1859652

URL: http://svn.apache.org/viewvc?rev=1859652&view=rev
Log:
[maven-release-plugin] prepare release turbine-5.0

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1859652&r1=1859651&r2=1859652&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Tue May 21 14:43:37 2019
@@ -26,7 +26,7 @@
   </parent>
   <artifactId>turbine</artifactId>
   <name>Apache Turbine</name>
-  <version>5.0-SNAPSHOT</version>
+  <version>5.0</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
@@ -481,9 +481,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</developerConnection>
-    <url>https://svn.apache.org/viewcvs/turbine/core/trunk/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/tags/turbine-5.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/tags/turbine-5.0</developerConnection>
+    <url>https://svn.apache.org/viewcvs/turbine/core/tags/turbine-5.0</url>
   </scm>
 
   <build>
@@ -930,7 +930,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-configuration2</artifactId>
-      <version>2.4</version>
+      <version>2.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>