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 2010/03/07 01:49:15 UTC

svn commit: r919898 - in /openwebbeans/trunk: pom.xml webbeans-impl/pom.xml

Author: gerdogdu
Date: Sun Mar  7 00:49:14 2010
New Revision: 919898

URL: http://svn.apache.org/viewvc?rev=919898&view=rev
Log:
update some names and comment out dist. section from main pom

Modified:
    openwebbeans/trunk/pom.xml
    openwebbeans/trunk/webbeans-impl/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=919898&r1=919897&r2=919898&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Sun Mar  7 00:49:14 2010
@@ -539,6 +539,7 @@
 		</dependencies>
 	</dependencyManagement>
 
+<!--
     <distributionManagement>
         <site>
             <id>apache.openwebbeans.site</id>
@@ -548,16 +549,15 @@
 	    <id>apache.openwebbeans.stage</id>
 	    <url>scp://people.apache.org/home/gerdogdu/public_html/staging-repo/${siteId}</url>
 	</repository>
-       <!--
 	<snapshotRepository>
             <uniqueVersion>false</uniqueVersion>
             <id>apache.incubating</id>
             <name>Apache Incubating Repository</name>
             <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
         </snapshotRepository>
-       -->
     
 </distributionManagement>
+-->
       
 	<properties>
           <openwebbeans.version>1.0.0-SNAPSHOT</openwebbeans.version>

Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=919898&r1=919897&r2=919898&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Sun Mar  7 00:49:14 2010
@@ -24,7 +24,7 @@
 		<version>1.0.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>openwebbeans-impl</artifactId>
-	<name>Apache OpenWebBeans :: JSR-299 Implementation</name>
+	<name>Apache OpenWebBeans :: OpenWebBeans Core</name>
 	<description>Implementation of the Web Beans API</description>
 
 	<dependencies>