diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-07-25 00:32:03 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-07-25 00:32:03 +0000 |
commit | 3c42f018e18e4a9e6110995a39f5e3b5240b9abe (patch) | |
tree | 14eb4ee85bb93ad23282ab9f74ac2d6056320537 /pom.xml | |
parent | fa97b5bb7bfd1b6f16c1ff53fb3e78b98ea10d79 (diff) | |
download | jackcess-3c42f018e18e4a9e6110995a39f5e3b5240b9abe.tar.gz jackcess-3c42f018e18e4a9e6110995a39f5e3b5240b9abe.zip |
[maven-release-plugin] prepare release rel_1_1_16
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@368 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-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.1.16-SNAPSHOT</version> + <version>1.1.16</version> <url>http://jackcess.sf.net</url> <inceptionYear>2005</inceptionYear> <developers> @@ -39,10 +39,10 @@ <url>http://sourceforge.net/tracker/?group_id=134943&atid=731445</url> </issueManagement> <scm> - <connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</connection> + <connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/tags/rel_1_1_16</connection> <!-- read/write svn connection --> - <developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</developerConnection> - <url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/trunk/</url> + <developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/tags/rel_1_1_16</developerConnection> + <url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/tags/rel_1_1_16</url> </scm> <build> <defaultGoal>install</defaultGoal> |