summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2007-11-02 14:51:26 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2007-11-02 14:51:26 +0000
commitb0f94ce737659f4391195e36f66a0d22c70838de (patch)
tree372ab20ac69502025b3e952e4d63127d5a15d2d7 /pom.xml
parente30234b0b4fb2f27a3d7891aad2d45082416674d (diff)
downloadjackcess-b0f94ce737659f4391195e36f66a0d22c70838de.tar.gz
jackcess-b0f94ce737659f4391195e36f66a0d22c70838de.zip
use new changelog plugin
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@169 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index a25aa20..7ac729d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
<url>http://sourceforge.net/tracker/?group_id=134943&amp;atid=731445</url>
</issueManagement>
<scm>
- <connection>scm:cvs:pserver:anonymous@jackcess.cvs.sourceforge.net:/cvsroot/jackcess/:jackcess</connection>
+ <connection>scm:cvs:pserver:anonymous:@jackcess.cvs.sourceforge.net:/cvsroot/jackcess/:jackcess</connection>
<!-- read/write cvs connection -->
<developerConnection>scm:cvs:ext:username@jackcess.cvs.sourceforge.net:/cvsroot/jackcess/:jackcess</developerConnection>
<url>http://jackcess.cvs.sourceforge.net/jackcess/jackcess/</url>
@@ -186,8 +186,7 @@
</reportSets>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>changelog-maven-plugin</artifactId>
+ <artifactId>maven-changelog-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
@@ -227,7 +226,6 @@
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>
- <excludeFilterFile>src/test/resources/findBugsExcludes.xml</excludeFilterFile>
</configuration>
</plugin>
<plugin>