[savara-commits] savara SVN: r272 - in trunk: distribution and 18 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jun 14 16:49:03 EDT 2010


Author: objectiser
Date: 2010-06-14 16:49:02 -0400 (Mon, 14 Jun 2010)
New Revision: 272

Modified:
   trunk/distribution/pom.xml
   trunk/distribution/src/main/release/README.txt
   trunk/distribution/src/main/release/ReleaseNotes.txt
   trunk/distribution/src/main/release/install/deployment.properties
   trunk/docs/gettingstartedguide/pom.xml
   trunk/docs/gettingstartedguide/src/main/images/SVJBossESBAnnotation.jpg
   trunk/docs/gettingstartedguide/src/main/images/SVJBossESBAnnotationToolTip.jpg
   trunk/docs/gettingstartedguide/src/main/master.xml
   trunk/docs/gettingstartedguide/src/main/module/installation.xml
   trunk/docs/gettingstartedguide/src/main/module/overview.xml
   trunk/docs/gettingstartedguide/src/main/module/runtimevalidation.xml
   trunk/docs/pom.xml
   trunk/docs/samplesguide/pom.xml
   trunk/docs/samplesguide/src/main/master.xml
   trunk/docs/samplesguide/src/main/module/overview.xml
   trunk/docs/samplesguide/src/main/module/servicevalidator.xml
   trunk/docs/userguide/pom.xml
   trunk/docs/userguide/src/main/images/genbpel1.png
   trunk/docs/userguide/src/main/master.xml
   trunk/docs/userguide/src/main/module/bpel.xml
   trunk/docs/userguide/src/main/module/overview.xml
   trunk/pom.xml
   trunk/tools/eclipse/org.jboss.savara.tools.bpel/META-INF/MANIFEST.MF
   trunk/tools/pom.xml
   trunk/validators/jbossesb/pom.xml
   trunk/validators/pom.xml
Log:
Updated version to 1.0.0.CR1, and resolved some issues in the docs and images.

Modified: trunk/distribution/pom.xml
===================================================================
--- trunk/distribution/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/distribution/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -23,13 +23,13 @@
     <artifactId>distribution</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Distribution</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.CR1</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.CR1</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: trunk/distribution/src/main/release/README.txt
===================================================================
--- trunk/distribution/src/main/release/README.txt	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/distribution/src/main/release/README.txt	2010-06-14 20:49:02 UTC (rev 272)
@@ -1,8 +1,8 @@
-SAVARA Tools Eclipse README
-===========================
+SAVARA README
+=============
 
 A Getting Started Guide and User Guide can be found in the docs folder.
 
 The Getting Started Guide is intended to provide an overview of how the Eclipse
-tools, and other SAVARA modules, can be used to develop a "Testable Architecture".
+tools, and other SAVARA modules, can be used to develop a "Testable Integration Architecture".
 

Modified: trunk/distribution/src/main/release/ReleaseNotes.txt
===================================================================
--- trunk/distribution/src/main/release/ReleaseNotes.txt	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/distribution/src/main/release/ReleaseNotes.txt	2010-06-14 20:49:02 UTC (rev 272)
@@ -1,5 +1,5 @@
-SAVARA 1.0.0.M2
-===============
+SAVARA 1.0.0.CR1
+================
 
 This is the second milestone of version 1.0.0 of SAVARA.
 

Modified: trunk/distribution/src/main/release/install/deployment.properties
===================================================================
--- trunk/distribution/src/main/release/install/deployment.properties	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/distribution/src/main/release/install/deployment.properties	2010-06-14 20:49:02 UTC (rev 272)
@@ -1,19 +1,16 @@
 ######################################################################
-# JBossAS Configuration
+# SAVARA Configuration
 ######################################################################
-# The Directory in Which JBoss AS is Installed 
-# The absolute path to a directory in which a version of JBoss AS with 
-# EJB3 has been installed. 
-# This path should not include spaces. 
+# The directory in which JBoss AS is installed.
 # Use of relative paths or paths with spaces will cause runtime errors 
 # when deploying and executing the samples. 
 # (e.g. /local/deploy/jboss-5.1.0.GA) 
 org.jboss.as.home=/local/deploy/jboss-5.1.0.GA
 
