[savara-commits] savara SVN: r293 - branches/1.0.x/distribution and 16 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jul 2 16:04:15 EDT 2010


Author: objectiser
Date: 2010-07-02 16:04:14 -0400 (Fri, 02 Jul 2010)
New Revision: 293

Modified:
   branches/1.0.x/distribution/pom.xml
   branches/1.0.x/distribution/src/main/release/ReleaseNotes.txt
   branches/1.0.x/distribution/src/main/release/install/deployment.properties
   branches/1.0.x/docs/gettingstartedguide/pom.xml
   branches/1.0.x/docs/gettingstartedguide/src/main/master.xml
   branches/1.0.x/docs/gettingstartedguide/src/main/module/installation.xml
   branches/1.0.x/docs/pom.xml
   branches/1.0.x/docs/samplesguide/pom.xml
   branches/1.0.x/docs/samplesguide/src/main/master.xml
   branches/1.0.x/docs/userguide/pom.xml
   branches/1.0.x/docs/userguide/src/main/master.xml
   branches/1.0.x/pom.xml
   branches/1.0.x/tools/pom.xml
   branches/1.0.x/validators/jbossesb/pom.xml
   branches/1.0.x/validators/pom.xml
   trunk/distribution/src/main/release/ReleaseNotes.txt
   trunk/distribution/src/main/release/install/deployment.properties
   trunk/docs/gettingstartedguide/src/main/module/installation.xml
Log:
Update version and added release notes.

Modified: branches/1.0.x/distribution/pom.xml
===================================================================
--- branches/1.0.x/distribution/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/distribution/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -23,13 +23,13 @@
     <artifactId>distribution</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Distribution</name>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
     <url>http://www.jboss.org/savara</url>
 
 	<parent>
 		<groupId>org.jboss</groupId>
 		<artifactId>savara</artifactId>
-		<version>1.0.0.CR1</version>
+		<version>1.0.0.CR2</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: branches/1.0.x/distribution/src/main/release/ReleaseNotes.txt
===================================================================
--- branches/1.0.x/distribution/src/main/release/ReleaseNotes.txt	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/distribution/src/main/release/ReleaseNotes.txt	2010-07-02 20:04:14 UTC (rev 293)
@@ -1,3 +1,15 @@
+SAVARA 1.0.0.CR2
+================
+
+This is the second Candidate Release of version 1.0.0 of SAVARA.
+
+This release is primarily a bug fix release, with a number of issues being resolved
+with the BPEL and WSDL generation.
+
+The detailed release notes can be found at:
+https://jira.jboss.org/secure/ReleaseNote.jspa?projectId=12310870&version=12314160
+
+
 SAVARA 1.0.0.CR1
 ================
 

Modified: branches/1.0.x/distribution/src/main/release/install/deployment.properties
===================================================================
--- branches/1.0.x/distribution/src/main/release/install/deployment.properties	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/distribution/src/main/release/install/deployment.properties	2010-07-02 20:04:14 UTC (rev 293)
@@ -12,5 +12,5 @@
 org.jboss.as.config=default
 
 # The directory for JBossESB home.
-# (e.g. /local/deploy/jbossesb-4.7)
-org.jboss.esb.home=/local/deploy/jbossesb-4.7
+# (e.g. /local/deploy/jbossesb-4.8)
+org.jboss.esb.home=/local/deploy/jbossesb-4.8

Modified: branches/1.0.x/docs/gettingstartedguide/pom.xml
===================================================================
--- branches/1.0.x/docs/gettingstartedguide/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/docs/gettingstartedguide/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -8,12 +8,12 @@
     <artifactId>gettingstartedguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::GettingStartedGuide</name>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
    </parent>
 
 

Modified: branches/1.0.x/docs/gettingstartedguide/src/main/master.xml
===================================================================
--- branches/1.0.x/docs/gettingstartedguide/src/main/master.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/docs/gettingstartedguide/src/main/master.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0.CR1</title>
+    <title>SAVARA 1.0.0.CR2</title>
     <subtitle>Getting Started Guide</subtitle>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
   </bookinfo>

Modified: branches/1.0.x/docs/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- branches/1.0.x/docs/gettingstartedguide/src/main/module/installation.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/docs/gettingstartedguide/src/main/module/installation.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -15,7 +15,7 @@
        		</para>
        		<orderedlist>
        			<listitem>Eclipse JEE (3.5 or higher)  <ulink url="http://www.eclipse.org">http://www.eclipse.org</ulink></listitem>
