diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-06 15:27:52 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-06 15:27:52 +0000 |
commit | f5d40660fe9e950f983f78eaf4e1fbb1efddf868 (patch) | |
tree | ce73acdfc326d84ce476c8c0b7e578e787e87179 | |
parent | 25275e2016f1098937f63c7a1cb4429ceb47b217 (diff) | |
download | jackcess-f5d40660fe9e950f983f78eaf4e1fbb1efddf868.tar.gz jackcess-f5d40660fe9e950f983f78eaf4e1fbb1efddf868.zip |
[maven-release-plugin] prepare branch modules
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1345 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>3.5.2-SNAPSHOT</version> + <version>3.5.2.mods-SNAPSHOT</version> <url>https://jackcess.sourceforge.io</url> <inceptionYear>2005</inceptionYear> <developers> @@ -105,10 +105,10 @@ <url>https://sourceforge.net/p/jackcess/bugs/</url> </issueManagement> <scm> - <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/trunk/</connection> + <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules</connection> <!-- read/write svn connection --> - <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> + <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules</developerConnection> + <url>http://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules</url> </scm> <build> <defaultGoal>install</defaultGoal> |