diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-10-14 00:57:10 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-10-14 00:57:10 +0000 |
commit | 2310400ce02e30637117c3319b44042c4d533a47 (patch) | |
tree | 3b8f5966348f8636ba183dbaf37211ab5d654c33 | |
parent | 5f47a5847e50651c7f2c9cbe1a629a5b3246894a (diff) | |
download | jackcess-2310400ce02e30637117c3319b44042c4d533a47.tar.gz jackcess-2310400ce02e30637117c3319b44042c4d533a47.zip |
[maven-release-plugin] prepare release jackcess-1.2.14.3
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14@824 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.3-SNAPSHOT</version> + <version>1.2.14.3</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.3</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.3</developerConnection> + <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.3</url> </scm> <build> <defaultGoal>install</defaultGoal> |