diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2015-05-15 02:12:20 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2015-05-15 02:12:20 +0000 |
commit | e42046f2aac8de8560bdc66f3a275cffb54cf847 (patch) | |
tree | 1df4c92fc7b4da207476fcd01de1722ee8e87124 /pom.xml | |
parent | 8f91d811fe7692595ce542e6a2e7a4e24f0c4c37 (diff) | |
download | jackcess-e42046f2aac8de8560bdc66f3a275cffb54cf847.tar.gz jackcess-e42046f2aac8de8560bdc66f3a275cffb54cf847.zip |
[maven-release-plugin] prepare release jackcess-2.1.1
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@945 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.1-SNAPSHOT</version> + <version>2.1.1</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.1</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.1</developerConnection> + <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.1.1</url> </scm> <build> <defaultGoal>install</defaultGoal> |