diff options
author | Dominik Stadler <centic@apache.org> | 2015-01-03 09:35:21 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-01-03 09:35:21 +0000 |
commit | 55275b1e670f8f2439760563905828d500f02dd1 (patch) | |
tree | e6b40c95173df374a91b9317171f527dd07c83a2 /sonar/ooxml-schema-encryption/pom.xml | |
parent | 64ded75d8767cc68893d627f60db53a7eeef9c73 (diff) | |
download | poi-55275b1e670f8f2439760563905828d500f02dd1.tar.gz poi-55275b1e670f8f2439760563905828d500f02dd1.zip |
Update to junit-4.12, the jar file is downloaded, so not required on classpath anymore. Also adjust version in pom.xml for Sonar.
Conflicts:
.classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1649178 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml-schema-encryption/pom.xml')
-rw-r--r-- | sonar/ooxml-schema-encryption/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml index 20f281134f..8791d6b9de 100644 --- a/sonar/ooxml-schema-encryption/pom.xml +++ b/sonar/ooxml-schema-encryption/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.apache.poi</groupId> <artifactId>poi-parent</artifactId> - <version>3.11-SNAPSHOT</version> + <version>3.12-SNAPSHOT</version> </parent> <artifactId>poi-ooxml-schema-encryption</artifactId> <packaging>jar</packaging> |