[Dive4elements-commits] [PATCH 09 of 14] Repair pom.xml
Wald Commits
scm-commit at wald.intevation.org
Thu Apr 25 15:06:55 CEST 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1366885511 -7200
# Node ID b79f83bdd8410b35e3e0f734a487e932f3bd71ce
# Parent bd047b71ab37d489291a76c229746496c56d3009
Repair pom.xml
diff -r bd047b71ab37 -r b79f83bdd841 flys-artifacts/pom.xml
--- a/flys-artifacts/pom.xml Thu Apr 25 12:06:39 2013 +0200
+++ b/flys-artifacts/pom.xml Thu Apr 25 12:25:11 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.artifacts</groupId>
- <artifactId>flys-artifacts</artifactId>
+ <groupId>org.dive4elements.river</groupId>
+ <artifactId>river-artifacts</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>flys-artifacts</name>
+ <name>river-artifacts</name>
<url>http://maven.apache.org</url>
<properties>
@@ -65,18 +65,18 @@
<version>2.0</version>
</dependency>
<dependency>
- <groupId>de.intevation.bsh.artifact-database</groupId>
+ <groupId>org.dive4elements.artifact-database</groupId>
<artifactId>artifact-database</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>de.intevation.artifacts.common</groupId>
+ <groupId>org.dive4elements.common</groupId>
<artifactId>artifacts-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>de.intevation.flys</groupId>
- <artifactId>flys-backend</artifactId>
+ <groupId>org.dive4elements.river</groupId>
+ <artifactId>river-backend</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
More information about the Dive4elements-commits
mailing list