aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-03-01 12:53:04 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-03-01 12:53:04 +0000
commit887aa7dae63bd958ccad03a7ffcb152bd4a0c349 (patch)
tree2237f914e50b9840d4043abd096ab4f427842dd6 /pom.xml
parent77d30c4fdb8c2a875b5271bf808d49d5f2ea2e4d (diff)
downloadjackcess-887aa7dae63bd958ccad03a7ffcb152bd4a0c349.tar.gz
jackcess-887aa7dae63bd958ccad03a7ffcb152bd4a0c349.zip
[maven-release-plugin] prepare branch jackcess-2
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@664 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index d96e758..6c1d98f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.11-SNAPSHOT</version>
+ <version>2.0.0-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/trunk/</connection>
+ <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2</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/jackcess-2</developerConnection>
+ <url>http://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>