aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2007-12-26 15:24:23 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2007-12-26 15:24:23 +0000
commitfcddbe3ec89a6c375ebbbab8434228580266b1d8 (patch)
tree224850ccfc288040e391f5c9aff5afca29e91649 /pom.xml
parent0887e24268f5e33c1dffc73d288a6d4708d37121 (diff)
downloadjackcess-fcddbe3ec89a6c375ebbbab8434228580266b1d8.tar.gz
jackcess-fcddbe3ec89a6c375ebbbab8434228580266b1d8.zip
[maven-release-plugin] prepare release rel_1_1_10
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@203 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b210543..8de565e 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>1.1.10-SNAPSHOT</version>
+ <version>1.1.10</version>
<url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear>
<developers>
@@ -44,6 +44,7 @@
<developerConnection>scm:cvs:ext:username@jackcess.cvs.sourceforge.net:/cvsroot/jackcess/:jackcess</developerConnection>
<!-- Note, the added '?viewvc' makes this url work with ViewSCM -->
<url>http://jackcess.cvs.sourceforge.net/jackcess/jackcess/?viewvc</url>
+ <tag>rel_1_1_10</tag>
</scm>
<build>
<defaultGoal>install</defaultGoal>