diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-08-11 19:57:00 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-08-11 19:57:00 +0000 |
commit | 413c4579894765387218b30ef7a0549f590a13c7 (patch) | |
tree | 76233391d2fb0a1149a4929a004870c3efa6e28b | |
parent | 56a33253673e43a8318bb8c8dfe90167ce871e40 (diff) | |
download | jackcess-413c4579894765387218b30ef7a0549f590a13c7.tar.gz jackcess-413c4579894765387218b30ef7a0549f590a13c7.zip |
[maven-release-plugin] prepare release jackcess-1.2.14.1
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14@773 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>1.2.14.1-SNAPSHOT</version> + <version>1.2.14.1</version> <url>http://jackcess.sf.net</url> <inceptionYear>2005</inceptionYear> <developers> @@ -94,10 +94,10 @@ <url>http://sourceforge.net/p/jackcess/bugs/</url> </issueManagement> <scm> - <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14</connection> + <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.1</connection> <!-- read/write svn connection --> - <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14</developerConnection> - <url>http://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14</url> + <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.1</developerConnection> + <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.1</url> </scm> <build> <defaultGoal>install</defaultGoal> |