aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2018-01-19 00:55:42 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2018-01-19 00:55:42 +0000
commitf132353fd75c0c59ec978db063556a3a0d5ca11c (patch)
treee99b42b2ee7d61c57d5b3c947878e4e458c51df0 /pom.xml
parent5640f020935d9fdc128d44e81ed90d3aea14f5c4 (diff)
downloadjackcess-f132353fd75c0c59ec978db063556a3a0d5ca11c.tar.gz
jackcess-f132353fd75c0c59ec978db063556a3a0d5ca11c.zip
[maven-release-plugin] prepare release jackcess-2.1.10
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1134 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 a102b74..ea23a0f 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.10-SNAPSHOT</version>
+ <version>2.1.10</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.10</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.10</developerConnection>
+ <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.1.10</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>