diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2007-11-02 14:51:26 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2007-11-02 14:51:26 +0000 |
commit | b0f94ce737659f4391195e36f66a0d22c70838de (patch) | |
tree | 372ab20ac69502025b3e952e4d63127d5a15d2d7 /pom.xml | |
parent | e30234b0b4fb2f27a3d7891aad2d45082416674d (diff) | |
download | jackcess-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.xml | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -41,7 +41,7 @@ <url>http://sourceforge.net/tracker/?group_id=134943&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> |