summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Abraham <andreas.abraham@iaik.tugraz.at>2021-07-12 05:27:13 -0700
committerAndreas Abraham <andreas.abraham@iaik.tugraz.at>2021-07-12 05:27:13 -0700
commitca350b2f332743f903cf7f82cf57dcf7730e8dd2 (patch)
tree164f71baac4c27df5d78ed1e9b934d657d9b266c
parentfe4f1f9e8fc1686706314f62401f0ecd4480c4a6 (diff)
downloadpdf-over-ca350b2f332743f903cf7f82cf57dcf7730e8dd2.tar.gz
pdf-over-ca350b2f332743f903cf7f82cf57dcf7730e8dd2.tar.bz2
pdf-over-ca350b2f332743f903cf7f82cf57dcf7730e8dd2.zip
updated maven artifact
-rw-r--r--pdf-over-commons/pdf-over-commons.iml5
-rw-r--r--pdf-over-gui/pom.xml2
2 files changed, 3 insertions, 4 deletions
diff --git a/pdf-over-commons/pdf-over-commons.iml b/pdf-over-commons/pdf-over-commons.iml
index b4c85949..4c732389 100644
--- a/pdf-over-commons/pdf-over-commons.iml
+++ b/pdf-over-commons/pdf-over-commons.iml
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
+ <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
- <orderEntry type="jdk" jdkName="openjdk-16" jdkType="JavaSDK" />
+ <orderEntry type="jdk" jdkName="11" jdkType="JavaSDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module> \ No newline at end of file
diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml
index d9327c2b..2a6b49b9 100644
--- a/pdf-over-gui/pom.xml
+++ b/pdf-over-gui/pom.xml
@@ -297,7 +297,7 @@
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<artifactId>launch4j-maven-plugin</artifactId>
- <version>1.5.2</version>
+ <version>2.1.1</version>
<executions>
<execution>
<id>l4j-gui</id>