diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2025-01-05 21:14:39 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2025-01-05 21:14:39 +0000 |
commit | 1262deed73f280f61edc8d9fc001366ebcad18a0 (patch) | |
tree | 5c8b5923c297fc0ab85b270f6962059637d99a71 | |
parent | 6abeb966d207e13430c0b00db48f342249ab98e2 (diff) | |
download | jackcess-master.tar.gz jackcess-master.zip |
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1422 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>4.0.8</version> + <version>4.0.9-SNAPSHOT</version> <url>https://jackcess.sourceforge.io</url> <inceptionYear>2005</inceptionYear> <developers> @@ -105,10 +105,10 @@ <url>https://sourceforge.net/p/jackcess/bugs/</url> </issueManagement> <scm> - <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.8</connection> + <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</connection> <!-- read/write svn connection --> - <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.8</developerConnection> - <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.8</url> + <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> </scm> <build> <defaultGoal>install</defaultGoal> |