aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2016-11-30 03:36:15 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2016-11-30 03:36:15 +0000
commit0114aa89c5a9b9c1c66a1ea4fd70b311b6f0c2b0 (patch)
tree5d1479f956930ffc3658884a3dbdf418ea2260c5 /pom.xml
parent54e11ab100561ee87678319e355a703e45e757e8 (diff)
downloadjackcess-0114aa89c5a9b9c1c66a1ea4fd70b311b6f0c2b0.tar.gz
jackcess-0114aa89c5a9b9c1c66a1ea4fd70b311b6f0c2b0.zip
update parent pom; various plugin updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1065 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 1aa01fe..0b6c7f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.1.4</version>
+ <version>1.1.7</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
@@ -118,7 +118,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.15</version>
<configuration>
<forkMode>once</forkMode>
<parallel>classes</parallel>
@@ -267,13 +266,6 @@
<SourceForge2Patches>http://sourceforge.net/p/jackcess/patches/%ISSUE%</SourceForge2Patches>
</issueLinkTemplatePerSystem>
</configuration>
- <reportSets>
- <reportSet>
- <reports>
- <report>changes-report</report>
- </reports>
- </reportSet>
- </reportSets>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>