aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2018-06-26 03:30:52 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2018-06-26 03:30:52 +0000
commit12c881dd25d893e2b3f187ac62249ebe01554134 (patch)
treeda5f2fdaf15a64c0c0c9cb3a0e7f77183530ce44 /pom.xml
parente820c1aacc7516f1e8a6f0972c5d617693d88d09 (diff)
downloadjackcess-12c881dd25d893e2b3f187ac62249ebe01554134.tar.gz
jackcess-12c881dd25d893e2b3f187ac62249ebe01554134.zip
[maven-release-plugin] prepare release jackcess-2.1.12
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1168 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index fe95c59..6f07bb3 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>2.1.12-SNAPSHOT</version>
+ <version>2.1.12</version>
<url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear>
<developers>
@@ -106,10 +106,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-2.1.12</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-2.1.12</developerConnection>
+ <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.1.12</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>