summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/arara/pom.xml
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-23 20:45:07 +0000
committerKarl Berry <karl@freefriends.org>2018-10-23 20:45:07 +0000
commit84913babd1c16867f2a746fa23f10fe1ab10c329 (patch)
tree3342a73936419808715713cc818ddf54f72837b0 /Master/texmf-dist/source/support/arara/pom.xml
parent5fcf3d2cf79485bd973370fdb9ae4864551762a0 (diff)
arara (23oct18)
git-svn-id: svn://tug.org/texlive/trunk@48979 c570f23f-e606-0410-a88d-b1316a301751
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>