aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2024-05-12 00:26:24 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2024-05-12 00:26:24 +0000
commite8d5f77436e1fc478e7d45198e2e16d6a567bafd (patch)
tree434d10df031c4b93c3bd9868f172d92c618a88de
parentc7536845c2bc0fff20a75758f8e0721bedc86277 (diff)
downloadjackcess-e8d5f77436e1fc478e7d45198e2e16d6a567bafd.tar.gz
jackcess-e8d5f77436e1fc478e7d45198e2e16d6a567bafd.zip
[maven-release-plugin] prepare release jackcess-4.0.6
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1410 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 0b57a82..03a2a7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.6-SNAPSHOT</version>
+ <version>4.0.6</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/trunk/</connection>
+ <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.6</connection>
<!-- read/write svn connection -->
- <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>
+ <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.6</developerConnection>
+ <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.6</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>