diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-07-30 02:02:45 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-07-30 02:02:45 +0000 |
commit | f072442a56df54997be93db581bfd932bb4b42ba (patch) | |
tree | a441619ade55ff7c430250cc2b3b88cf3d174c5b | |
parent | 47f92939ade119b23ca69804ce3a8de00ac39d08 (diff) | |
download | jackcess-1.2.14.tar.gz jackcess-1.2.14.zip |
[maven-release-plugin] prepare release jackcess-1.2.14jackcess-1.2.14
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14@759 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</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</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</developerConnection> + <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14</url> </scm> <build> <defaultGoal>install</defaultGoal> |