summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
-rw-r--r--src/changes/changes.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 0f8f17c..2a6a4c9 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.6-SNAPSHOT</version>
+ <version>1.2.6</version>
<url>http://jackcess.sf.net</url>
<inceptionYear>2005</inceptionYear>
<developers>
@@ -44,10 +44,10 @@
<url>http://sourceforge.net/tracker/?group_id=134943&amp;atid=731445</url>
</issueManagement>
<scm>
- <connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</connection>
+ <connection>scm:svn:http://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/tags/jackcess-1.2.6</connection>
<!-- read/write svn connection -->
- <developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/trunk/</developerConnection>
- <url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/trunk/</url>
+ <developerConnection>scm:svn:https://jackcess.svn.sourceforge.net/svnroot/jackcess/jackcess/tags/jackcess-1.2.6</developerConnection>
+ <url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/tags/jackcess-1.2.6</url>
</scm>
<build>
<defaultGoal>install</defaultGoal>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2b1132a..c9ec469 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,7 +4,7 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
- <release version="1.2.6" date="TBD">
+ <release version="1.2.6" date="2011-12-16">
<action dev="jahlborn" type="update" issue="3358272">
Add support for reading/writing complex column data (version history,
attachments, multi-value columns).