summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-20 12:40:24 +0100
committerSimon Rettberg2018-03-20 12:40:24 +0100
commit3950def62b4225e40d5a3c9df7a8c44171a9325f (patch)
tree33539041ed882ed098898f3a544e3d523dd5965b /pom.xml
parent[SystemCommandTask] try-with for stdout/err readers, close input after done (diff)
downloadtaskman-lite-3950def62b4225e40d5a3c9df7a8c44171a9325f.tar.gz
taskman-lite-3950def62b4225e40d5a3c9df7a8c44171a9325f.tar.xz
taskman-lite-3950def62b4225e40d5a3c9df7a8c44171a9325f.zip
[SystemCommandTask] Support changing environment
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c07ee72..64bafdb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
+ <version>3.6.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>