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/03/01 05:49:57 UTC

svn commit: r381904 - in /beehive/trunk: controls/src/ netui/src/compiler-apt/ netui/src/pageflow/ netui/src/tags-html/ system-controls/src/ejb/ system-controls/src/jdbc/ system-controls/src/jms/

Author: ekoneil
Date: Tue Feb 28 20:49:55 2006
New Revision: 381904

URL: http://svn.apache.org/viewcvs?rev=381904&view=rev
Log:
Modify the Maven support files.

- remove the maven-metadata.xml files.  Due to the magic of the ASF mirroring onto ibiblio, these files are auto-generated from the artifacts and their POM versions.
- fix typo in the beehive-controls.pom file

BB: self
Test: none


Removed:
    beehive/trunk/controls/src/maven-metadata.xml
    beehive/trunk/netui/src/compiler-apt/maven-metadata.xml
    beehive/trunk/netui/src/pageflow/maven-metadata.xml
    beehive/trunk/netui/src/tags-html/maven-metadata.xml
    beehive/trunk/system-controls/src/ejb/maven-metadata.xml
    beehive/trunk/system-controls/src/jdbc/maven-metadata.xml
    beehive/trunk/system-controls/src/jms/maven-metadata.xml
Modified:
    beehive/trunk/controls/src/beehive-controls.pom

Modified: beehive/trunk/controls/src/beehive-controls.pom
URL: http://svn.apache.org/viewcvs/beehive/trunk/controls/src/beehive-controls.pom?rev=381904&r1=381903&r2=381904&view=diff
==============================================================================
--- beehive/trunk/controls/src/beehive-controls.pom (original)
+++ beehive/trunk/controls/src/beehive-controls.pom Tue Feb 28 20:49: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-controls</artifactId>
     <name>beehive-controls</name>