diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2018-11-20 22:24:26 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2018-11-20 22:24:26 +0000 |
commit | 30d4934edcf8bb238049d733bcaf9ee4e4d4f45b (patch) | |
tree | 078b8ef39ea25a4204f99189f6ffaf6f45dfeb87 /sonar/main/pom.xml | |
parent | 940daf0d923f84a5ea8cc02397060c84d4f90ae7 (diff) | |
parent | 78aceb2106e83f584924306979502c877286a49e (diff) | |
download | poi-30d4934edcf8bb238049d733bcaf9ee4e4d4f45b.tar.gz poi-30d4934edcf8bb238049d733bcaf9ee4e4d4f45b.zip |
merge trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/hemf@1847069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/main/pom.xml')
-rw-r--r-- | sonar/main/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml index d188c14f56..9bd0af96a2 100644 --- a/sonar/main/pom.xml +++ b/sonar/main/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>4.0.1-SNAPSHOT</version> + <version>4.0.2-SNAPSHOT</version> </parent> <artifactId>poi-main</artifactId> <packaging>jar</packaging> @@ -103,7 +103,7 @@ <artifactId>maven-surefire-plugin</artifactId> <version>${maven.plugin.surefire.version}</version> <configuration> - <argLine>@{argLine} -Duser.language=en -Duser.country=US -Xmx1024m -Djava.io.tmpdir=target/tmp -XX:-OmitStackTraceInFastThrow</argLine> + <argLine>@{argLine} -Duser.language=en -Duser.country=US -Xmx1024m -Djava.io.tmpdir=${basedir}/target/tmp -XX:-OmitStackTraceInFastThrow</argLine> </configuration> </plugin> </plugins> |