[Schmitzm-commits] r809 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 19 20:16:34 CEST 2010


Author: alfonx
Date: 2010-04-19 20:16:34 +0200 (Mon, 19 Apr 2010)
New Revision: 809

Modified:
   trunk/build.xml
   trunk/pom.xml
Log:
schmitzm-library-2.2-SNAPSHOT.jar und schmitzm-library-2.2-SNAPSHOT-sources.jar compilieren mit GT 2.6-3 und sind bei artifactory.wikisquare.de deployed

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2010-04-19 18:15:19 UTC (rev 808)
+++ trunk/build.xml	2010-04-19 18:16:34 UTC (rev 809)
@@ -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.1-SNAPSHOT"/>
 
 	<!-- Destination folder for ZIPs and JARs -->
 	<property name="DEST.DIR"         value="dist"/>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-04-19 18:15:19 UTC (rev 808)
+++ trunk/pom.xml	2010-04-19 18:16:34 UTC (rev 809)
@@ -4,7 +4,7 @@
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-library</artifactId>
 	<name>SCHMITZM</name>
-	<version>2.0.x-SNAPSHOT</version>
+	<version>2.2-SNAPSHOT</version>
 	<description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>
 
 	<issueManagement>
@@ -21,7 +21,7 @@
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<geotools.version>2.6.2</geotools.version>
+		<geotools.version>2.6.3</geotools.version>
 	</properties>
 
 	<developers>
@@ -230,8 +230,6 @@
 		<!--	<testOutputDirectory>test-classes</testOutputDirectory>-->
 		<!--	<directory>dist</directory>-->
 
-		<finalName>schmitzm-2.0.x</finalName>
-
 		<resources>
 			<resource>
 				<directory>src</directory>



More information about the Schmitzm-commits mailing list