[Schmitzm-commits] r1711 - in branches/2.6-KECK: . schmitzm-adresses schmitzm-core schmitzm-gt schmitzm-jfree schmitzm-jfree-gt schmitzm-parent
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 5 09:16:28 CEST 2011
Author: alfonx
Date: 2011-09-05 09:16:28 +0200 (Mon, 05 Sep 2011)
New Revision: 1711
Modified:
branches/2.6-KECK/pom.xml
branches/2.6-KECK/schmitzm-adresses/pom.xml
branches/2.6-KECK/schmitzm-core/pom.xml
branches/2.6-KECK/schmitzm-gt/pom.xml
branches/2.6-KECK/schmitzm-jfree-gt/pom.xml
branches/2.6-KECK/schmitzm-jfree/pom.xml
branches/2.6-KECK/schmitzm-parent/pom.xml
Log:
2.6-KECK pom.xml updates
Modified: branches/2.6-KECK/pom.xml
===================================================================
--- branches/2.6-KECK/pom.xml 2011-09-05 07:10:34 UTC (rev 1710)
+++ branches/2.6-KECK/pom.xml 2011-09-05 07:16:28 UTC (rev 1711)
@@ -4,7 +4,7 @@
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-library</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<packaging>pom</packaging>
<description>schmitzm meta-module pulling all schmitzm modules</description>
Modified: branches/2.6-KECK/schmitzm-adresses/pom.xml
===================================================================
--- branches/2.6-KECK/schmitzm-adresses/pom.xml 2011-09-05 07:10:34 UTC (rev 1710)
+++ branches/2.6-KECK/schmitzm-adresses/pom.xml 2011-09-05 07:16:28 UTC (rev 1711)
@@ -4,13 +4,13 @@
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-adresses</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<packaging>jar</packaging>
<parent>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-parent</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<relativePath>../schmitzm-parent/pom.xml</relativePath>
</parent>
Modified: branches/2.6-KECK/schmitzm-core/pom.xml
===================================================================
--- branches/2.6-KECK/schmitzm-core/pom.xml 2011-09-05 07:10:34 UTC (rev 1710)
+++ branches/2.6-KECK/schmitzm-core/pom.xml 2011-09-05 07:16:28 UTC (rev 1711)
@@ -4,13 +4,13 @@
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-core</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<packaging>jar</packaging>
<parent>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-parent</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<relativePath>../schmitzm-parent/pom.xml</relativePath>
</parent>
Modified: branches/2.6-KECK/schmitzm-gt/pom.xml
===================================================================
--- branches/2.6-KECK/schmitzm-gt/pom.xml 2011-09-05 07:10:34 UTC (rev 1710)
+++ branches/2.6-KECK/schmitzm-gt/pom.xml 2011-09-05 07:16:28 UTC (rev 1711)
@@ -4,13 +4,13 @@
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-gt</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<packaging>jar</packaging>
<parent>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-parent</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<relativePath>../schmitzm-parent/pom.xml</relativePath>
</parent>
Modified: branches/2.6-KECK/schmitzm-jfree/pom.xml
===================================================================
--- branches/2.6-KECK/schmitzm-jfree/pom.xml 2011-09-05 07:10:34 UTC (rev 1710)
+++ branches/2.6-KECK/schmitzm-jfree/pom.xml 2011-09-05 07:16:28 UTC (rev 1711)
@@ -4,7 +4,7 @@
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-jfree</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<packaging>jar</packaging>
<name>schmitzm-jfree</name>
@@ -13,7 +13,7 @@
<parent>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-parent</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<relativePath>../schmitzm-parent/pom.xml</relativePath>
</parent>
Modified: branches/2.6-KECK/schmitzm-jfree-gt/pom.xml
===================================================================
--- branches/2.6-KECK/schmitzm-jfree-gt/pom.xml 2011-09-05 07:10:34 UTC (rev 1710)
+++ branches/2.6-KECK/schmitzm-jfree-gt/pom.xml 2011-09-05 07:16:28 UTC (rev 1711)
@@ -4,13 +4,13 @@
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-jfree-gt</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<packaging>jar</packaging>
<parent>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-parent</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<relativePath>../schmitzm-parent/pom.xml</relativePath>
</parent>
Modified: branches/2.6-KECK/schmitzm-parent/pom.xml
===================================================================
--- branches/2.6-KECK/schmitzm-parent/pom.xml 2011-09-05 07:10:34 UTC (rev 1710)
+++ branches/2.6-KECK/schmitzm-parent/pom.xml 2011-09-05 07:16:28 UTC (rev 1711)
@@ -4,7 +4,7 @@
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-parent</artifactId>
- <version>2.6-SNAPSHOT</version>
+ <version>2.6-KECK</version>
<packaging>pom</packaging>
<description>Describes maven pom settings for all schmitz modules</description>
More information about the Schmitzm-commits
mailing list