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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 23 07:50:50 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-23 07:50:49 -0400 (Thu, 23 Jul 2009)
New Revision: 91608

Modified:
   projects/jboss-osgi/trunk/distribution/docbook/pom.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/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:
version=1.0.0

Modified: projects/jboss-osgi/trunk/distribution/docbook/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/docbook/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/distribution/docbook/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi-distribution</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
 
   <!-- Properties -->

Modified: projects/jboss-osgi/trunk/distribution/installer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/installer/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/distribution/installer/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi-distribution</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
 
   <!-- Dependencies -->

Modified: projects/jboss-osgi/trunk/distribution/javadoc/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/javadoc/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/distribution/javadoc/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi-distribution</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
 
 

Modified: projects/jboss-osgi/trunk/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/distribution/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/distribution/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -12,12 +12,16 @@
   <!-- $Id: pom.xml 91576 2009-07-22 19:42:25Z thomas.diesler at jboss.com $ -->
   
   <!--
-  
-    To copy a snapshot of the documentation run:
+    To copy the release documentation to jbmuc.dyndns.org run:
     
-    scp -r docbook/target/docbook/publish/en-US/* jbmuc.dyndns.org:/var/www/html/jboss-osgi-1.0.0.Beta3/userguide
-    scp -r javadoc/target/apidocs/* jbmuc.dyndns.org:/var/www/html/jboss-osgi-1.0.0.Beta3/apidocs
+    scp -r docbook/target/docbook/publish/en-US/* jbmuc.dyndns.org:/var/www/html/jboss-osgi-1.0.0/userguide
+    scp -r javadoc/target/apidocs/* jbmuc.dyndns.org:/var/www/html/jboss-osgi-1.0.0/apidocs
      
+    To copy the release to SF run:
+    
+    mv jboss-osgi-installer-1.0.0-src.zip jboss-osgi-1.0.0.Beta3-src.zip 
+    scp jboss-osgi-installer-1.0.0.jar tdiesler at frs.sourceforge.net:uploads
+    scp jboss-osgi-1.0.0-src.zip tdiesler at frs.sourceforge.net:uploads
   -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -33,7 +37,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
 
   <!-- Modules -->

Modified: projects/jboss-osgi/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -20,7 +20,7 @@
   <artifactId>jboss-osgi</artifactId>
   <packaging>pom</packaging>
 
-  <version>1.0.0.Beta3</version>
+  <version>1.0.0</version>
 
   <parent>
     <groupId>org.jboss.osgi</groupId>

Modified: projects/jboss-osgi/trunk/reactor/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/reactor/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/reactor/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -75,7 +75,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
   
   <modules>

Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
 
   <!-- Properties -->

Modified: projects/jboss-osgi/trunk/testsuite/functional/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/testsuite/functional/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -32,7 +32,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
 
   <!-- Properties -->

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
 
   <modules>

Modified: projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-07-23 11:20:22 UTC (rev 91607)
+++ projects/jboss-osgi/trunk/testsuite/trailblazer/pom.xml	2009-07-23 11:50:49 UTC (rev 91608)
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.jboss.osgi</groupId>
     <artifactId>jboss-osgi-testsuite</artifactId>
-    <version>1.0.0.Beta3</version>
+    <version>1.0.0</version>
   </parent>
 
   <!-- Properties -->




More information about the jboss-cvs-commits mailing list