summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/arara/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/arara/pom.xml')
-rw-r--r--Master/texmf-dist/source/support/arara/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/support/arara/pom.xml b/Master/texmf-dist/source/support/arara/pom.xml
index bce2b7a9955..b5f57e9e96b 100644
--- a/Master/texmf-dist/source/support/arara/pom.xml
+++ b/Master/texmf-dist/source/support/arara/pom.xml
@@ -49,8 +49,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.5</maven.compiler.source>
- <maven.compiler.target>1.5</maven.compiler.target>
+ <maven.compiler.source>1.6</maven.compiler.source>
+ <maven.compiler.target>1.6</maven.compiler.target>
</properties>
<issueManagement>
@@ -138,15 +138,15 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
<compilerArgument>-Xlint:unchecked</compilerArgument>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.6</version>
+ <version>3.1.0</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>