summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-10-14 00:57:21 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-10-14 00:57:21 +0000
commitba71665a8283998b95de1317a731034883915069 (patch)
treec2692c032342f7cd7ac23c5bfc3bde3653d23636
parent2310400ce02e30637117c3319b44042c4d533a47 (diff)
downloadjackcess-ba71665a8283998b95de1317a731034883915069.tar.gz
jackcess-ba71665a8283998b95de1317a731034883915069.zip
[maven-release-plugin] prepare for next development iterationjackcess-1.2.14
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14@826 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 9c22c18..70046e5 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.14.3</version>
+ <version>1.2.14.4-SNAPSHOT</version>
<url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear>
<developers>
@@ -94,10 +94,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.14.3</connection>
+ <connection>scm:svn:svn://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14</connection>
<!-- read/write svn connection -->
- <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.3</developerConnection>
- <url>http://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.14.3</url>
+ <developerConnection>scm:svn:svn+ssh://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14</developerConnection>
+ <url>http://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-1.2.14</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>