diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-02-19 01:30:44 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-02-19 01:30:44 +0000 |
commit | d033f9e325da55bc7699ef7fc4d9b061ea36c90e (patch) | |
tree | 8a5b88dd220d3d17eb9a8092fa0d49cd2a1e5d0f /pom.xml | |
parent | cdca8f0d3c50dac93a77e1e267922f2447d53e60 (diff) | |
download | jackcess-d033f9e325da55bc7699ef7fc4d9b061ea36c90e.tar.gz jackcess-d033f9e325da55bc7699ef7fc4d9b061ea36c90e.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@660 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-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>1.2.10</version> + <version>1.2.11-SNAPSHOT</version> <url>http://jackcess.sf.net</url> <inceptionYear>2005</inceptionYear> <developers> @@ -44,10 +44,10 @@ <url>http://sourceforge.net/p/jackcess/bugs/</url> </issueManagement> <scm> - <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.10</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-1.2.10</developerConnection> - <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.10</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> |