diff options
-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> |