You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/03/09 13:20:31 UTC

svn commit: r516406 - /incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml

Author: matzew
Date: Fri Mar  9 05:20:30 2007
New Revision: 516406

URL: http://svn.apache.org/viewvc?view=rev&rev=516406
Log:
looks like the release plugin missed one -SNAPSHOT

Modified:
    incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml

Modified: incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml?view=diff&rev=516406&r1=516405&r2=516406
==============================================================================
--- incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml (original)
+++ incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml Fri Mar  9 05:20:30 2007
@@ -427,7 +427,7 @@
       <dependency>
         <groupId>org.apache.myfaces.trinidad</groupId>
         <artifactId>trinidad-api</artifactId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating</version>
         <type>test-jar</type>
         <scope>test</scope>
       </dependency>