[savara-commits] savara SVN: r458 - in branches/1.1.x: distribution and 9 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 3 12:51:29 EDT 2010


Author: objectiser
Date: 2010-11-03 12:51:24 -0400 (Wed, 03 Nov 2010)
New Revision: 458

Modified:
   branches/1.1.x/distribution/pom.xml
   branches/1.1.x/docs/gettingstartedguide/pom.xml
   branches/1.1.x/docs/pom.xml
   branches/1.1.x/docs/samplesguide/pom.xml
   branches/1.1.x/docs/userguide/pom.xml
   branches/1.1.x/pom.xml
   branches/1.1.x/validators/jboss/common/pom.xml
   branches/1.1.x/validators/jboss/esb/pom.xml
   branches/1.1.x/validators/jboss/pom.xml
   branches/1.1.x/validators/jboss/wsnative/pom.xml
   branches/1.1.x/validators/pom.xml
Log:
Changed version back to 1.1.0-SNAPSHOT.

Modified: branches/1.1.x/distribution/pom.xml
===================================================================
--- branches/1.1.x/distribution/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/distribution/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -23,13 +23,13 @@
     <artifactId>distribution</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Distribution</name>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
     <url>http://www.jboss.org/savara</url>
 
 	<parent>
 		<groupId>org.jboss</groupId>
 		<artifactId>savara</artifactId>
-		<version>1.1.0.CR1</version>
+		<version>1.1.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 

Modified: branches/1.1.x/docs/gettingstartedguide/pom.xml
===================================================================
--- branches/1.1.x/docs/gettingstartedguide/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/docs/gettingstartedguide/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -8,12 +8,12 @@
     <artifactId>gettingstartedguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::GettingStartedGuide</name>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
    </parent>
 
 

Modified: branches/1.1.x/docs/pom.xml
===================================================================
--- branches/1.1.x/docs/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/docs/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -8,12 +8,12 @@
     <artifactId>docs</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Docs</name>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.1.0.CR1</version>
+      <version>1.1.0-SNAPSHOT</version>
 	</parent>
   
     <modules>

Modified: branches/1.1.x/docs/samplesguide/pom.xml
===================================================================
--- branches/1.1.x/docs/samplesguide/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/docs/samplesguide/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -8,12 +8,12 @@
     <artifactId>samplesguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::SamplesGuide</name>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
    </parent>
 
 

Modified: branches/1.1.x/docs/userguide/pom.xml
===================================================================
--- branches/1.1.x/docs/userguide/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/docs/userguide/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -8,12 +8,12 @@
     <artifactId>userguide</artifactId>
     <packaging>jdocbook</packaging>
     <name>Savara::Docs::UserGuide</name>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
 
    <parent>
     <groupId>org.jboss.savara</groupId>
     <artifactId>docs</artifactId>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
    </parent>
 
 

Modified: branches/1.1.x/pom.xml
===================================================================
--- branches/1.1.x/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss</groupId>
 	<artifactId>savara</artifactId>
-	<version>1.1.0.CR1</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
     <name>Savara</name>
 	<url>http://www.jboss.org/savara</url>
@@ -38,7 +38,7 @@
 	</developers>
 
 	<properties>
-		<savara.version>1.1.0.CR1</savara.version>
+		<savara.version>1.1.0-SNAPSHOT</savara.version>
 		<pi4soa.version>3.1.0.Final</pi4soa.version>
 		<junit.version>4.4</junit.version>
 		<rosetta.version>4.7</rosetta.version>
@@ -138,34 +138,6 @@
 		  <updatePolicy>never</updatePolicy>
 		</snapshots>
 	    </repository>
