Browse Source

[maven-release-plugin] prepare release jackcess-1.2.0

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@464 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-1.2.1
James Ahlborn 14 years ago
parent
commit
cf1208f23f
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      pom.xml

+ 4
- 4
pom.xml View File

@@ -9,7 +9,7 @@
<artifactId>jackcess</artifactId>
<name>Jackcess</name>
<description>A pure Java library for reading from and writing to MS Access databases.</description>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear>
<developers>
@@ -46,10 +46,10 @@
<url>http://sourceforge.net/tracker/?group_id=134943&amp;atid=731445</url>
</issueManagement>
<scm>
<connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</connection>
<connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/tags/jackcess-1.2.0</connection>
<!-- read/write svn connection -->
<developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</developerConnection>
<url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/trunk/</url>
<developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/tags/jackcess-1.2.0</developerConnection>
<url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/tags/jackcess-1.2.0</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>

Loading…
Cancel
Save