You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/07/28 21:37:57 UTC

svn commit: r426651 - /tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml

Author: jkuhnert
Date: Fri Jul 28 12:37:56 2006
New Revision: 426651

URL: http://svn.apache.org/viewvc?rev=426651&view=rev
Log:
Oops! Somehow missed this one.

Modified:
    tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml

Modified: tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml?rev=426651&r1=426650&r2=426651&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-examples/VlibBeans/pom.xml Fri Jul 28 12:37:56 2006
@@ -5,12 +5,12 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-VlibBeans</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.1</version>
     <!-- This should change to tapestry-project -->
     <parent>
         <groupId>org.apache.tapestry</groupId>
         <artifactId>tapestry-examples</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.1</version>
     </parent>
     <name>Tapestry Virtual Library</name>
     <inceptionYear>2006</inceptionYear>
@@ -27,7 +27,6 @@
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-contrib</artifactId>
-            <version>4.1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>jboss</groupId>