diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-01-05 12:47:23 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-01-05 12:47:23 +0000 |
commit | 9d66d8170fcf74e98b466d6c24b1af527202b389 (patch) | |
tree | 8a053f56d69e7f76bc8757469471ba38377fa0e2 | |
parent | dc97692504b236ba37ffae05b3defd75be39e05f (diff) | |
download | jackcess-9d66d8170fcf74e98b466d6c24b1af527202b389.tar.gz jackcess-9d66d8170fcf74e98b466d6c24b1af527202b389.zip |
[maven-release-plugin] prepare release jackcess-2.2.2
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1261 f203690c-595d-4dc9-a70b-905162fa7fd2
-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.2.2-SNAPSHOT</version> + <version>2.2.2</version> <url>https://jackcess.sourceforge.io</url> <inceptionYear>2005</inceptionYear> <developers> @@ -106,10 +106,10 @@ <url>https://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.2.2</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.2.2</developerConnection> + <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.2.2</url> </scm> <build> <defaultGoal>install</defaultGoal> |