You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ss...@apache.org on 2013/07/09 16:26:33 UTC

git commit: - version updates

Updated Branches:
  refs/heads/develop 4fdaec7fe -> f31ed040e


- version updates


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/f31ed040
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/f31ed040
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/f31ed040

Branch: refs/heads/develop
Commit: f31ed040ef8b8c2632a487b04bc24173b13a80ec
Parents: 4fdaec7
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Tue Jul 9 16:26:25 2013 +0200
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Tue Jul 9 16:26:25 2013 +0200

----------------------------------------------------------------------
 parent/pom.xml | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/f31ed040/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 8d429e4..ba69fe0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -944,7 +944,7 @@
             <dependency>
                 <groupId>net.sf.ehcache</groupId>
                 <artifactId>ehcache-core</artifactId>
-                <version>2.6.6</version>
+                <version>2.7.2</version>
             </dependency>
             <dependency>
                 <groupId>com.h2database</groupId>
@@ -963,23 +963,18 @@
                 <optional>true</optional>
                 <scope>provided</scope>
             </dependency>
-            <dependency>
-                <groupId>org.jooq</groupId>
-                <artifactId>jooq</artifactId>
-                <version>2.6.0</version>
-            </dependency>
 
 
             <!-- Tomcat JDBC Connection Pool (replacement for c3p0, MARMOTTA-111 -->
             <dependency>
                 <groupId>org.apache.tomcat</groupId>
                 <artifactId>tomcat-jdbc</artifactId>
-                <version>7.0.40</version>
+                <version>7.0.42</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.tomcat</groupId>
                 <artifactId>tomcat-juli</artifactId>
-                <version>7.0.40</version>
+                <version>7.0.42</version>
             </dependency>
 
 
@@ -1267,7 +1262,7 @@
             <dependency>
                 <groupId>org.freemarker</groupId>
                 <artifactId>freemarker</artifactId>
-                <version>2.3.19</version>
+                <version>2.3.20</version>
             </dependency>
 
             <!-- Quartz Scheduler -->
@@ -1303,7 +1298,7 @@
             <dependency>
                 <groupId>org.apache.tika</groupId>
                 <artifactId>tika-core</artifactId>
-                <version>1.2</version>
+                <version>1.4</version>
             </dependency>
 
             <dependency>
@@ -1469,7 +1464,7 @@
             <dependency>
                 <groupId>com.thetransactioncompany</groupId>
                 <artifactId>cors-filter</artifactId>
-                <version>1.5.1</version>
+                <version>1.7.1</version>
                 <exclusions>
                     <exclusion>
                         <groupId>javax.servlet</groupId>