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 2017/11/30 16:05:59 UTC

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

Author: gk
Date: Thu Nov 30 16:05:59 2017
New Revision: 1816724

URL: http://svn.apache.org/viewvc?rev=1816724&view=rev
Log:
- bugfix version and remove snapshot 

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1816724&r1=1816723&r2=1816724&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Thu Nov 30 16:05:59 2017
@@ -27,7 +27,7 @@
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine</artifactId>
   <name>Apache Turbine</name>
-  <version>4.1-SNAPSHOT</version>
+  <version>4.0.1-SNAPSHOT</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
@@ -1099,7 +1099,7 @@
   <properties>
     <!-- TODO: Change for release -->
     <turbine.site.path>turbine/development/turbine-4.1</turbine.site.path>
-    <fulcrum.security>1.1.2-SNAPSHOT</fulcrum.security>
+    <fulcrum.security>1.1.1</fulcrum.security>
     <slf4j.version>1.7.25</slf4j.version>
   </properties>