summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2014-01-28 17:37:27 +0000
committertkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7>2014-01-28 17:37:27 +0000
commitfbb5bd6cc7531e35e653c5a14acfd99ba5457000 (patch)
treead8b0a315cc96587c4529cf55d0405c6b07e85ea
parent8d6cdae78322c8d8b0a8b5faeb4546730b21d91e (diff)
downloadpdf-over-fbb5bd6cc7531e35e653c5a14acfd99ba5457000.tar.gz
pdf-over-fbb5bd6cc7531e35e653c5a14acfd99ba5457000.tar.bz2
pdf-over-fbb5bd6cc7531e35e653c5a14acfd99ba5457000.zip
Fix artifact groupId
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@486 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
-rw-r--r--pdf-over-gui/pom.xml10
-rw-r--r--pdf-over-signator/pom.xml4
-rw-r--r--pdf-over-signer/pdf-over-sigpdfas/pom.xml2
-rw-r--r--pdf-over-signer/pom.xml4
-rw-r--r--pom.xml2
5 files changed, 11 insertions, 11 deletions
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index 8eb82cd1..0e8d7209 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pdf-over</artifactId>
- <groupId>a-sit.at</groupId>
+ <groupId>at.a-sit</groupId>
<version>4.0.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -26,14 +26,14 @@
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
- <groupId>a-sit.at</groupId>
+ <groupId>at.a-sit</groupId>
<artifactId>pdf-over-signator</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
- <groupId>a-sit.at</groupId>
+ <groupId>at.a-sit</groupId>
<artifactId>pdf-over-sigpdfas</artifactId>
- <version>4.0.2-SNAPSHOT</version>
+ <version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
diff --git a/pdf-over-signator/pom.xml b/pdf-over-signator/pom.xml
index a82e4c75..52e0b2f3 100644
--- a/pdf-over-signator/pom.xml
+++ b/pdf-over-signator/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pdf-over</artifactId>
- <groupId>a-sit.at</groupId>
+ <groupId>at.a-sit</groupId>
<version>4.0.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -18,4 +18,4 @@
<artifactId>commons-codec</artifactId>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>
diff --git a/pdf-over-signer/pdf-over-sigpdfas/pom.xml b/pdf-over-signer/pdf-over-sigpdfas/pom.xml
index 14370c75..cf767a33 100644
--- a/pdf-over-signer/pdf-over-sigpdfas/pom.xml
+++ b/pdf-over-signer/pdf-over-sigpdfas/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pdf-over-signer</artifactId>
- <groupId>a-sit.at</groupId>
+ <groupId>at.a-sit</groupId>
<version>4.0.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/pdf-over-signer/pom.xml b/pdf-over-signer/pom.xml
index 608ba620..72a36fb3 100644
--- a/pdf-over-signer/pom.xml
+++ b/pdf-over-signer/pom.xml
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>pdf-over</artifactId>
- <groupId>a-sit.at</groupId>
+ <groupId>at.a-sit</groupId>
<version>4.0.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -12,4 +12,4 @@
<modules>
<module>pdf-over-sigpdfas</module>
</modules>
-</project> \ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index c3a62850..3c52a580 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>a-sit.at</groupId>
+ <groupId>at.a-sit</groupId>
<artifactId>pdf-over</artifactId>
<version>4.0.2-SNAPSHOT</version>
<packaging>pom</packaging>