diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-02-27 16:57:31 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-02-27 16:57:31 +0100 |
commit | b5b09ae47752e2ea376c6dd0d0836ebd497523ab (patch) | |
tree | 65587566bfec0e3796171204be788151eb3518e8 /pdf-as-web | |
parent | 2b313d6009275f39a3d2783269ef0a49ef38c0c4 (diff) | |
download | pdf-as-3-b5b09ae47752e2ea376c6dd0d0836ebd497523ab.tar.gz pdf-as-3-b5b09ae47752e2ea376c6dd0d0836ebd497523ab.tar.bz2 pdf-as-3-b5b09ae47752e2ea376c6dd0d0836ebd497523ab.zip |
preperations for 3.5.1, plus old uncommited changes from 3.4
Diffstat (limited to 'pdf-as-web')
-rw-r--r-- | pdf-as-web/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pdf-as-web/pom.xml b/pdf-as-web/pom.xml index 024c231..30dd2e7 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</version>
+ <version>3.5.1</version>
</parent>
<packaging>war</packaging>
@@ -122,6 +122,7 @@ <dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
+ <version>1.3.1</version>
</dependency>
<!-- fuer Integration in andere Web-Seiten -->
|