[Schmitzm-commits] r808 - branches/2.1
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Apr 19 20:15:19 CEST 2010
Author: alfonx
Date: 2010-04-19 20:15:19 +0200 (Mon, 19 Apr 2010)
New Revision: 808
Modified:
branches/2.1/build.xml
branches/2.1/pom.xml
Log:
schmitzm-library-2.1.jar und schmitzm-library-2.1-sources.jar sind deployed
Modified: branches/2.1/build.xml
===================================================================
--- branches/2.1/build.xml 2010-04-19 18:09:00 UTC (rev 807)
+++ branches/2.1/build.xml 2010-04-19 18:15:19 UTC (rev 808)
@@ -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"/>
<!-- Destination folder for ZIPs and JARs -->
<property name="DEST.DIR" value="dist"/>
Modified: branches/2.1/pom.xml
===================================================================
--- branches/2.1/pom.xml 2010-04-19 18:09:00 UTC (rev 807)
+++ branches/2.1/pom.xml 2010-04-19 18:15:19 UTC (rev 808)
@@ -4,7 +4,7 @@
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-library</artifactId>
<name>SCHMITZM</name>
- <version>2.0.x-SNAPSHOT</version>
+ <version>2.1</version>
<description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>
<issueManagement>
@@ -226,12 +226,6 @@
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>src_junit</testSourceDirectory>
- <!-- <outputDirectory>classes</outputDirectory>-->
- <!-- <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