summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-07-24 01:57:38 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-07-24 01:57:38 +0000
commitc52bcde84ae8f173cf7c5d298c9ffdd5f9869cd7 (patch)
treea441619ade55ff7c430250cc2b3b88cf3d174c5b
parent637e821bdd0e6b8b8c786b0f8471296893c2754a (diff)
downloadjackcess-c52bcde84ae8f173cf7c5d298c9ffdd5f9869cd7.tar.gz
jackcess-c52bcde84ae8f173cf7c5d298c9ffdd5f9869cd7.zip
[maven-release-plugin] prepare release jackcess-1.2.14
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@748 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index afb8b61..318ee5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.14-SNAPSHOT</version>
+ <version>1.2.14</version>
<url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear>
<developers>
@@ -94,10 +94,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.14</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.14</developerConnection>
+ <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>