aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2023-01-27 00:49:21 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2023-01-27 00:49:21 +0000
commit7bd8902d34edc7e8b91c35d974086f5fd694aad9 (patch)
tree0d16a550fd846fe16fada9eaf4fba26af6821e13
parentb39b2eedffc340c29fcdbe5f114d86ffb12f4e73 (diff)
downloadjackcess-7bd8902d34edc7e8b91c35d974086f5fd694aad9.tar.gz
jackcess-7bd8902d34edc7e8b91c35d974086f5fd694aad9.zip
[maven-release-plugin] prepare release jackcess-4.0.5
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1397 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 4a99d32..637a2eb 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.5-SNAPSHOT</version>
+ <version>4.0.5</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.5</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.5</developerConnection>
+ <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-4.0.5</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>