-# The Configuration of JBoss AS to Use 
+# The Configuration of JBoss AS to use. 
 # (e.g. default) 
 org.jboss.as.config=default
 
-# The directory for JBossESB home
+# The directory for JBossESB home.
 # (e.g. /local/deploy/jbossesb-4.7)
 org.jboss.esb.home=/local/deploy/jbossesb-4.7

Modified: trunk/docs/gettingstartedguide/pom.xml
===================================================================
--- trunk/docs/gettingstartedguide/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/gettingstartedguide/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -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.CR1</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.CR1</version>
    </parent>
 
 

Modified: trunk/docs/gettingstartedguide/src/main/images/SVJBossESBAnnotation.jpg
===================================================================
(Binary files differ)

Modified: trunk/docs/gettingstartedguide/src/main/images/SVJBossESBAnnotationToolTip.jpg
===================================================================
(Binary files differ)

Modified: trunk/docs/gettingstartedguide/src/main/master.xml
===================================================================
--- trunk/docs/gettingstartedguide/src/main/master.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/gettingstartedguide/src/main/master.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0-SNAPSHOT</title>
+    <title>SAVARA 1.0.0.CR1</title>
     <subtitle>Getting Started Guide</subtitle>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
   </bookinfo>

Modified: trunk/docs/gettingstartedguide/src/main/module/installation.xml
===================================================================
--- trunk/docs/gettingstartedguide/src/main/module/installation.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/gettingstartedguide/src/main/module/installation.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -5,7 +5,7 @@
   <title>Installation</title>   
        
 	<para> 
-	This section describes the installation procedure for the SAVARA Eclipse Tools.
+	This section describes the installation procedure for SAVARA tools and runtime modules.
 	</para>
        
        <section>
@@ -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-SNAPSHOT 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.CR1 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.7 or higher) <ulink url="http://www.jboss.org/jbossesb">http://www.jboss.org/jbossesb</ulink></listitem>
-       			<listitem>SAVARA (version 1.0.0-SNAPSHOT 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.CR1 or higher), available from <ulink url="http://www.jboss.org/savara/downloads">http://www.jboss.org/savara/downloads</ulink></listitem>
        		</orderedlist>
        </section>
        

Modified: trunk/docs/gettingstartedguide/src/main/module/overview.xml
===================================================================
--- trunk/docs/gettingstartedguide/src/main/module/overview.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/gettingstartedguide/src/main/module/overview.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -5,14 +5,11 @@
 	<title>Overview</title>   
     
     <para>
-    This is the Getting Started Guide for the SAVARA Eclipse Tools.
+    This is the Getting Started Guide for SAVARA. This guide starts with the
+    installation instructions for the SAVARA tools and runtime modules.
     </para>
     
     <para>
-    This guide starts with the installation instructions for the SAVARA Eclipse Tools.
-    </para>
-    
-    <para>
     The remainder of the document is organised to reflect phases within the SAVARA
     Methodology, and how the current tools can be used in support of that methodology.
     The tools are still in development, and therefore not all phases will have tools,

Modified: trunk/docs/gettingstartedguide/src/main/module/runtimevalidation.xml
===================================================================
--- trunk/docs/gettingstartedguide/src/main/module/runtimevalidation.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/gettingstartedguide/src/main/module/runtimevalidation.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -42,7 +42,7 @@
 		</imageobject>
 
 			<para>
-This will display the annotation editor, with the single configured annotation called 'jbossesb'. This annotation defines
+This will display the annotation editor, with the single configured annotation called 'validator'. This annotation defines
 the information required for the Service Validator to monitor this specific message exchange (i.e. the JMS destination
 on which the message will be passed).
 			</para>

Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -8,12 +8,12 @@
     <artifactId>docs</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Docs</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.CR1</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.CR1</version>
 	</parent>
   
     <modules>

Modified: trunk/docs/samplesguide/pom.xml
===================================================================
--- trunk/docs/samplesguide/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/samplesguide/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -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.CR1</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.CR1</version>
    </parent>
 
 

