diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2014-01-28 17:37:27 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2014-01-28 17:37:27 +0000 |
commit | fbb5bd6cc7531e35e653c5a14acfd99ba5457000 (patch) | |
tree | ad8b0a315cc96587c4529cf55d0405c6b07e85ea /pdf-over-signer/pdf-over-sigpdfas | |
parent | 8d6cdae78322c8d8b0a8b5faeb4546730b21d91e (diff) | |
download | pdf-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
Diffstat (limited to 'pdf-over-signer/pdf-over-sigpdfas')
-rw-r--r-- | pdf-over-signer/pdf-over-sigpdfas/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |