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 02:43:26 UTC

svn commit: r381863 - in /beehive/sandbox/maven2: beehive-archetype-controls/src/main/resources/archetype-resources/pom.xml beehive-archetype-webapp/src/main/resources/archetype-resources/pom.xml

Author: ekoneil
Date: Tue Feb 28 17:43:23 2006
New Revision: 381863

URL: http://svn.apache.org/viewcvs?rev=381863&view=rev
Log:
Update the POMs for the project archetypes.  Now that the 1.0.1 release is actually in a Maven repository, this should all "just work".  :)

BB: self
Test: none


Modified:
    beehive/sandbox/maven2/beehive-archetype-controls/src/main/resources/archetype-resources/pom.xml
    beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/pom.xml

Modified: beehive/sandbox/maven2/beehive-archetype-controls/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewcvs/beehive/sandbox/maven2/beehive-archetype-controls/src/main/resources/archetype-resources/pom.xml?rev=381863&r1=381862&r2=381863&view=diff
==============================================================================
--- beehive/sandbox/maven2/beehive-archetype-controls/src/main/resources/archetype-resources/pom.xml (original)
+++ beehive/sandbox/maven2/beehive-archetype-controls/src/main/resources/archetype-resources/pom.xml Tue Feb 28 17:43:23 2006
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -10,8 +12,8 @@
     <url>http://maven.apache.org</url>
     <dependencies>
         <dependency>
-            <groupId>beehive</groupId>
-            <artifactId>controls</artifactId>
+            <groupId>org.apache.beehive</groupId>
+            <artifactId>beehive-controls</artifactId>
             <version>1.0.1</version>
         </dependency>
         <dependency>

Modified: beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewcvs/beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/pom.xml?rev=381863&r1=381862&r2=381863&view=diff
==============================================================================
--- beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/pom.xml (original)
+++ beehive/sandbox/maven2/beehive-archetype-webapp/src/main/resources/archetype-resources/pom.xml Tue Feb 28 17:43:23 2006
@@ -1,3 +1,5 @@
+<?xml version="1.0"?>
+
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -17,24 +19,24 @@
         </dependency>
         <dependency>
             <groupId>org.apache.beehive</groupId>
-            <artifactId>netui-compiler</artifactId>
-            <version>1.0.2-SNAPSHOT</version>
+            <artifactId>beehive-netui-compiler</artifactId>
+            <version>1.0.1</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.beehive</groupId>
-            <artifactId>netui-core</artifactId>
-            <version>1.0.2-SNAPSHOT</version>
+            <artifactId>beehive-netui-core</artifactId>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.beehive</groupId>
-            <artifactId>netui-tags</artifactId>
-            <version>1.0.2-SNAPSHOT</version>
+            <artifactId>beehive-netui-tags</artifactId>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.beehive</groupId>
-            <artifactId>controls</artifactId>
-            <version>1.0.2-SNAPSHOT</version>
+            <artifactId>beehive-controls</artifactId>
+            <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>