]> source.dussan.org Git - jackcess.git/commitdiff
use new changelog plugin
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 2 Nov 2007 14:51:26 +0000 (14:51 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 2 Nov 2007 14:51:26 +0000 (14:51 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@169 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index a25aa201b6ec51237f9bfcb1101a078f8730bb72..7ac729d1f36643f8141881bacbcbc6becd434bd6 100644 (file)
--- 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>
         </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>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>
-          <excludeFilterFile>src/test/resources/findBugsExcludes.xml</excludeFilterFile>
         </configuration>
       </plugin>
       <plugin>