-       			<listitem>SAVARA (version 1.0.0.CR1 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
+       			<listitem>SAVARA (version 1.0.0.CR2 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
        			<listitem>JBoss Tools (3.1 or higher) <ulink url="http://www.jboss.org/tools">http://www.jboss.org/tools</ulink>
        			available from an update site</listitem>
        		</orderedlist>
@@ -25,8 +25,8 @@
        		</para>
        		<orderedlist>
        			<listitem>JBossAS (5.1.0.GA or higher) <ulink url="http://www.jboss.org/jbossas">http://www.jboss.org/jbossas</ulink></listitem>
-       			<listitem>JBossAS (4.7 or higher) <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink></listitem>
-       			<listitem>SAVARA (version 1.0.0.CR1 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
+       			<listitem>JBossAS (4.8 or higher) <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink></listitem>
+       			<listitem>SAVARA (version 1.0.0.CR2 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
        		</orderedlist>
        </section>
        
@@ -48,7 +48,7 @@
        			<para>
        			When Eclipse has been lauched, go to the <emphasis>Help->Install New Software..</emphasis>
        			menu item. Select the Eclipse update site
-       			for the version of Eclipse (e.g. Galileo). Within the SOA Development
+       			for the version of Eclipse (e.g. Galileo or Helios). Within the SOA Development
        			category, select the BPMN Project Feature. Follow the instructions to accept
        			the license and then restart Eclipse after the plugins have been
        			installed.
@@ -75,7 +75,7 @@
        			</para>
        			<para>
        			NOTE: If you don't install the BPEL Editor, then you will have to install
-       			GMF. This can be found on the Galileo update site, under the <emphasis>Modeling</emphasis>
+       			GMF. This can be found on the Galileo/Helios update site, under the <emphasis>Modeling</emphasis>
        			category. Select the <emphasis>Graphical Modeling Framework</emphasis> entry, and
        			following the instructions to install.
        			</para>

Modified: branches/1.0.x/docs/pom.xml
===================================================================
--- branches/1.0.x/docs/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/docs/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -8,12 +8,12 @@
     <artifactId>docs</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Docs</name>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0.CR1</version>
+      <version>1.0.0.CR2</version>
 	</parent>
   
     <modules>

Modified: branches/1.0.x/docs/samplesguide/pom.xml
===================================================================
--- branches/1.0.x/docs/samplesguide/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/docs/samplesguide/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -8,12 +8,12 @@
     <artifactId>samplesguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::SamplesGuide</name>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
    </parent>
 
 

Modified: branches/1.0.x/docs/samplesguide/src/main/master.xml
===================================================================
--- branches/1.0.x/docs/samplesguide/src/main/master.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/docs/samplesguide/src/main/master.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0.CR1</title>
+    <title>SAVARA 1.0.0.CR2</title>
     <subtitle>Samples Guide</subtitle>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
   </bookinfo>

Modified: branches/1.0.x/docs/userguide/pom.xml
===================================================================
--- branches/1.0.x/docs/userguide/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/docs/userguide/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -8,12 +8,12 @@
     <artifactId>userguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::UserGuide</name>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
    </parent>
 
 

Modified: branches/1.0.x/docs/userguide/src/main/master.xml
===================================================================
--- branches/1.0.x/docs/userguide/src/main/master.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/docs/userguide/src/main/master.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0.CR1</title>
+    <title>SAVARA 1.0.0.CR2</title>
     <subtitle>User Guide</subtitle>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
   </bookinfo>

Modified: branches/1.0.x/pom.xml
===================================================================
--- branches/1.0.x/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss</groupId>
 	<artifactId>savara</artifactId>
-	<version>1.0.0.CR1</version>
+	<version>1.0.0.CR2</version>
 	<packaging>pom</packaging>
     <name>Savara</name>
 	<url>http://www.jboss.org/savara</url>
@@ -103,7 +103,7 @@
 	</build>
 
 	<properties>
-		<savara-version>1.0.0.CR1</savara-version>
+		<savara-version>1.0.0.CR2</savara-version>
 		<junit.version>4.4</junit.version>
 		<rosetta.version>4.5</rosetta.version>
 		<log4j.version>1.2.14</log4j.version>

Modified: branches/1.0.x/tools/pom.xml
===================================================================
--- branches/1.0.x/tools/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/tools/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -8,12 +8,12 @@
     <artifactId>tools</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Tools</name>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0.CR1</version>
+      <version>1.0.0.CR2</version>
 	</parent>
   
     <modules>

Modified: branches/1.0.x/validators/jbossesb/pom.xml
===================================================================
--- branches/1.0.x/validators/jbossesb/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/validators/jbossesb/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -4,14 +4,14 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.savara.validators</groupId>
 	<artifactId>savara-validator-jbossesb</artifactId>
-	<version>1.0.0.CR1</version>
+	<version>1.0.0.CR2</version>
 	<packaging>jar</packaging>
 	<name>Savara::Validators::JBossESB</name>
 	
 	<parent>
 		<groupId>org.jboss.savara</groupId>
 		<artifactId>validators</artifactId>
-		<version>1.0.0.CR1</version>
+		<version>1.0.0.CR2</version>
 	</parent>
 
 		<dependencies>	

Modified: branches/1.0.x/validators/pom.xml
===================================================================
--- branches/1.0.x/validators/pom.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ branches/1.0.x/validators/pom.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -8,12 +8,12 @@
     <artifactId>validators</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Validators</name>
-    <version>1.0.0.CR1</version>
+    <version>1.0.0.CR2</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0.CR1</version>
+      <version>1.0.0.CR2</version>
 	</parent>
   
     <modules>

Modified: trunk/distribution/src/main/release/ReleaseNotes.txt
===================================================================
--- trunk/distribution/src/main/release/ReleaseNotes.txt	2010-07-02 19:14:49 UTC (rev 292)
+++ trunk/distribution/src/main/release/ReleaseNotes.txt	2010-07-02 20:04:14 UTC (rev 293)
@@ -1,3 +1,15 @@
+SAVARA 1.0.0.CR2
+================
+
+This is the second Candidate Release of version 1.0.0 of SAVARA.
+
+This release is primarily a bug fix release, with a number of issues being resolved
+with the BPEL and WSDL generation.
+
+The detailed release notes can be found at:
+https://jira.jboss.org/secure/ReleaseNote.jspa?projectId=12310870&version=12314160
+
+
 SAVARA 1.0.0.CR1
 ================
 

Modified: trunk/distribution/src/main/release/install/deployment.properties
===================================================================
--- trunk/distribution/src/main/release/install/deployment.properties	2010-07-02 19:14:49 UTC (rev 292)
+++ trunk/distribution/src/main/release/install/deployment.properties	2010-07-02 20:04:14 UTC (rev 293)
@@ -12,5 +12,5 @@
 org.jboss.as.config=default
 
 # The directory for JBossESB home.
-# (e.g. /local/deploy/jbossesb-4.7)
-org.jboss.esb.home=/local/deploy/jbossesb-4.7
+# (e.g. /local/deploy/jbossesb-4.8)
+org.jboss.esb.home=/local/deploy/jbossesb-4.8

Modified: trunk/docs/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- trunk/docs/gettingstartedguide/src/main/module/installation.xml	2010-07-02 19:14:49 UTC (rev 292)
+++ trunk/docs/gettingstartedguide/src/main/module/installation.xml	2010-07-02 20:04:14 UTC (rev 293)
@@ -15,7 +15,7 @@
        		</para>
        		<orderedlist>
        			<listitem>Eclipse JEE (3.5 or higher)  <ulink url="http://www.eclipse.org">http://www.eclipse.org</ulink></listitem>
-       			<listitem>SAVARA (version 1.0.0.CR1 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
+       			<listitem>SAVARA (version 1.0.0.CR2 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
        			<listitem>JBoss Tools (3.1 or higher) <ulink url="http://www.jboss.org/tools">http://www.jboss.org/tools</ulink>
        			available from an update site</listitem>
        		</orderedlist>
@@ -25,8 +25,8 @@
        		</para>
        		<orderedlist>
        			<listitem>JBossAS (5.1.0.GA or higher) <ulink url="http://www.jboss.org/jbossas">http://www.jboss.org/jbossas</ulink></listitem>
-       			<listitem>JBossAS (4.7 or higher) <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink></listitem>
-       			<listitem>SAVARA (version 1.0.0.CR1 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
+       			<listitem>JBossAS (4.8 or higher) <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink></listitem>
+       			<listitem>SAVARA (version 1.0.0.CR2 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
        		</orderedlist>
        </section>
        
@@ -48,7 +48,7 @@
        			<para>
        			When Eclipse has been lauched, go to the <emphasis>Help->Install New Software..</emphasis>
        			menu item. Select the Eclipse update site
-       			for the version of Eclipse (e.g. Galileo). Within the SOA Development
+       			for the version of Eclipse (e.g. Galileo or Helios). Within the SOA Development
        			category, select the BPMN Project Feature. Follow the instructions to accept
        			the license and then restart Eclipse after the plugins have been
        			installed.
@@ -75,7 +75,7 @@
        			</para>
        			<para>
        			NOTE: If you don't install the BPEL Editor, then you will have to install
-       			GMF. This can be found on the Galileo update site, under the <emphasis>Modeling</emphasis>
+       			GMF. This can be found on the Galileo/Helios update site, under the <emphasis>Modeling</emphasis>
        			category. Select the <emphasis>Graphical Modeling Framework</emphasis> entry, and
        			following the instructions to install.
        			</para>



More information about the savara-commits mailing list