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/05/22 18:25:25 UTC

svn commit: r777602 - in /incubator/openwebbeans/trunk: distribution/pom.xml distribution/src/assembly/dist-all.xml distribution/src/assembly/dist-sources.xml webbeans-tck/pom.xml

Author: gerdogdu
Date: Fri May 22 16:25:25 2009
New Revision: 777602

URL: http://svn.apache.org/viewvc?rev=777602&view=rev
Log:
Rework for M2 release

Modified:
    incubator/openwebbeans/trunk/distribution/pom.xml
    incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml
    incubator/openwebbeans/trunk/distribution/src/assembly/dist-sources.xml
    incubator/openwebbeans/trunk/webbeans-tck/pom.xml

Modified: incubator/openwebbeans/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/pom.xml?rev=777602&r1=777601&r2=777602&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/pom.xml (original)
+++ incubator/openwebbeans/trunk/distribution/pom.xml Fri May 22 16:25:25 2009
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.openwebbeans</groupId>
         <artifactId>openwebbeans</artifactId>
-        <version>1.0.0-incubating-SNAPSHOT</version>
+        <version>1.0.0-incubating-M2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml?rev=777602&r1=777601&r2=777602&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml (original)
+++ incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml Fri May 22 16:25:25 2009
@@ -134,6 +134,8 @@
                 <exclude>**/.project</exclude>
                 <exclude>**/.settings/**</exclude>
                 <exclude>**/.git/**</exclude>
+                <exclude>**/.svn/**</exclude>
+                <exclude>**/.metadata/**</exclude>
                 <exclude>**/.gitignore</exclude>
             </excludes>
         </fileSet>

Modified: incubator/openwebbeans/trunk/distribution/src/assembly/dist-sources.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/src/assembly/dist-sources.xml?rev=777602&r1=777601&r2=777602&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/src/assembly/dist-sources.xml (original)
+++ incubator/openwebbeans/trunk/distribution/src/assembly/dist-sources.xml Fri May 22 16:25:25 2009
@@ -38,6 +38,8 @@
                 <exclude>**/.project</exclude>
                 <exclude>**/.settings/**</exclude>
                 <exclude>**/.git/**</exclude>
+                <exclude>**/.svn/**</exclude>
+                <exclude>**/.metadata/**</exclude>
                 <exclude>**/.gitignore</exclude>
             </excludes>
         </fileSet>

Modified: incubator/openwebbeans/trunk/webbeans-tck/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-tck/pom.xml?rev=777602&r1=777601&r2=777602&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-tck/pom.xml (original)
+++ incubator/openwebbeans/trunk/webbeans-tck/pom.xml Fri May 22 16:25:25 2009
@@ -36,26 +36,6 @@
         <webbeans.tck.version>1.0.0.BETA2</webbeans.tck.version>
     </properties>
     
-    <repositories>
-        <repository>
-            <id>repository.jboss.org</id>
-            <name>JBoss Repository</name>
-            <url>http://repository.jboss.org/maven2</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-        </repository>
-        <repository>
-            <id>snapshots.jboss.org</id>
-            <name>JBoss Repository</name>
-            <url>http://snapshots.jboss.org/maven2</url>
-            <snapshots>
-                <enabled>true</enabled>
-                <updatePolicy>never</updatePolicy>
-            </snapshots>
-        </repository>
-    </repositories>
-    
     <dependencies>
         <!-- we need some test classes like e.g. MockMangager from webbeans-impl -->
         <dependency>
@@ -149,4 +129,4 @@
             
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>