[Schmitzm-commits] r1401 - in trunk: . schmitzm-jfree schmitzm-jfree-gt schmitzm-net

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jan 26 17:21:20 CET 2011


Author: alfonx
Date: 2011-01-26 17:21:20 +0100 (Wed, 26 Jan 2011)
New Revision: 1401

Modified:
   trunk/pom.xml
   trunk/schmitzm-jfree-gt/pom.xml
   trunk/schmitzm-jfree/pom.xml
   trunk/schmitzm-net/pom.xml
Log:


Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-01-26 16:07:51 UTC (rev 1400)
+++ trunk/pom.xml	2011-01-26 16:21:20 UTC (rev 1401)
@@ -4,11 +4,11 @@
 
 	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-library</artifactId>
-	<version>1.0-SNAPSHOT</version>
+	<version>2.6-SNAPSHOT</version>
 	<packaging>pom</packaging>
-	<description>Full SCHMITZM library with all it's modules</description>
+	<description>schmitzm meta-module pulling all schmitzm modules</description>
 	
-	<name>SCHMITZM utils library</name>
+	<name>schmitz library complete</name>
 	
 	<modules>
 		<module>schmitzm-parent</module>
@@ -23,15 +23,13 @@
 		<repository>
 			<id>artifactory.wikisquare.de</id>
 			<name>artifactory.wikisquare.de-releases</name>
-			<url>http://artifactory.wikisquare.de/artifactory/libs-releases-local
-			</url>
+			<url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url>
 		</repository>
 
 		<snapshotRepository>
 			<id>artifactory.wikisquare.de</id>
 			<name>artifactory.wikisquare.de-snapshots</name>
-			<url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local
-			</url>
+			<url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url>
 		</snapshotRepository>
 
 	</distributionManagement>

Modified: trunk/schmitzm-jfree/pom.xml
===================================================================
--- trunk/schmitzm-jfree/pom.xml	2011-01-26 16:07:51 UTC (rev 1400)
+++ trunk/schmitzm-jfree/pom.xml	2011-01-26 16:21:20 UTC (rev 1401)
@@ -22,7 +22,7 @@
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-core</artifactId>
-			<version>${project.version}</version>
+			<version>2.6-SNAPSHOT</version>
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>
@@ -30,7 +30,7 @@
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-core</artifactId>
-			<version>${project.version}</version>
+			<version>2.6-SNAPSHOT</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>

Modified: trunk/schmitzm-jfree-gt/pom.xml
===================================================================
--- trunk/schmitzm-jfree-gt/pom.xml	2011-01-26 16:07:51 UTC (rev 1400)
+++ trunk/schmitzm-jfree-gt/pom.xml	2011-01-26 16:21:20 UTC (rev 1401)
@@ -22,7 +22,7 @@
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-jfree</artifactId>
-			<version>${project.version}</version>
+			<version>2.6-SNAPSHOT</version>
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>
@@ -30,7 +30,7 @@
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-jfree</artifactId>
-			<version>${project.version}</version>
+			<version>2.6-SNAPSHOT</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
@@ -38,7 +38,7 @@
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-gt</artifactId>
-			<version>${project.version}</version>
+			<version>2.6-SNAPSHOT</version>
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>
@@ -46,7 +46,7 @@
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-gt</artifactId>
-			<version>${project.version}</version>
+			<version>2.6-SNAPSHOT</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>

Modified: trunk/schmitzm-net/pom.xml
===================================================================
--- trunk/schmitzm-net/pom.xml	2011-01-26 16:07:51 UTC (rev 1400)
+++ trunk/schmitzm-net/pom.xml	2011-01-26 16:21:20 UTC (rev 1401)
@@ -21,7 +21,7 @@
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-core</artifactId>
-			<version>${project.version}</version>
+			<version>2.6-SNAPSHOT</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
@@ -29,7 +29,7 @@
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-core</artifactId>
-			<version>${project.version}</version>
+			<version>2.6-SNAPSHOT</version>
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>



More information about the Schmitzm-commits mailing list