diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-10-29 10:01:52 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2013-10-29 10:01:52 +0100 |
commit | df821b942610b44e12f2d44627eb9b4f34a03b02 (patch) | |
tree | a1ae15f9f60f90b0f930ac7063676332cee21598 | |
parent | be84500b1833d31d46ab628c8d161c248fdecf2a (diff) | |
download | pdf-as-3-REL-3.4.tar.gz pdf-as-3-REL-3.4.tar.bz2 pdf-as-3-REL-3.4.zip |
PDF-AS 3.4 ReleaseREL-3.4
-rw-r--r-- | pdf-as-cli/pom.xml | 2 | ||||
-rw-r--r-- | pdf-as-lib/pom.xml | 2 | ||||
-rw-r--r-- | pdf-as-web/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pdf-as-cli/pom.xml b/pdf-as-cli/pom.xml index 9d800fe..2c5777d 100644 --- a/pdf-as-cli/pom.xml +++ b/pdf-as-cli/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>eu.europa.ec.joinup.egovlabs.pdf-as</groupId> <artifactId>pdf-as</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <packaging>pom</packaging> diff --git a/pdf-as-lib/pom.xml b/pdf-as-lib/pom.xml index d0164c8..786e0c2 100644 --- a/pdf-as-lib/pom.xml +++ b/pdf-as-lib/pom.xml @@ -8,7 +8,7 @@ <parent>
<groupId>eu.europa.ec.joinup.egovlabs.pdf-as</groupId>
<artifactId>pdf-as</artifactId>
- <version>3.4-SNAPSHOT</version>
+ <version>3.4</version>
</parent>
<packaging>jar</packaging>
diff --git a/pdf-as-web/pom.xml b/pdf-as-web/pom.xml index bf8b9c2..024c231 100644 --- a/pdf-as-web/pom.xml +++ b/pdf-as-web/pom.xml @@ -7,7 +7,7 @@ <parent>
<groupId>eu.europa.ec.joinup.egovlabs.pdf-as</groupId>
<artifactId>pdf-as</artifactId>
- <version>3.4-SNAPSHOT</version>
+ <version>3.4</version>
</parent>
<packaging>war</packaging>
@@ -5,7 +5,7 @@ <groupId>eu.europa.ec.joinup.egovlabs.pdf-as</groupId> <artifactId>pdf-as</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> <packaging>pom</packaging> |