diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2012-10-16 02:29:54 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2012-10-16 02:29:54 +0000 |
commit | 2158ddd5dedf6fdb9a981114edc6ed0269c4aea2 (patch) | |
tree | 371b21810e7d41316209014644c647b128c6ec67 | |
parent | ce06d6ffddbacc2baf7af842f6b481acee8f3e85 (diff) | |
download | jackcess-2158ddd5dedf6fdb9a981114edc6ed0269c4aea2.tar.gz jackcess-2158ddd5dedf6fdb9a981114edc6ed0269c4aea2.zip |
[maven-release-plugin] prepare release jackcess-1.2.9
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@649 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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.9-SNAPSHOT</version> + <version>1.2.9</version> <url>http://jackcess.sf.net</url> <inceptionYear>2005</inceptionYear> <developers> @@ -44,10 +44,10 @@ <url>http://sourceforge.net/p/jackcess/bugs/</url> </issueManagement> <scm> - <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</connection> + <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.9</connection> <!-- read/write svn connection --> - <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</developerConnection> - <url>http://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</url> + <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.9</developerConnection> + <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.9</url> </scm> <build> <defaultGoal>install</defaultGoal> |