You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2011/01/18 19:24:05 UTC

svn commit: r1060506 - /myfaces/portlet-bridge/core/trunk_3.0.x/examples/assembly/pom.xml

Author: mfreedman
Date: Tue Jan 18 18:24:05 2011
New Revision: 1060506

URL: http://svn.apache.org/viewvc?rev=1060506&view=rev
Log:
Changed version number format from 2 digit to 3 digit

Modified:
    myfaces/portlet-bridge/core/trunk_3.0.x/examples/assembly/pom.xml

Modified: myfaces/portlet-bridge/core/trunk_3.0.x/examples/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk_3.0.x/examples/assembly/pom.xml?rev=1060506&r1=1060505&r2=1060506&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk_3.0.x/examples/assembly/pom.xml (original)
+++ myfaces/portlet-bridge/core/trunk_3.0.x/examples/assembly/pom.xml Tue Jan 18 18:24:05 2011
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.myfaces.portlet-bridge</groupId>
     <artifactId>portlet-bridge</artifactId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <build>
@@ -126,4 +126,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>