[Dive4elements-commits] [PATCH] Fixed maven ids again
Wald Commits
scm-commit at wald.intevation.org
Thu Apr 25 13:01:45 CEST 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1366887700 -7200
# Node ID c5a91bcf9e53c0cd1bed0b6ae5ddd72502cd715a
# Parent eab76b8b94b1cea8a6eac31bf3d1ec81410f2aed
Fixed maven ids again
diff -r eab76b8b94b1 -r c5a91bcf9e53 artifact-database/pom.xml
--- a/artifact-database/pom.xml Thu Apr 25 12:47:43 2013 +0200
+++ b/artifact-database/pom.xml Thu Apr 25 13:01:40 2013 +0200
@@ -1,15 +1,15 @@
<?xml version="1.0"?>
<project>
<parent>
+ <groupId>org.dive4elements</groupId>
<artifactId>artifact-system</artifactId>
- <groupId>org.dive4elements</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.dive4elements.artifact-database</groupId>
+ <groupId>org.dive4elements</groupId>
<artifactId>artifact-database</artifactId>
<name>artifact-database</name>
<version>1.0-SNAPSHOT</version>
@@ -50,7 +50,7 @@
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
- <groupId>org.dive4elements.common</groupId>
+ <groupId>org.dive4elements</groupId>
<artifactId>artifacts-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
More information about the Dive4elements-commits
mailing list