-	    <!-- 
-	    <repository>
-	        <id>jboss-public-staging</id>
-	        <name>JBoss Public Maven Repository Group</name>
-		<url>https://repository.jboss.org/nexus/content/repositories/jboss_thirdparty_releases_staging_profile-001/</url>
-		<releases>
-		  <enabled>true</enabled>
-		  <updatePolicy>never</updatePolicy>
-		</releases>
-		<snapshots>
-		  <enabled>true</enabled>
-		  <updatePolicy>never</updatePolicy>
-		</snapshots>
-	    </repository>
-	    -->
-	    <!-- 
-		<repository>
-			<id>pi4soa</id>
-			<url>http://download.jboss.org/jbosstools/builds/staging/pi4soa/all/repo/</url>
-			<layout>p2</layout>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-		</repository>
-		-->
 	</repositories>
 
   <!-- No need for distribution details as there are no artifacts to publish

Modified: branches/1.1.x/validators/jboss/common/pom.xml
===================================================================
--- branches/1.1.x/validators/jboss/common/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/validators/jboss/common/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -4,14 +4,14 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.savara.validators</groupId>
 	<artifactId>savara-validator-jboss</artifactId>
-	<version>1.1.0.CR1</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Savara::Validators::JBoss::Common</name>
 	
 	<parent>
 		<groupId>org.jboss.savara.validators</groupId>
 		<artifactId>jboss</artifactId>
-		<version>1.1.0.CR1</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 
 		<dependencies>	

Modified: branches/1.1.x/validators/jboss/esb/pom.xml
===================================================================
--- branches/1.1.x/validators/jboss/esb/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/validators/jboss/esb/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -4,14 +4,14 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.savara.validators</groupId>
 	<artifactId>savara-validator-jbossesb</artifactId>
-	<version>1.1.0.CR1</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Savara::Validators::JBoss::ESB</name>
 	
 	<parent>
 		<groupId>org.jboss.savara.validators</groupId>
 		<artifactId>jboss</artifactId>
-		<version>1.1.0.CR1</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 
 		<dependencies>	

Modified: branches/1.1.x/validators/jboss/pom.xml
===================================================================
--- branches/1.1.x/validators/jboss/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/validators/jboss/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -8,12 +8,12 @@
     <artifactId>jboss</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Validators::JBoss</name>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
     
     <parent>
 	  <groupId>org.jboss.savara</groupId>
 	  <artifactId>validators</artifactId>
-      <version>1.1.0.CR1</version>
+      <version>1.1.0-SNAPSHOT</version>
 	</parent>
   
     <modules>

Modified: branches/1.1.x/validators/jboss/wsnative/pom.xml
===================================================================
--- branches/1.1.x/validators/jboss/wsnative/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/validators/jboss/wsnative/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -4,14 +4,14 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.savara.validators</groupId>
 	<artifactId>savara-validator-jbossws-native</artifactId>
-	<version>1.1.0.CR1</version>
+	<version>1.1.0-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Savara::Validators::JBoss::WS-Native</name>
 	
 	<parent>
 		<groupId>org.jboss.savara.validators</groupId>
 		<artifactId>jboss</artifactId>
-		<version>1.1.0.CR1</version>
+		<version>1.1.0-SNAPSHOT</version>
 	</parent>
 
 		<dependencies>	

Modified: branches/1.1.x/validators/pom.xml
===================================================================
--- branches/1.1.x/validators/pom.xml	2010-11-03 14:36:53 UTC (rev 457)
+++ branches/1.1.x/validators/pom.xml	2010-11-03 16:51:24 UTC (rev 458)
@@ -8,12 +8,12 @@
     <artifactId>validators</artifactId>
     <packaging>pom</packaging>
     <name>Savara::Validators</name>
-    <version>1.1.0.CR1</version>
+    <version>1.1.0-SNAPSHOT</version>
     
     <parent>
 	  <groupId>org.jboss</groupId>
 	  <artifactId>savara</artifactId>
-      <version>1.1.0.CR1</version>
+      <version>1.1.0-SNAPSHOT</version>
 	</parent>
   
     <modules>



More information about the savara-commits mailing list