diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2016-11-30 03:36:15 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2016-11-30 03:36:15 +0000 |
commit | 0114aa89c5a9b9c1c66a1ea4fd70b311b6f0c2b0 (patch) | |
tree | 5d1479f956930ffc3658884a3dbdf418ea2260c5 | |
parent | 54e11ab100561ee87678319e355a703e45e757e8 (diff) | |
download | jackcess-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
-rw-r--r-- | pom.xml | 10 | ||||
-rw-r--r-- | src/site/site.xml | 2 |
2 files changed, 2 insertions, 10 deletions
@@ -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> diff --git a/src/site/site.xml b/src/site/site.xml index cbeaf24..f79e3a6 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -4,7 +4,7 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.4</version> + <version>1.6</version> </skin> <bannerLeft> <name>${project.name}</name> |