[savara-commits] savara SVN: r341 - in branches/1.0.x: distribution and 11 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 28 04:05:28 EDT 2010


Author: objectiser
Date: 2010-07-28 04:05:25 -0400 (Wed, 28 Jul 2010)
New Revision: 341

Modified:
   branches/1.0.x/distribution/pom.xml
   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
Log:
Return version back to snapshot.

Modified: branches/1.0.x/distribution/pom.xml
===================================================================
--- branches/1.0.x/distribution/pom.xml	2010-07-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/distribution/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -23,13 +23,13 @@
     <artifactId>distribution</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Distribution</name>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</version>
     <url>http://www.jboss.org/savara</url>
 
 	<parent>
 		<groupId>org.jboss</groupId>
 		<artifactId>savara</artifactId>
-		<version>1.0.0.CR2</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: branches/1.0.x/docs/gettingstartedguide/pom.xml
===================================================================
--- branches/1.0.x/docs/gettingstartedguide/pom.xml	2010-07-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/docs/gettingstartedguide/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -8,12 +8,12 @@
     <artifactId>gettingstartedguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::GettingStartedGuide</name>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</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-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/docs/gettingstartedguide/src/main/master.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0.CR2</title>
+    <title>SAVARA 1.0</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-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/docs/gettingstartedguide/src/main/module/installation.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -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.CR2 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 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>
@@ -26,7 +26,7 @@
        		<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.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>
+       			<listitem>SAVARA (version 1.0.0 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
        		</orderedlist>
        </section>
        

Modified: branches/1.0.x/docs/pom.xml
===================================================================
--- branches/1.0.x/docs/pom.xml	2010-07-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/docs/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -8,12 +8,12 @@
     <artifactId>docs</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Docs</name>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0.CR2</version>
+      <version>1.0.0-SNAPSHOT</version>
 	</parent>
   
     <modules>

Modified: branches/1.0.x/docs/samplesguide/pom.xml
===================================================================
--- branches/1.0.x/docs/samplesguide/pom.xml	2010-07-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/docs/samplesguide/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -8,12 +8,12 @@
     <artifactId>samplesguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::SamplesGuide</name>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</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-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/docs/samplesguide/src/main/master.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0.CR2</title>
+    <title>SAVARA 1.0</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-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/docs/userguide/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -8,12 +8,12 @@
     <artifactId>userguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::UserGuide</name>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</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-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/docs/userguide/src/main/master.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0.CR2</title>
+    <title>SAVARA 1.0</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-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss</groupId>
 	<artifactId>savara</artifactId>
-	<version>1.0.0.CR2</version>
+	<version>1.0.0-SNAPSHOT</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.CR2</savara-version>
+		<savara-version>1.0.0-SNAPSHOT</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-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/tools/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -8,12 +8,12 @@
     <artifactId>tools</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Tools</name>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0.CR2</version>
+      <version>1.0.0-SNAPSHOT</version>
 	</parent>
   
     <modules>

Modified: branches/1.0.x/validators/jbossesb/pom.xml
===================================================================
--- branches/1.0.x/validators/jbossesb/pom.xml	2010-07-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/validators/jbossesb/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -4,14 +4,14 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.savara.validators</groupId>
 	<artifactId>savara-validator-jbossesb</artifactId>
-	<version>1.0.0.CR2</version>
+	<version>1.0.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Savara::Validators::JBossESB</name>
 	
 	<parent>
 		<groupId>org.jboss.savara</groupId>
 		<artifactId>validators</artifactId>
-		<version>1.0.0.CR2</version>
+		<version>1.0.0-SNAPSHOT</version>
 	</parent>
 
 		<dependencies>	

Modified: branches/1.0.x/validators/pom.xml
===================================================================
--- branches/1.0.x/validators/pom.xml	2010-07-27 21:52:59 UTC (rev 340)
+++ branches/1.0.x/validators/pom.xml	2010-07-28 08:05:25 UTC (rev 341)
@@ -8,12 +8,12 @@
     <artifactId>validators</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Validators</name>
-    <version>1.0.0.CR2</version>
+    <version>1.0.0-SNAPSHOT</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0.CR2</version>
+      <version>1.0.0-SNAPSHOT</version>
 	</parent>
   
     <modules>



More information about the savara-commits mailing list