Modified: trunk/docs/samplesguide/src/main/master.xml
===================================================================
--- trunk/docs/samplesguide/src/main/master.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/samplesguide/src/main/master.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0-SNAPSHOT</title>
+    <title>SAVARA 1.0.0.CR1</title>
     <subtitle>Samples Guide</subtitle>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
   </bookinfo>

Modified: trunk/docs/samplesguide/src/main/module/overview.xml
===================================================================
--- trunk/docs/samplesguide/src/main/module/overview.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/samplesguide/src/main/module/overview.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -9,15 +9,14 @@
   
 	<para>
 		Further information about configuring the runtime validation of services against a choreography 
-		can be found in the <emphasis role="bold">SAVARA Validator User Guide</emphasis> and the
-		<emphasis role="bold">SAVARA Eclipse Tools User Guide</emphasis>. 
+		can be found in the <emphasis role="bold">SAVARA User Guide</emphasis>. 
 	</para>
 	
 	<note>
 		<para>
 			Before attempting to deploy and run these examples, you must follow the instructions 
-			in the <filename>${SAVARA-Validator}/install</filename> folder. To be able to
-			examine and modify the examples, it is advisable to install the SAVARA Eclipse Tools,
+			in the <filename>${SAVARA}/install</filename> folder. To be able to
+			examine and modify the examples, it is advisable to install the SAVARA Eclipse tools,
 			and import the samples into the Eclipse environment.
 		</para>
 	</note>

Modified: trunk/docs/samplesguide/src/main/module/servicevalidator.xml
===================================================================
--- trunk/docs/samplesguide/src/main/module/servicevalidator.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/samplesguide/src/main/module/servicevalidator.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -9,7 +9,7 @@
 
 	<para>
 This example can be found in the <filename>trailblazer</filename> folder. See the TrailBlazer Guide 
-(<filename>${SAVARA-Validator}/docs/samples/trailblazer/TBGuide.pdf</filename>) for more information about the example. 
+(<filename>${SAVARA}/docs/trailblazer/TBGuide.pdf</filename>) for more information about the example. 
 	</para>
 
 <note>
@@ -17,7 +17,7 @@
 The choreography description for the Trailblazer example can be found in the 
 <emphasis>trailblazer-models</emphasis> project in the Eclipse environment. If the project has 
 not yet been imported, then please refer to the instructions in the 
-<emphasis>SAVARA Eclipse Tools Getting Started Guide</emphasis>.
+<emphasis>SAVARA Getting Started Guide</emphasis>.
 	</para>
 	<para>
 You can open the choreography for the trailblazer (trailblazer.cdm) and also a scenario representing 
@@ -39,7 +39,7 @@
 environment.
 	</listitem>
 	<listitem>
-Update the <filename>${SAVARA-Validator}/samples/trailblazer/trailblazer.properties</filename>
+Update the <filename>${SAVARA}/samples/trailblazer/trailblazer.properties</filename>
 	<para>
 Update the <property>file.bank.monitored.directory</property> and 
 <property>file.output.directory</property> properties. These are folders used by the File Based Bank, 
@@ -133,7 +133,7 @@
 		<para>
 			Compared to command of <emphasis role="bold">ant deploy</emphasis>, basically, we have 
 			just updated the following code in
-			<emphasis role="bold">${SAVARA-Validator}/samples/trailblazer/client/src/org/jboss/soa/esb/samples/trailblazer/loanbroker/LoanBroker.java</emphasis> file.
+			<emphasis role="bold">${SAVARA}/samples/trailblazer/client/src/org/jboss/soa/esb/samples/trailblazer/loanbroker/LoanBroker.java</emphasis> file.
 		</para>
 		<para>
 		In the following code within the <emphasis role="bold">processLoanRequest</emphasis> 
@@ -147,10 +147,10 @@
 	</tip>  
 	
 	<para>
-	TO BE UPDATED WITH JOPR APPROACH: 
 	Issue further loan requests, remembering to change the quote reference each time, until a Credit 
 	Check result of between 4 and 6 inclusive occurs, which will result in an out of sequence message 
 	being reported (in red) to the Choreography Monitor
+	</para>
 
 	<note>
 		<para>
@@ -159,7 +159,6 @@
 		(i.e. within the savara-validator-jbossesb.esb/models directory).
 		</para>
 	</note>	
