[Schmitzm-commits] r1648 - in branches: . 2.6-keck 2.6-keck/schmitzm-adresses 2.6-keck/schmitzm-core 2.6-keck/schmitzm-gt 2.6-keck/schmitzm-jfree 2.6-keck/schmitzm-jfree-gt 2.6-keck/schmitzm-parent
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jul 25 17:15:23 CEST 2011
Author: keeb
Date: 2011-07-25 17:15:23 +0200 (Mon, 25 Jul 2011)
New Revision: 1648
Added:
branches/2.6-keck/
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:
Added new branch for KECK
Copied: branches/2.6-keck (from rev 1646, trunk)
Modified: branches/2.6-keck/pom.xml
===================================================================
--- trunk/pom.xml 2011-07-22 11:26:39 UTC (rev 1646)
+++ branches/2.6-keck/pom.xml 2011-07-25 15:15:23 UTC (rev 1648)
@@ -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
===================================================================
--- trunk/schmitzm-adresses/pom.xml 2011-07-22 11:26:39 UTC (rev 1646)
+++ branches/2.6-keck/schmitzm-adresses/pom.xml 2011-07-25 15:15:23 UTC (rev 1648)
@@ -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
===================================================================
--- trunk/schmitzm-core/pom.xml 2011-07-22 11:26:39 UTC (rev 1646)
+++ branches/2.6-keck/schmitzm-core/pom.xml 2011-07-25 15:15:23 UTC (rev 1648)
@@ -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
===================================================================
--- trunk/schmitzm-gt/pom.xml 2011-07-22 11:26:39 UTC (rev 1646)
+++ branches/2.6-keck/schmitzm-gt/pom.xml 2011-07-25 15:15:23 UTC (rev 1648)
@@ -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
===================================================================
--- trunk/schmitzm-jfree/pom.xml 2011-07-22 11:26:39 UTC (rev 1646)
+++ branches/2.6-keck/schmitzm-jfree/pom.xml 2011-07-25 15:15:23 UTC (rev 1648)
@@ -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
===================================================================
--- trunk/schmitzm-jfree-gt/pom.xml 2011-07-22 11:26:39 UTC (rev 1646)
+++ branches/2.6-keck/schmitzm-jfree-gt/pom.xml 2011-07-25 15:15:23 UTC (rev 1648)
@@ -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
===================================================================
--- trunk/schmitzm-parent/pom.xml 2011-07-22 11:26:39 UTC (rev 1646)
+++ branches/2.6-keck/schmitzm-parent/pom.xml 2011-07-25 15:15:23 UTC (rev 1648)
@@ -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