[Schmitzm-commits] r1585 - in branches/2.5: . schmitzm-core schmitzm-gt schmitzm-jfree schmitzm-jfree-gt schmitzm-parent

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue May 17 20:41:18 CEST 2011


Author: alfonx
Date: 2011-05-17 20:41:17 +0200 (Tue, 17 May 2011)
New Revision: 1585

Modified:
   branches/2.5/pom.xml
   branches/2.5/release.txt
   branches/2.5/schmitzm-core/pom.xml
   branches/2.5/schmitzm-gt/pom.xml
   branches/2.5/schmitzm-jfree-gt/pom.xml
   branches/2.5/schmitzm-jfree/pom.xml
   branches/2.5/schmitzm-parent/pom.xml
Log:
updated versions to 2.5

Modified: branches/2.5/pom.xml
===================================================================
--- branches/2.5/pom.xml	2011-05-17 18:12:01 UTC (rev 1584)
+++ branches/2.5/pom.xml	2011-05-17 18:41:17 UTC (rev 1585)
@@ -4,7 +4,7 @@
 
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-library</artifactId>
-	<version>2.5-SNAPSHOT</version>
+	<version>2.5</version>
 	<packaging>pom</packaging>
 	<description>schmitzm meta-module pulling all schmitzm modules</description>
 	

Modified: branches/2.5/release.txt
===================================================================
--- branches/2.5/release.txt	2011-05-17 18:12:01 UTC (rev 1584)
+++ branches/2.5/release.txt	2011-05-17 18:41:17 UTC (rev 1585)
@@ -5,7 +5,7 @@
 === http://wald.intevation.org/projects/schmitzm/           ===
 ===============================================================
 
-SCHMITZM 2.5-SNAPSHOT
+SCHMITZM 2.5
 ---------------------
 This version divides the SCHMITZM classes in on 4 modules:
 - schmitzm-core
@@ -33,7 +33,7 @@
 SCHMITZM 2.4.x
 --------------
 This branch is the last version which contains all SCHMITZM classes
-in on module. Since 2.5-SNAPSHOT there will be several modules to
+in on module. Since 2.5 there will be several modules to
 reduce the library depencencies when only using a part of the
 library (e.g. no need for geotools when using only the core functionalities
 or the base JFreeChart extensions).

Modified: branches/2.5/schmitzm-core/pom.xml
===================================================================
--- branches/2.5/schmitzm-core/pom.xml	2011-05-17 18:12:01 UTC (rev 1584)
+++ branches/2.5/schmitzm-core/pom.xml	2011-05-17 18:41:17 UTC (rev 1585)
@@ -4,13 +4,13 @@
 
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-core</artifactId>
-	<version>2.5-SNAPSHOT</version>
+	<version>2.5</version>
 	<packaging>jar</packaging>
 
 	<parent>
 		<groupId>de.schmitzm</groupId>
 		<artifactId>schmitzm-parent</artifactId>
-		<version>2.5-SNAPSHOT</version>
+		<version>2.5</version>
 		<relativePath>../schmitzm-parent/pom.xml</relativePath>
 	</parent>
 

Modified: branches/2.5/schmitzm-gt/pom.xml
===================================================================
--- branches/2.5/schmitzm-gt/pom.xml	2011-05-17 18:12:01 UTC (rev 1584)
+++ branches/2.5/schmitzm-gt/pom.xml	2011-05-17 18:41:17 UTC (rev 1585)
@@ -4,13 +4,13 @@
 
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-gt</artifactId>
-	<version>2.5-SNAPSHOT</version>
+	<version>2.5</version>
 	<packaging>jar</packaging>
 
 	<parent>
 		<groupId>de.schmitzm</groupId>
 		<artifactId>schmitzm-parent</artifactId>
-		<version>2.5-SNAPSHOT</version>
+		<version>2.5</version>
 		<relativePath>../schmitzm-parent/pom.xml</relativePath>
 	</parent>
 

Modified: branches/2.5/schmitzm-jfree/pom.xml
===================================================================
--- branches/2.5/schmitzm-jfree/pom.xml	2011-05-17 18:12:01 UTC (rev 1584)
+++ branches/2.5/schmitzm-jfree/pom.xml	2011-05-17 18:41:17 UTC (rev 1585)
@@ -4,7 +4,7 @@
 
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-jfree</artifactId>
-	<version>2.5-SNAPSHOT</version>
+	<version>2.5</version>
 	<packaging>jar</packaging>
 
 	<name>schmitzm-jfree</name>
@@ -13,7 +13,7 @@
 	<parent>
 		<groupId>de.schmitzm</groupId>
 		<artifactId>schmitzm-parent</artifactId>
-		<version>2.5-SNAPSHOT</version>
+		<version>2.5</version>
 		<relativePath>../schmitzm-parent/pom.xml</relativePath>
 	</parent>
 

Modified: branches/2.5/schmitzm-jfree-gt/pom.xml
===================================================================
--- branches/2.5/schmitzm-jfree-gt/pom.xml	2011-05-17 18:12:01 UTC (rev 1584)
+++ branches/2.5/schmitzm-jfree-gt/pom.xml	2011-05-17 18:41:17 UTC (rev 1585)
@@ -4,13 +4,13 @@
 
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-jfree-gt</artifactId>
-	<version>2.5-SNAPSHOT</version>
+	<version>2.5</version>
 	<packaging>jar</packaging>
 
 	<parent>
 		<groupId>de.schmitzm</groupId>
 		<artifactId>schmitzm-parent</artifactId>
-		<version>2.5-SNAPSHOT</version>
+		<version>2.5</version>
 		<relativePath>../schmitzm-parent/pom.xml</relativePath>
 	</parent>
 

Modified: branches/2.5/schmitzm-parent/pom.xml
===================================================================
--- branches/2.5/schmitzm-parent/pom.xml	2011-05-17 18:12:01 UTC (rev 1584)
+++ branches/2.5/schmitzm-parent/pom.xml	2011-05-17 18:41:17 UTC (rev 1585)
@@ -4,7 +4,7 @@
 
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-parent</artifactId>
-	<version>2.5-SNAPSHOT</version>
+	<version>2.5</version>
 	<packaging>pom</packaging>
 	<description>Describes maven pom settings for all schmitz modules</description>
 
@@ -56,8 +56,8 @@
 
 	<scm>
 		<connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
-		<url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
-		<developerConnection>svn+ssh://developername@svn.wald.intevation.org/schmitzm/trunk</developerConnection>
+		<url>https://svn.wald.intevation.org/svn/schmitzm/branches/2.5</url>
+		<developerConnection>svn+ssh://developername@svn.wald.intevation.org/schmitzm/branches/2.5</developerConnection>
 	</scm>
 
 	<organization>



More information about the Schmitzm-commits mailing list