[Schmitzm-commits] r2231 - in trunk: schmitzm-core schmitzm-db schmitzm-excelcsv schmitzm-gt schmitzm-jfree schmitzm-jfree-gt schmitzm-parent

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 15 09:07:22 CET 2013


Author: alfonx
Date: 2013-02-15 09:07:22 +0100 (Fri, 15 Feb 2013)
New Revision: 2231

Modified:
   trunk/schmitzm-core/pom.xml
   trunk/schmitzm-db/pom.xml
   trunk/schmitzm-excelcsv/pom.xml
   trunk/schmitzm-gt/pom.xml
   trunk/schmitzm-jfree-gt/pom.xml
   trunk/schmitzm-jfree/pom.xml
   trunk/schmitzm-parent/pom.xml
Log:
Die POMs von schmitzm ver?\195?\164ndert: Doppelter maven-compiler-eintrag in schmitz-parent entfernt und von einigen Plugins die versinosnummern hochgesetzt und auf mvn3 Kompatibilit?\195?\164t umgestellt (artifactId wird von parent-pom vererbt und soll nicht mehr extra definiert werden, etc)

Modified: trunk/schmitzm-core/pom.xml
===================================================================
--- trunk/schmitzm-core/pom.xml	2013-02-14 17:43:14 UTC (rev 2230)
+++ trunk/schmitzm-core/pom.xml	2013-02-15 08:07:22 UTC (rev 2231)
@@ -2,9 +2,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-core</artifactId>
-	<version>2.8-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<parent>
@@ -107,7 +105,7 @@
 				den gp export -->
 			<groupId>commons-lang</groupId>
 			<artifactId>commons-lang</artifactId>
-			<version>2.3</version>
+			<version>2.6</version>
 			<!-- <version>2.4</version> -->
 			<type>jar</type>
 			<scope>compile</scope>

Modified: trunk/schmitzm-db/pom.xml
===================================================================
--- trunk/schmitzm-db/pom.xml	2013-02-14 17:43:14 UTC (rev 2230)
+++ trunk/schmitzm-db/pom.xml	2013-02-15 08:07:22 UTC (rev 2231)
@@ -2,9 +2,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-db</artifactId>
-	<version>2.8-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<parent>

Modified: trunk/schmitzm-excelcsv/pom.xml
===================================================================
--- trunk/schmitzm-excelcsv/pom.xml	2013-02-14 17:43:14 UTC (rev 2230)
+++ trunk/schmitzm-excelcsv/pom.xml	2013-02-15 08:07:22 UTC (rev 2231)
@@ -2,9 +2,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-excelcsv</artifactId>
-	<version>2.8-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<parent>

Modified: trunk/schmitzm-gt/pom.xml
===================================================================
--- trunk/schmitzm-gt/pom.xml	2013-02-14 17:43:14 UTC (rev 2230)
+++ trunk/schmitzm-gt/pom.xml	2013-02-15 08:07:22 UTC (rev 2231)
@@ -2,9 +2,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-gt</artifactId>
-	<version>2.8-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<parent>

Modified: trunk/schmitzm-jfree/pom.xml
===================================================================
--- trunk/schmitzm-jfree/pom.xml	2013-02-14 17:43:14 UTC (rev 2230)
+++ trunk/schmitzm-jfree/pom.xml	2013-02-15 08:07:22 UTC (rev 2231)
@@ -2,9 +2,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-jfree</artifactId>
-	<version>2.8-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<name>schmitzm-jfree</name>

Modified: trunk/schmitzm-jfree-gt/pom.xml
===================================================================
--- trunk/schmitzm-jfree-gt/pom.xml	2013-02-14 17:43:14 UTC (rev 2230)
+++ trunk/schmitzm-jfree-gt/pom.xml	2013-02-15 08:07:22 UTC (rev 2231)
@@ -2,9 +2,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<groupId>de.schmitzm</groupId>
 	<artifactId>schmitzm-jfree-gt</artifactId>
-	<version>2.8-SNAPSHOT</version>
 	<packaging>jar</packaging>
 
 	<parent>

Modified: trunk/schmitzm-parent/pom.xml
===================================================================
--- trunk/schmitzm-parent/pom.xml	2013-02-14 17:43:14 UTC (rev 2230)
+++ trunk/schmitzm-parent/pom.xml	2013-02-15 08:07:22 UTC (rev 2231)
@@ -116,7 +116,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-jar-plugin</artifactId>
-				<version>2.3.1</version>
+				<version>2.3.2</version>
 				<executions>
 					<execution>
 						<goals>
@@ -130,24 +130,12 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-resources-plugin</artifactId>
-				<version>2.4.2</version>
+				<version>2.5</version>
 			</plugin>
 
 			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-compiler-plugin</artifactId>
-				<version>2.5.1</version>
-				<configuration>
-					<!-- <source>1.6</source> <target>1.6</target> -->
-					<excludes>
-						<exclude>**/.svn</exclude>
-					</excludes>
-				</configuration>
-			</plugin>
-
-			<plugin>
 				<artifactId>maven-antrun-plugin</artifactId>
-				<version>1.3</version>
+				<version>1.7</version>
 
 				<executions>
 					<execution>



More information about the Schmitzm-commits mailing list