diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2007-12-26 15:24:30 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2007-12-26 15:24:30 +0000 |
commit | e27464e136df51c8a12e432e2efa27831d82edb3 (patch) | |
tree | 497da07faaca6acb6bc7373d607014e029c0e372 /pom.xml | |
parent | fcddbe3ec89a6c375ebbbab8434228580266b1d8 (diff) | |
download | jackcess-e27464e136df51c8a12e432e2efa27831d82edb3.tar.gz jackcess-e27464e136df51c8a12e432e2efa27831d82edb3.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@205 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 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.10</version> + <version>1.1.11-SNAPSHOT</version> <url>http://jackcess.sf.net</url> <inceptionYear>2005</inceptionYear> <developers> @@ -44,7 +44,6 @@ <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> |