[Schmitzm-commits] r1446 - in trunk: schmitzm-core/src/main/resources/de/schmitzm schmitzm-gt schmitzm-jfree schmitzm-jfree-gt
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jan 27 14:34:11 CET 2011
Author: alfonx
Date: 2011-01-27 14:34:11 +0100 (Thu, 27 Jan 2011)
New Revision: 1446
Added:
trunk/schmitzm-core/src/main/resources/de/schmitzm/mail/
Modified:
trunk/schmitzm-gt/pom.xml
trunk/schmitzm-jfree-gt/pom.xml
trunk/schmitzm-jfree/pom.xml
Log:
Modified: trunk/schmitzm-gt/pom.xml
===================================================================
--- trunk/schmitzm-gt/pom.xml 2011-01-27 13:30:03 UTC (rev 1445)
+++ trunk/schmitzm-gt/pom.xml 2011-01-27 13:34:11 UTC (rev 1446)
@@ -22,7 +22,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-core</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -30,7 +30,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-core</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Modified: trunk/schmitzm-jfree/pom.xml
===================================================================
--- trunk/schmitzm-jfree/pom.xml 2011-01-27 13:30:03 UTC (rev 1445)
+++ trunk/schmitzm-jfree/pom.xml 2011-01-27 13:34:11 UTC (rev 1446)
@@ -22,7 +22,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-core</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
@@ -30,7 +30,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-core</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Modified: trunk/schmitzm-jfree-gt/pom.xml
===================================================================
--- trunk/schmitzm-jfree-gt/pom.xml 2011-01-27 13:30:03 UTC (rev 1445)
+++ trunk/schmitzm-jfree-gt/pom.xml 2011-01-27 13:34:11 UTC (rev 1446)
@@ -22,7 +22,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-jfree</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
@@ -30,7 +30,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-core</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -38,7 +38,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-jfree</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -46,7 +46,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-gt</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
@@ -54,7 +54,7 @@
<dependency>
<groupId>de.schmitzm</groupId>
<artifactId>schmitzm-gt</artifactId>
- <version>2.5-SNAPSHOT</version>
+ <version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
More information about the Schmitzm-commits
mailing list