You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/12 22:42:24 UTC

svn commit: r733914 - /incubator/openwebbeans/trunk/pom.xml

Author: gerdogdu
Date: Mon Jan 12 13:42:20 2009
New Revision: 733914

URL: http://svn.apache.org/viewvc?rev=733914&view=rev
Log:
changing artifacts name prefix to openwebbeans from webbeans in main pom

Modified:
    incubator/openwebbeans/trunk/pom.xml

Modified: incubator/openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/pom.xml?rev=733914&r1=733913&r2=733914&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/pom.xml (original)
+++ incubator/openwebbeans/trunk/pom.xml Mon Jan 12 13:42:20 2009
@@ -130,7 +130,7 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
-				<artifactId>webbeans-api</artifactId>
+				<artifactId>openwebbeans-api</artifactId>
 				<version>1.0.0-SNAPSHOT</version>
 			</dependency>
 			<dependency>
@@ -202,12 +202,12 @@
 			</dependency>
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
-				<artifactId>webbeans-api</artifactId>
+				<artifactId>openwebbeans-api</artifactId>
 				<version>${openwebbeans.version}</version>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.openwebbeans</groupId>
-				<artifactId>webbeans-impl</artifactId>
+				<artifactId>openwebbeans-impl</artifactId>
 				<version>${openwebbeans.version}</version>
 			</dependency>
 		</dependencies>