Author: andyhot
Date: Fri Nov 14 04:49:50 2008
New Revision: 713985
URL: http://svn.apache.org/viewvc?rev=713985&view=rev
Log:
fix weird vesions
Modified:
tapestry/tapestry4/trunk/tapestry-examples/Vlib/pom.xml
tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml
Modified: tapestry/tapestry4/trunk/tapestry-examples/Vlib/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/Vlib/pom.xml?rev=713985&r1=713984&r2=713985&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/Vlib/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/Vlib/pom.xml Fri Nov 14 04:49:50
2008
@@ -5,12 +5,12 @@
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-Vlib</artifactId>
<packaging>jar</packaging>
- <version>4.1.7-SNAPSHOT-SNAPSHOT</version>
+ <version>4.1.7-SNAPSHOT</version>
<!-- This should change to tapestry-project -->
<parent>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-examples</artifactId>
- <version>4.1.7-SNAPSHOT-SNAPSHOT</version>
+ <version>4.1.7-SNAPSHOT</version>
</parent>
<name>Tapestry Virtual Library</name>
<inceptionYear>2006</inceptionYear>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-VlibBeans</artifactId>
- <version>4.1.7-SNAPSHOT-SNAPSHOT</version>
+ <version>4.1.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>hivemind</groupId>
Modified: tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml?rev=713985&r1=713984&r2=713985&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml Fri Nov 14
04:49:50 2008
@@ -5,12 +5,12 @@
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-VlibBeans</artifactId>
<packaging>jar</packaging>
- <version>4.1.7-SNAPSHOT-SNAPSHOT</version>
+ <version>4.1.7-SNAPSHOT</version>
<!-- This should change to tapestry-project -->
<parent>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-examples</artifactId>
- <version>4.1.7-SNAPSHOT-SNAPSHOT</version>
+ <version>4.1.7-SNAPSHOT</version>
</parent>
<name>Tapestry Virtual Library (Beans)</name>
<inceptionYear>2006</inceptionYear>