diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-01-19 00:55:42 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-01-19 00:55:42 +0000 |
commit | f132353fd75c0c59ec978db063556a3a0d5ca11c (patch) | |
tree | e99b42b2ee7d61c57d5b3c947878e4e458c51df0 /pom.xml | |
parent | 5640f020935d9fdc128d44e81ed90d3aea14f5c4 (diff) | |
download | jackcess-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.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>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> |