]> source.dussan.org Git - jackcess.git/commitdiff
[maven-release-plugin] copy for tag rel_1_1_12 rel_1_1_12
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 27 Feb 2008 20:34:05 +0000 (20:34 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 27 Feb 2008 20:34:05 +0000 (20:34 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/tags/rel_1_1_12@237 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml
src/changes/changes.xml

diff --git a/pom.xml b/pom.xml
index 9c55568708110bbc196abf2c73bd8585c4bf9845..1e2c5bfece5fd77e6ef66ce52c18b4768efaed23 100644 (file)
--- 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.1.12-SNAPSHOT</version>
+  <version>1.1.12</version>
   <url>http://jackcess.sf.net</url>
   <inceptionYear>2005</inceptionYear>
   <developers>
     <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/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>
index 594943d465623d7134e627dacfe9ff0536409914..84c447df6699921ac6b75bab5922aa84d2b6e399 100644 (file)
@@ -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>