diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2012-10-16 02:20:15 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2012-10-16 02:20:15 +0000 |
commit | ce06d6ffddbacc2baf7af842f6b481acee8f3e85 (patch) | |
tree | 43c126b63548f0aed0f1f7fb98344750601948c3 /pom.xml | |
parent | 212316ae963425b07135c9a769f30c6b7717adb1 (diff) | |
download | jackcess-ce06d6ffddbacc2baf7af842f6b481acee8f3e85.tar.gz jackcess-ce06d6ffddbacc2baf7af842f6b481acee8f3e85.zip |
plugin updates, sf updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@648 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -3,7 +3,7 @@ <parent> <groupId>com.healthmarketscience</groupId> <artifactId>openhms-parent</artifactId> - <version>1.0.10</version> + <version>1.0.12</version> </parent> <groupId>com.healthmarketscience.jackcess</groupId> <artifactId>jackcess</artifactId> @@ -40,8 +40,8 @@ </developer> </developers> <issueManagement> - <system>SourceForge</system> - <url>http://sourceforge.net/tracker/?group_id=134943&atid=731445</url> + <system>SourceForge2</system> + <url>http://sourceforge.net/p/jackcess/bugs/</url> </issueManagement> <scm> <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</connection> @@ -189,9 +189,6 @@ <plugins> <plugin> <artifactId>maven-changes-plugin</artifactId> - <configuration> - <issueLinkTemplate>%URL%/index.php?func=detail&aid=%ISSUE%&group_id=134943&atid=731445</issueLinkTemplate> - </configuration> <reportSets> <reportSet> <reports> |