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/11 19:32:57 UTC

svn commit: r1337290 - /tiles/request/trunk/pom.xml

Author: nlebas
Date: Fri May 11 17:32:57 2012
New Revision: 1337290

URL: http://svn.apache.org/viewvc?rev=1337290&view=rev
Log:
fix autotag version, doesn't have to be same as request version

Modified:
    tiles/request/trunk/pom.xml

Modified: tiles/request/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/request/trunk/pom.xml?rev=1337290&r1=1337289&r2=1337290&view=diff
==============================================================================
--- tiles/request/trunk/pom.xml (original)
+++ tiles/request/trunk/pom.xml Fri May 11 17:32:57 2012
@@ -163,7 +163,7 @@ under the License.
             <dependency>
                 <groupId>org.apache.tiles</groupId>
                 <artifactId>tiles-autotag-core-runtime</artifactId>
-                <version>${project.version}</version>
+                <version>1.0.0</version>
                 <optional>true</optional>
             </dependency>
             <dependency>