You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/04/11 02:51:49 UTC

git commit: use last hsql

Repository: archiva-redback-core
Updated Branches:
  refs/heads/master 34daedb55 -> 18eecc9a9


use last hsql


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/18eecc9a
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/18eecc9a
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/18eecc9a

Branch: refs/heads/master
Commit: 18eecc9a9489aa6e13f49606638bd75d28b00f10
Parents: 34daedb
Author: Olivier Lamy <ol...@apache.org>
Authored: Fri Apr 11 10:51:37 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Fri Apr 11 10:51:37 2014 +1000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/18eecc9a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 86f3d23..ba9a099 100644
--- a/pom.xml
+++ b/pom.xml
@@ -473,7 +473,7 @@
       <dependency>
         <groupId>org.hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
-        <version>2.2.8</version>
+        <version>2.3.2</version>
         <scope>test</scope>
       </dependency>
       <!-- spring -->