]> source.dussan.org Git - jackcess.git/commitdiff
[maven-release-plugin] copy for tag jackcess-1.2.4 jackcess-1.2.4
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 14 May 2011 12:51:28 +0000 (12:51 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 14 May 2011 12:51:28 +0000 (12:51 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/tags/jackcess-1.2.4@560 f203690c-595d-4dc9-a70b-905162fa7fd2

15 files changed:
pom.xml
test/data/V2010/bigIndexTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/compIndexTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/delColTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/delTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/fixedNumericTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/fixedTextTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/indexCursorTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/indexTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/overflowTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/queryTestV2010.accdb [changed mode: 0755->0644]
test/data/V2010/test2V2010.accdb [changed mode: 0755->0644]
test/data/V2010/testIndexPropertiesV2010.accdb [changed mode: 0755->0644]
test/data/V2010/testPromotionV2010.accdb [changed mode: 0755->0644]
test/data/V2010/testV2010.accdb [changed mode: 0755->0644]

diff --git a/pom.xml b/pom.xml
index 689c05903122b58ac36ce45c1e0b0acf129c542f..2f0a4e089ce2f8c41a044798150cb77ec667f301 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.4-SNAPSHOT</version>
+  <version>1.2.4</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.4</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.4</developerConnection>
+    <url>http://jackcess.svn.sourceforge.net/viewvc/jackcess/jackcess/tags/jackcess-1.2.4</url>
   </scm>
   <build>
     <defaultGoal>install</defaultGoal>
   </distributionManagement>
   <properties>
     <jackcess.bigIndex>true</jackcess.bigIndex>
-    <jackcess.testFormats>V1997,V2000,V2003,V2007</jackcess.testFormats>
+    <jackcess.testFormats>V1997,V2000,V2003,V2007,V2010</jackcess.testFormats>
   </properties>
 </project>
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)