Author: nlebas
Date: Fri May 4 22:03:59 2012
New Revision: 1334224
URL: http://svn.apache.org/viewvc?rev=1334224&view=rev
Log:
moved to non-snapshot version of the Request API
Modified:
tiles/autotag/branches/AUTOTAG_1_0_X/pom.xml
tiles/autotag/trunk/pom.xml
Modified: tiles/autotag/branches/AUTOTAG_1_0_X/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/autotag/branches/AUTOTAG_1_0_X/pom.xml?rev=1334224&r1=1334223&r2=1334224&view=diff
==============================================================================
--- tiles/autotag/branches/AUTOTAG_1_0_X/pom.xml (original)
+++ tiles/autotag/branches/AUTOTAG_1_0_X/pom.xml Fri May 4 22:03:59 2012
@@ -74,7 +74,7 @@ under the License.
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-request-api</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
Modified: tiles/autotag/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/autotag/trunk/pom.xml?rev=1334224&r1=1334223&r2=1334224&view=diff
==============================================================================
--- tiles/autotag/trunk/pom.xml (original)
+++ tiles/autotag/trunk/pom.xml Fri May 4 22:03:59 2012
@@ -74,7 +74,7 @@ under the License.
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-request-api</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.easymock</groupId>