[jboss-cvs] JBossAS SVN: r94773 - in projects/jboss-osgi/trunk: distribution and 11 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 13 10:52:29 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-10-13 10:52:28 -0400 (Tue, 13 Oct 2009)
New Revision: 94773

Modified:
   projects/jboss-osgi/trunk/distribution/docbook/pom.xml
   projects/jboss-osgi/trunk/distribution/docbook/src/main/resources/bookinfo.xml
   projects/jboss-osgi/trunk/distribution/installer/pom.xml
   projects/jboss-osgi/trunk/distribution/javadoc/pom.xml
   projects/jboss-osgi/trunk/distribution/pom.xml
   projects/jboss-osgi/trunk/pom.xml
   projects/jboss-osgi/trunk/reactor/blueprint/pom.xml
   projects/jboss-osgi/trunk/reactor/framework/pom.xml
   projects/jboss-osgi/trunk/reactor/pom.xml
   projects/jboss-osgi/trunk/testsuite/example/pom.xml
   projects/jboss-osgi/trunk/testsuite/functional/pom.xml
   projects/jboss-osgi/trunk/testsuite/pom.xml
   projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
Log:
Use 1.0.0.Beta4-SNAPSHOT

Modified: projects/jboss-osgi/trunk/distribution/docbook/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/docbook/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/distribution/docbook/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jboss.osgi.distribution</groupId>
     <artifactId>jboss-osgi-distribution</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: projects/jboss-osgi/trunk/distribution/docbook/src/main/resources/bookinfo.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/docbook/src/main/resources/bookinfo.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/distribution/docbook/src/main/resources/bookinfo.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -10,7 +10,7 @@
     <pubdate>Date: 22-Jul-2009</pubdate>
     -->
     
-    <releaseinfo>Version: ${version} (Draft)</releaseinfo>
+    <releaseinfo>Version: ${version}</releaseinfo>
     <pubdate>Date: ${buildNumber}</pubdate>
     
   </bookinfo>

Modified: projects/jboss-osgi/trunk/distribution/installer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/distribution/installer/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jboss.osgi.distribution</groupId>
     <artifactId>jboss-osgi-distribution</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <!-- Dependencies -->

Modified: projects/jboss-osgi/trunk/distribution/javadoc/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/javadoc/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/distribution/javadoc/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jboss.osgi.distribution</groupId>
     <artifactId>jboss-osgi-distribution</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
 

Modified: projects/jboss-osgi/trunk/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/distribution/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -37,7 +37,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <!-- Modules -->

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -20,7 +20,7 @@
   <artifactId>jboss-osgi</artifactId>
   <packaging>pom</packaging>
 
-  <version>1.0.0.Beta4</version>
+  <version>1.0.0.Beta4-SNAPSHOT</version>
 
   <parent>
     <groupId>org.jboss.osgi</groupId>
@@ -28,6 +28,13 @@
     <version>1.0.3</version>
   </parent>
 
+  <!-- Subversion -->
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/jboss-osgi/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/trunk</developerConnection>
+    <url>http://fisheye.jboss.com/qsearch/JBossOSGi</url>
+  </scm>
+  
   <!-- Modules -->
   <modules>
     <module>reactor</module>

Modified: projects/jboss-osgi/trunk/reactor/blueprint/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/blueprint/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/reactor/blueprint/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <!-- Modules -->

Modified: projects/jboss-osgi/trunk/reactor/framework/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/framework/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/reactor/framework/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -33,7 +33,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: projects/jboss-osgi/trunk/reactor/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/reactor/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -38,7 +38,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <modules>

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.jboss.osgi.testsuite</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.jboss.osgi.testsuite</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <modules>

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-10-13 14:18:30 UTC (rev 94772)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-10-13 14:52:28 UTC (rev 94773)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jboss.osgi.testsuite</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
-    <version>1.0.0.Beta4</version>
+    <version>1.0.0.Beta4-SNAPSHOT</version>
   </parent>
 
   <!-- Properties -->




More information about the jboss-cvs-commits mailing list