diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2008-02-27 20:34:05 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2008-02-27 20:34:05 +0000 |
commit | 0704b5581ce44084aebcaee6e564685570bd6177 (patch) | |
tree | ca97f9f59223bbe6ee6bc2b021f9e63532fe0185 | |
parent | fedbf0f27dd6ac7cefe72f360899dd1e1fb5b964 (diff) | |
download | jackcess-rel_1_1_12.tar.gz jackcess-rel_1_1_12.zip |
[maven-release-plugin] copy for tag rel_1_1_12rel_1_1_12
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/tags/rel_1_1_12@237 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | pom.xml | 8 | ||||
-rw-r--r-- | src/changes/changes.xml | 2 |
2 files changed, 5 insertions, 5 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>1.1.12-SNAPSHOT</version> + <version>1.1.12</version> <url>http://jackcess.sf.net</url> <inceptionYear>2005</inceptionYear> <developers> @@ -39,10 +39,10 @@ <url>http://sourceforge.net/tracker/?group_id=134943&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/rel_1_1_12</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/rel_1_1_12</developerConnection> + <url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/tags/rel_1_1_12</url> </scm> <build> <defaultGoal>install</defaultGoal> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 594943d..84c447d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -5,7 +5,7 @@ <author email="jahlborn@users.sf.net">James Ahlborn</author> </properties> <body> - <release version="1.1.12" date="TBD"> + <release version="1.1.12" date="2008-02-27"> <action dev="jahlborn" type="fix"> Resolve more edge cases around date handling. </action> |