diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2018-06-26 03:31:06 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2018-06-26 03:31:06 +0000 |
commit | c01cc6e96c9bae9db4acc58f86ef56223c45c040 (patch) | |
tree | c83a9e3b8bda9f492d7e3ba273fcf6f30d238e02 | |
parent | 12c881dd25d893e2b3f187ac62249ebe01554134 (diff) | |
download | jackcess-c01cc6e96c9bae9db4acc58f86ef56223c45c040.tar.gz jackcess-c01cc6e96c9bae9db4acc58f86ef56223c45c040.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1170 f203690c-595d-4dc9-a70b-905162fa7fd2
-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>2.1.12</version> + <version>2.1.13-SNAPSHOT</version> <url>http://jackcess.sf.net</url> <inceptionYear>2005</inceptionYear> <developers> @@ -106,10 +106,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-2.1.12</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-2.1.12</developerConnection> - <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-2.1.12</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> |