You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2007/05/16 11:53:50 UTC

svn commit: r538505 - /myfaces/trinidad/trunk/plugins/myfaces-archetype-trinidad/pom.xml

Author: mmarinschek
Date: Wed May 16 02:53:47 2007
New Revision: 538505

URL: http://svn.apache.org/viewvc?view=rev&rev=538505
Log:
fixed wrong reference to incubator-jars

Modified:
    myfaces/trinidad/trunk/plugins/myfaces-archetype-trinidad/pom.xml

Modified: myfaces/trinidad/trunk/plugins/myfaces-archetype-trinidad/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/plugins/myfaces-archetype-trinidad/pom.xml?view=diff&rev=538505&r1=538504&r2=538505
==============================================================================
--- myfaces/trinidad/trunk/plugins/myfaces-archetype-trinidad/pom.xml (original)
+++ myfaces/trinidad/trunk/plugins/myfaces-archetype-trinidad/pom.xml Wed May 16 02:53:47 2007
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.myfaces.trinidadbuild</groupId>
     <artifactId>maven-plugin-parent</artifactId> 
-    <version>1.0.1-incubating-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.myfaces.trinidadbuild</groupId>
   <artifactId>myfaces-archetype-trinidad</artifactId>
-  <version>1.0.1-incubating-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Apache MyFaces Trinidad Archetype</name>
   <description>Archetype to ease the burden of creating a new application based with Trinidad</description>
@@ -42,4 +42,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>