[Schmitzm-commits] r760 - in branches/2.0-GP14: . dist

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 10 14:44:41 CET 2010


Author: alfonx
Date: 2010-03-10 14:44:39 +0100 (Wed, 10 Mar 2010)
New Revision: 760

Modified:
   branches/2.0-GP14/build.xml
   branches/2.0-GP14/dist/schmitzm-2.0.x.jar
   branches/2.0-GP14/pom.xml
Log:
Adapted the jarname of schmitzm to 2.0.GP14.jar

Modified: branches/2.0-GP14/build.xml
===================================================================
--- branches/2.0-GP14/build.xml	2010-03-10 12:48:37 UTC (rev 759)
+++ branches/2.0-GP14/build.xml	2010-03-10 13:44:39 UTC (rev 760)
@@ -24,7 +24,7 @@
 	<!-- Project name -->
 	<property name="PROJECT.NAME"    value="schmitzm"/>
 	<!-- Version number added as postfix to files -->
-	<property name="VERSION"         value="-2.0.x"/>
+	<property name="VERSION"         value="-2.0.GP14"/>
 
 	<!-- Destination folder for ZIPs and JARs -->
 	<property name="DEST.DIR"         value="dist"/>

Modified: branches/2.0-GP14/dist/schmitzm-2.0.x.jar
===================================================================
(Binary files differ)

Modified: branches/2.0-GP14/pom.xml
===================================================================
--- branches/2.0-GP14/pom.xml	2010-03-10 12:48:37 UTC (rev 759)
+++ branches/2.0-GP14/pom.xml	2010-03-10 13:44:39 UTC (rev 760)
@@ -4,9 +4,9 @@
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-library</artifactId>
 	<name>SCHMITZM</name>
-	<version>2.0.x-SNAPSHOT</version>
+	<version>2.0.GP14</version>
 	<description>A jar full of utility methods for Java, Swing, Geotools
-		and JFreeChart</description>
+		and JFreeChart. This brnach of schmitzm is provided for stability for GP 1.4</description>
 	<issueManagement>
 		<system>gforge</system>
 		<url>http://wald.intevation.org/tracker/?group_id=47</url>
@@ -204,7 +204,7 @@
 		<outputDirectory>classes</outputDirectory>
 		<testOutputDirectory>test-classes</testOutputDirectory>
 		<directory>dist</directory>
-		<finalName>schmitzm-2.0.x</finalName>
+		<finalName>schmitzm-2.0.GP14</finalName>
 		<plugins>
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>



More information about the Schmitzm-commits mailing list