aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-02-20 16:48:53 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-02-20 16:48:53 +0000
commit4b9cdf36be57c30ea001e29a05c64de9ed9a80ea (patch)
treee83943cbebe8babfdba35f7818f1c77782b61a4d /pom.xml
parent6b2535f0717abe2ecf3a00d665733b792626040a (diff)
downloadjackcess-4b9cdf36be57c30ea001e29a05c64de9ed9a80ea.tar.gz
jackcess-4b9cdf36be57c30ea001e29a05c64de9ed9a80ea.zip
upgrade parent pom
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@226 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index abd00e1..c7d848e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
- <version>1.0.4</version>
+ <version>1.0.5-SNAPSHOT</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
@@ -75,7 +75,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <version>2.0</version>
<configuration>
<instrumentation>
<excludes>
@@ -145,10 +144,6 @@
</reportSets>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
- </plugin>
- <plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<minmemory>128m</minmemory>