]> source.dussan.org Git - jackcess.git/commitdiff
[maven-release-plugin] copy for tag jackcess-1.2.7 jackcess-1.2.7
authorJames Ahlborn <jtahlborn@yahoo.com>
Tue, 3 Apr 2012 03:04:43 +0000 (03:04 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Tue, 3 Apr 2012 03:04:43 +0000 (03:04 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.7@621 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml
src/changes/changes.xml

diff --git a/pom.xml b/pom.xml
index 9a195d4ba0c5211d4acfb905efe5840c1d2c9989..0a4beb3e51fede6c7d72dc7d75dc9a1919ef6798 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.2.7-SNAPSHOT</version>
+  <version>1.2.7</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/jackcess-1.2.7</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.7</developerConnection>
+    <url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/tags/jackcess-1.2.7</url>
   </scm>
   <build>
     <defaultGoal>install</defaultGoal>
index d6a72fdc5006cc96d8dc6e19bf879e005057a277..6c6b4017b84dfec8c37bf03ee552e3d8f88d3c5e 100644 (file)
@@ -4,7 +4,7 @@
     <author email="javajedi@users.sf.net">Tim McCune</author>
   </properties>
   <body>
-    <release version="1.2.7" date="TBD">
+    <release version="1.2.7" date="2012-04-02">
       <action dev="jahlborn" type="update">
         Rename and refactor the Cursor find methods to improve usability.
       </action>