-	</para>
 
   </section>
 	

Modified: trunk/docs/userguide/pom.xml
===================================================================
--- trunk/docs/userguide/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/userguide/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -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.CR1</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.CR1</version>
    </parent>
 
 

Modified: trunk/docs/userguide/src/main/images/genbpel1.png
===================================================================
(Binary files differ)

Modified: trunk/docs/userguide/src/main/master.xml
===================================================================
--- trunk/docs/userguide/src/main/master.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/userguide/src/main/master.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -5,7 +5,7 @@
 
 <book lang="en">
   <bookinfo>
-    <title>SAVARA 1.0.0-SNAPSHOT</title>
+    <title>SAVARA 1.0.0.CR1</title>
     <subtitle>User Guide</subtitle>
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="module/author_group.xml"/>
   </bookinfo>

Modified: trunk/docs/userguide/src/main/module/bpel.xml
===================================================================
--- trunk/docs/userguide/src/main/module/bpel.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/userguide/src/main/module/bpel.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -45,7 +45,7 @@
 			</para>
 
 		<imageobject>
-			<imagedata fileref="images/genbpel2.png" />
+			<imagedata fileref="images/genbpel2.png" width="4in" />
 		</imageobject>
 
 			<para>
@@ -61,7 +61,7 @@
 		</para>
 
 		<imageobject>
-			<imagedata fileref="images/genbpel3.png" />
+			<imagedata fileref="images/genbpel3.png" width="4in"  />
 		</imageobject>
 
 		</section>

Modified: trunk/docs/userguide/src/main/module/overview.xml
===================================================================
--- trunk/docs/userguide/src/main/module/overview.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/docs/userguide/src/main/module/overview.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -67,19 +67,6 @@
 					<listitem>
 	Define scenarios (equivalent to sequence diagrams), with example messages, which can then be simulated against an associated choreography
 					</listitem>
-					<listitem>
-	Generate template endpoint implementations:
-			<para>
-						<itemizedlist>
-							<listitem>
-		WS-BPEL for deployment in ActiveBPEL
-							</listitem>
-							<listitem>
-		Java stubs for execution with the pi4soa state machine, with deployment options for Apache Axis, J2EE (JBoss, Glassfish) and JBoss ESB
-							</listitem>
-						</itemizedlist>
-					</para>
-					</listitem>
 				</itemizedlist>
 		</para>
 	</section>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -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.CR1</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.CR1</savara-version>
 		<junit.version>4.4</junit.version>
 		<rosetta.version>4.5</rosetta.version>
 		<log4j.version>1.2.14</log4j.version>

Modified: trunk/tools/eclipse/org.jboss.savara.tools.bpel/META-INF/MANIFEST.MF
===================================================================
--- trunk/tools/eclipse/org.jboss.savara.tools.bpel/META-INF/MANIFEST.MF	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/tools/eclipse/org.jboss.savara.tools.bpel/META-INF/MANIFEST.MF	2010-06-14 20:49:02 UTC (rev 272)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JBoss SAVARA Tools BPEL Plug-in
 Bundle-SymbolicName: org.jboss.savara.tools.bpel;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.0.0.qualifier-CR1
 Bundle-Activator: org.jboss.savara.tools.bpel.osgi.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,

Modified: trunk/tools/pom.xml
===================================================================
--- trunk/tools/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/tools/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -8,12 +8,12 @@
     <artifactId>tools</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Tools</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.CR1</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.CR1</version>
 	</parent>
   
     <modules>

Modified: trunk/validators/jbossesb/pom.xml
===================================================================
--- trunk/validators/jbossesb/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/validators/jbossesb/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -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.CR1</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.CR1</version>
 	</parent>
 
 		<dependencies>	

Modified: trunk/validators/pom.xml
===================================================================
--- trunk/validators/pom.xml	2010-06-09 17:18:20 UTC (rev 271)
+++ trunk/validators/pom.xml	2010-06-14 20:49:02 UTC (rev 272)
@@ -8,12 +8,12 @@
     <artifactId>validators</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Validators</name>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0.CR1</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0.CR1</version>
 	</parent>
   
     <modules>



More information about the savara-commits mailing list