diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2017-02-11 04:06:07 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2017-02-11 04:06:07 +0000 |
commit | ac0ae4e6e34ff90ee3554c4762c58a1d0f26251b (patch) | |
tree | 91bf821904e624710c2fe23192f126fb42721f20 | |
parent | 14353b569b627087e0de660b92f7cb3b72f48636 (diff) | |
parent | a23769197568a4f996fdd2431708fdaf7d681f5b (diff) | |
download | jackcess-ac0ae4e6e34ff90ee3554c4762c58a1d0f26251b.tar.gz jackcess-ac0ae4e6e34ff90ee3554c4762c58a1d0f26251b.zip |
merge trunk changes through r1085
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/exprs@1086 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -161,22 +161,6 @@ </executions> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <configuration> - <instrumentation> - </instrumentation> - </configuration> - <executions> - <execution> - <id>clean</id> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <configuration> |