[Dive4elements-commits] [PATCH 07 of 14] Repaired pom.xml
Wald Commits
scm-commit at wald.intevation.org
Thu Apr 25 15:06:53 CEST 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1366884090 -7200
# Node ID 160f53ee08704f692df68851fa0fa2fcb8cccb2d
# Parent 18619c1e7c2a45d7a753cf9f4d223470750c0854
Repaired pom.xml
diff -r 18619c1e7c2a -r 160f53ee0870 flys-backend/pom.xml
--- a/flys-backend/pom.xml Thu Apr 25 11:54:36 2013 +0200
+++ b/flys-backend/pom.xml Thu Apr 25 12:01:30 2013 +0200
@@ -2,12 +2,12 @@
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.intevation.flys</groupId>
- <artifactId>flys-backend</artifactId>
+ <groupId>org.dive4elements.river</groupId>
+ <artifactId>river-backend</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>flys-backend</name>
+ <name>river-backend</name>
<url>http://maven.apache.org</url>
<properties>
@@ -43,8 +43,8 @@
<configuration>
<archive>
<manifest>
- <mainClass>de.intevation.flys.importer.Importer</mainClass>
- <packageName>de.intevation.flys.importer</packageName>
+ <mainClass>org.dive4elements.river.importer.Importer</mainClass>
+ <packageName>org.dive4elements.river.importer</packageName>
</manifest>
</archive>
</configuration>
@@ -54,7 +54,7 @@
<configuration>
<archive>
<manifest>
- <mainClass>de.intevation.flys.importer.Importer</mainClass>
+ <mainClass>org.dive4elements.river.importer.Importer</mainClass>
</manifest>
</archive>
<descriptorRefs>
@@ -67,7 +67,7 @@
<dependencies>
<dependency>
- <groupId>de.intevation.artifacts.common</groupId>
+ <groupId>org.dive4elements.common</groupId>
<artifactId>artifacts-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
More information about the Dive4elements-commits
mailing list