diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-04-14 02:50:01 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-04-14 02:50:01 +0000 |
commit | 16ee1ab3b773d19410c8c4450143f3c37f90daf3 (patch) | |
tree | d49861d2f54f863abe9065faedba0c806dfe1e5b /pom.xml | |
parent | babe799a9d168b72d73c9fe6e6274b6fd137dfd2 (diff) | |
download | jackcess-16ee1ab3b773d19410c8c4450143f3c37f90daf3.tar.gz jackcess-16ee1ab3b773d19410c8c4450143f3c37f90daf3.zip |
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1300 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>3.0.1</version> + <version>3.0.2-SNAPSHOT</version> <url>https://jackcess.sourceforge.io</url> <inceptionYear>2005</inceptionYear> <developers> @@ -106,10 +106,10 @@ <url>https://sourceforge.net/p/jackcess/bugs/</url> </issueManagement> <scm> - <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-3.0.1</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-3.0.1</developerConnection> - <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-3.0.1</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> |