Quellcode durchsuchen

upgrade parent pom

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@226 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1_12
James Ahlborn vor 16 Jahren
Ursprung
Commit
4b9cdf36be
1 geänderte Dateien mit 1 neuen und 6 gelöschten Zeilen
  1. 1
    6
      pom.xml

+ 1
- 6
pom.xml Datei anzeigen

@@ -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>
@@ -144,10 +143,6 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>

Laden…
Abbrechen
Speichern