diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2016-10-04 02:37:56 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2016-10-04 02:37:56 +0000 |
commit | a094d69d0d110b591c8aac37da031f6379e8d940 (patch) | |
tree | 757ff0228cd2c5f97da9edd56b6567cb19d8828f | |
parent | d12da09daf1dcdf503d84eb76e60cb67608e25c8 (diff) | |
download | jackcess-a094d69d0d110b591c8aac37da031f6379e8d940.tar.gz jackcess-a094d69d0d110b591c8aac37da031f6379e8d940.zip |
[maven-release-plugin] prepare release jackcess-2.1.5
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1042 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.1.5-SNAPSHOT</version> + <version>2.1.5</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.5</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.5</developerConnection> + <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.1.5</url> </scm> <build> <defaultGoal>install</defaultGoal> |