changeset 5830:160f53ee0870

Repaired pom.xml
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 12:01:30 +0200
parents 18619c1e7c2a
children bd047b71ab37
files flys-backend/pom.xml
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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>    

http://dive4elements.wald.intevation.org