You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/04/13 05:49:09 UTC

svn commit: r1325600 - /openejb/branches/openejb-4.0.0/pom.xml

Author: dblevins
Date: Fri Apr 13 03:49:08 2012
New Revision: 1325600

URL: http://svn.apache.org/viewvc?rev=1325600&view=rev
Log:
Add xbean and bval staging repos so we can do a test deploy

Modified:
    openejb/branches/openejb-4.0.0/pom.xml

Modified: openejb/branches/openejb-4.0.0/pom.xml
URL: http://svn.apache.org/viewvc/openejb/branches/openejb-4.0.0/pom.xml?rev=1325600&r1=1325599&r2=1325600&view=diff
==============================================================================
--- openejb/branches/openejb-4.0.0/pom.xml (original)
+++ openejb/branches/openejb-4.0.0/pom.xml Fri Apr 13 03:49:08 2012
@@ -94,7 +94,7 @@
     <maven-bundle-plugin.version>2.3.7</maven-bundle-plugin.version>
 
     <!-- This is used by a manifest classpath entry -->
-    <xbeanVersion>3.10-SNAPSHOT</xbeanVersion>
+    <xbeanVersion>3.10</xbeanVersion>
 
     <!-- OSGi bundles properties -->
     <openejb.bundle.activator/>
@@ -132,7 +132,7 @@
     -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-    <bval.version>0.4-incubating-SNAPSHOT</bval.version>
+    <bval.version>0.4</bval.version>
     <org.apache.activemq.version>5.5.1</org.apache.activemq.version>
     <quartz.version>2.1.3</quartz.version>
     <org.springframework.version>3.1.0.RELEASE</org.springframework.version>
@@ -421,17 +421,6 @@
     </profile>
   </profiles>
   <repositories>
-    <!--<repository>-->
-    <!--<id>codehaus-snapshot</id>-->
-    <!--<name>CodeHaus SNAPSHOT repository</name>-->
-    <!--<url>http://snapshots.repository.codehaus.org</url>-->
-    <!--<releases>-->
-    <!--<enabled>false</enabled>-->
-    <!--</releases>-->
-    <!--<snapshots>-->
-    <!--<enabled>true</enabled>-->
-    <!--</snapshots>-->
-    <!--</repository>-->
     <!-- Apache snapshots -->
     <repository>
       <id>apache-snapshots</id>
@@ -444,6 +433,29 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+    <!-- Staged snapshots -->
+    <repository>
+      <id>xbean-staged</id>
+      <name>Apache XBean Staging Repository</name>
+      <url>https://repository.apache.org/content/repositories/orgapachegeronimo-032/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>bval-staged</id>
+      <name>Apache BVal Staging Repository</name>
+      <url>https://repository.apache.org/content/repositories/orgapachebval-028/</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
     <repository>
       <id>JBoss Repository</id>
       <url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>