You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by nl...@apache.org on 2012/05/05 00:19:22 UTC

svn commit: r1334234 - /tiles/framework/trunk/pom.xml

Author: nlebas
Date: Fri May  4 22:19:22 2012
New Revision: 1334234

URL: http://svn.apache.org/viewvc?rev=1334234&view=rev
Log:
moved to non-snapshot version of the Request API and Autotag

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=1334234&r1=1334233&r2=1334234&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Fri May  4 22:19:22 2012
@@ -312,8 +312,8 @@
         <tiles.osgi.private />
         <tiles.manifestfile>target/osgi/MANIFEST.MF</tiles.manifestfile>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <tiles.request.version>1.0-SNAPSHOT</tiles.request.version>
-        <tiles.autotag.version>1.0-SNAPSHOT</tiles.autotag.version>
+        <tiles.request.version>1.0.0</tiles.request.version>
+        <tiles.autotag.version>1.0.0</tiles.autotag.version>
     </properties>
 
     <dependencies />