summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@egiz.gv.at>2021-09-13 14:57:00 +0200
committerAndreas Abraham <andreas.abraham@egiz.gv.at>2021-09-13 14:57:00 +0200
commitdd6f9d619008b4e3bcd5b163a25d3cf91836bf03 (patch)
tree91930db3e5fe5eb445ee95f4499ebed0da2cd1f1 /pom.xml
parentf2fc62bd1d2dd0dc9660375890c28af5cbb5b00a (diff)
downloadpdf-over-dd6f9d619008b4e3bcd5b163a25d3cf91836bf03.tar.gz
pdf-over-dd6f9d619008b4e3bcd5b163a25d3cf91836bf03.tar.bz2
pdf-over-dd6f9d619008b4e3bcd5b163a25d3cf91836bf03.zip
fixed issue 43
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2be07484..3a85e3ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,10 +82,10 @@
<modules>
<module>pdf-over-install-helper</module>
+ <module>pdf-over-commons</module>
<module>pdf-over-gui</module>
<module>pdf-over-signator</module>
<module>pdf-over-signer</module>
- <module>pdf-over-commons</module>
</modules>
<properties>
@@ -118,7 +118,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.8.1</version>
+ <version>3.0.1</version>
<configuration>
</configuration>
</plugin>