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:27:17 UTC

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

Author: mfreedman
Date: Tue Jan 18 18:27:16 2011
New Revision: 1060516

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

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

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