You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/10/11 23:44:56 UTC

svn commit: r462973 - in /beehive/trunk/netui/src: compiler-apt/beehive-netui-compiler.pom pageflow/beehive-netui-core.pom tags-html/beehive-netui-tags.pom

Author: ekoneil
Date: Wed Oct 11 14:44:55 2006
New Revision: 462973

URL: http://svn.apache.org/viewvc?view=rev&rev=462973
Log:
Update POM version numbers so Maven2 stops printing annoying errors about the version "4" not being the same as "4.0.0".



Modified:
    beehive/trunk/netui/src/compiler-apt/beehive-netui-compiler.pom
    beehive/trunk/netui/src/pageflow/beehive-netui-core.pom
    beehive/trunk/netui/src/tags-html/beehive-netui-tags.pom

Modified: beehive/trunk/netui/src/compiler-apt/beehive-netui-compiler.pom
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/src/compiler-apt/beehive-netui-compiler.pom?view=diff&rev=462973&r1=462972&r2=462973
==============================================================================
--- beehive/trunk/netui/src/compiler-apt/beehive-netui-compiler.pom (original)
+++ beehive/trunk/netui/src/compiler-apt/beehive-netui-compiler.pom Wed Oct 11 14:44:55 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 
 <project>
-    <modelVersion>4</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.beehive</groupId>
     <artifactId>beehive-netui-compiler</artifactId>
     <name>beehive-netui-compiler</name>

Modified: beehive/trunk/netui/src/pageflow/beehive-netui-core.pom
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/src/pageflow/beehive-netui-core.pom?view=diff&rev=462973&r1=462972&r2=462973
==============================================================================
--- beehive/trunk/netui/src/pageflow/beehive-netui-core.pom (original)
+++ beehive/trunk/netui/src/pageflow/beehive-netui-core.pom Wed Oct 11 14:44:55 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 
 <project>
-    <modelVersion>4</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.beehive</groupId>
     <artifactId>beehive-netui-core</artifactId>
     <name>beehive-netui-core</name>

Modified: beehive/trunk/netui/src/tags-html/beehive-netui-tags.pom
URL: http://svn.apache.org/viewvc/beehive/trunk/netui/src/tags-html/beehive-netui-tags.pom?view=diff&rev=462973&r1=462972&r2=462973
==============================================================================
--- beehive/trunk/netui/src/tags-html/beehive-netui-tags.pom (original)
+++ beehive/trunk/netui/src/tags-html/beehive-netui-tags.pom Wed Oct 11 14:44:55 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 
 <project>
-    <modelVersion>4</modelVersion>
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.beehive</groupId>
     <artifactId>beehive-netui-tags</artifactId>
     <name>beehive-netui-tags</name>