Author: objectiser
Date: 2010-08-06 04:42:06 -0400 (Fri, 06 Aug 2010)
New Revision: 346
Modified:
branches/1.0.x/distribution/pom.xml
branches/1.0.x/distribution/src/main/release/ReleaseNotes.txt
branches/1.0.x/docs/gettingstartedguide/pom.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/userguide/pom.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
Log:
Update version to 1.0.0.Final.
Modified: branches/1.0.x/distribution/pom.xml
===================================================================
--- branches/1.0.x/distribution/pom.xml 2010-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/distribution/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -23,13 +23,13 @@
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
<name>Savara::Distribution</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
<
url>http://www.jboss.org/savara</url>
<parent>
<groupId>org.jboss</groupId>
<artifactId>savara</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</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-08-04 07:37:41 UTC
(rev 345)
+++ branches/1.0.x/distribution/src/main/release/ReleaseNotes.txt 2010-08-06 08:42:06 UTC
(rev 346)
@@ -1,3 +1,15 @@
+SAVARA 1.0.0.Final
+==================
+
+This is the Final Release of version 1.0.0 of SAVARA.
+
+This release is primarily a bug fix release, to clear up remaining issues found
+in the candidate releases.
+
+The detailed release notes can be found at:
+https://jira.jboss.org/secure/ReleaseNote.jspa?projectId=12310870&version=12315141
+
+
SAVARA 1.0.0.CR2
================
Modified: branches/1.0.x/docs/gettingstartedguide/pom.xml
===================================================================
--- branches/1.0.x/docs/gettingstartedguide/pom.xml 2010-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/docs/gettingstartedguide/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -8,12 +8,12 @@
<artifactId>gettingstartedguide</artifactId>
<packaging>jdocbook</packaging>
<name>Savara::Docs::GettingStartedGuide</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
<parent>
<groupId>org.jboss.savara</groupId>
<artifactId>docs</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
</parent>
Modified: branches/1.0.x/docs/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- branches/1.0.x/docs/gettingstartedguide/src/main/module/installation.xml 2010-08-04
07:37:41 UTC (rev 345)
+++ branches/1.0.x/docs/gettingstartedguide/src/main/module/installation.xml 2010-08-06
08:42:06 UTC (rev 346)
@@ -26,7 +26,7 @@
<orderedlist>
<listitem>JBossAS (5.1.0.GA or higher) <ulink
url="http://www.jboss.org/jbossas">http://www.jboss.org/jbos...
<listitem>JBossAS (4.8 or higher) <ulink
url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbo...
- <listitem>SAVARA (version 1.0.0 or higher), available from <ulink
url="http://www.jboss.org/savara/downloads">http://www.jboss...
+ <listitem>SAVARA (version 1.0 or higher), available from <ulink
url="http://www.jboss.org/savara/downloads">http://www.jboss...
</orderedlist>
</section>
Modified: branches/1.0.x/docs/pom.xml
===================================================================
--- branches/1.0.x/docs/pom.xml 2010-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/docs/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -8,12 +8,12 @@
<artifactId>docs</artifactId>
<packaging>pom</packaging>
<name>Savara::Docs</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
<parent>
<groupId>org.jboss</groupId>
<artifactId>savara</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
</parent>
<modules>
Modified: branches/1.0.x/docs/samplesguide/pom.xml
===================================================================
--- branches/1.0.x/docs/samplesguide/pom.xml 2010-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/docs/samplesguide/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -8,12 +8,12 @@
<artifactId>samplesguide</artifactId>
<packaging>jdocbook</packaging>
<name>Savara::Docs::SamplesGuide</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
<parent>
<groupId>org.jboss.savara</groupId>
<artifactId>docs</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
</parent>
Modified: branches/1.0.x/docs/userguide/pom.xml
===================================================================
--- branches/1.0.x/docs/userguide/pom.xml 2010-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/docs/userguide/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -8,12 +8,12 @@
<artifactId>userguide</artifactId>
<packaging>jdocbook</packaging>
<name>Savara::Docs::UserGuide</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
<parent>
<groupId>org.jboss.savara</groupId>
<artifactId>docs</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
</parent>
Modified: branches/1.0.x/pom.xml
===================================================================
--- branches/1.0.x/pom.xml 2010-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss</groupId>
<artifactId>savara</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</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-SNAPSHOT</savara-version>
+ <savara-version>1.0.0.Final</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-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/tools/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -8,12 +8,12 @@
<artifactId>tools</artifactId>
<packaging>pom</packaging>
<name>Savara::Tools</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
<parent>
<groupId>org.jboss</groupId>
<artifactId>savara</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
</parent>
<modules>
Modified: branches/1.0.x/validators/jbossesb/pom.xml
===================================================================
--- branches/1.0.x/validators/jbossesb/pom.xml 2010-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/validators/jbossesb/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -4,14 +4,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.savara.validators</groupId>
<artifactId>savara-validator-jbossesb</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
<packaging>jar</packaging>
<name>Savara::Validators::JBossESB</name>
<parent>
<groupId>org.jboss.savara</groupId>
<artifactId>validators</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
</parent>
<dependencies>
Modified: branches/1.0.x/validators/pom.xml
===================================================================
--- branches/1.0.x/validators/pom.xml 2010-08-04 07:37:41 UTC (rev 345)
+++ branches/1.0.x/validators/pom.xml 2010-08-06 08:42:06 UTC (rev 346)
@@ -8,12 +8,12 @@
<artifactId>validators</artifactId>
<packaging>pom</packaging>
<name>Savara::Validators</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
<parent>
<groupId>org.jboss</groupId>
<artifactId>savara</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Final</version>
</parent>
<modules>