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

git commit: updated to sesame 2.7.5 which fixed the issue with the TURTLE parser.

Updated Branches:
  refs/heads/develop 086a75f35 -> 8a681c08b


updated to sesame 2.7.5 which fixed the issue with the TURTLE parser.


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

Branch: refs/heads/develop
Commit: 8a681c08bd6dbf8cafa9681fbaefff5cebb42f03
Parents: 086a75f
Author: Jakob Frank <ja...@apache.org>
Authored: Fri Aug 9 16:15:59 2013 +0200
Committer: Jakob Frank <ja...@apache.org>
Committed: Fri Aug 9 16:15:59 2013 +0200

----------------------------------------------------------------------
 extras/webjars/codemirror/pom.xml | 1 +
 extras/webjars/pom.xml            | 3 ++-
 extras/webjars/sgvizler/pom.xml   | 3 ++-
 extras/webjars/snorql/pom.xml     | 3 ++-
 extras/webjars/strftime/pom.xml   | 3 ++-
 parent/pom.xml                    | 2 +-
 6 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/8a681c08/extras/webjars/codemirror/pom.xml
----------------------------------------------------------------------
diff --git a/extras/webjars/codemirror/pom.xml b/extras/webjars/codemirror/pom.xml
index 07e912b..27b37a6 100644
--- a/extras/webjars/codemirror/pom.xml
+++ b/extras/webjars/codemirror/pom.xml
@@ -8,6 +8,7 @@
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-parent</artifactId>
         <version>3.1.0-incubating-SNAPSHOT</version>
+        <relativePath>../../../parent/</relativePath>
     </parent>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/8a681c08/extras/webjars/pom.xml
----------------------------------------------------------------------
diff --git a/extras/webjars/pom.xml b/extras/webjars/pom.xml
index 4712dd0..389d6f3 100644
--- a/extras/webjars/pom.xml
+++ b/extras/webjars/pom.xml
@@ -8,6 +8,7 @@
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-parent</artifactId>
         <version>3.1.0-incubating-SNAPSHOT</version>
+        <relativePath>../../parent/</relativePath>
     </parent>
 
     <groupId>org.apache.marmotta.webjars</groupId>
@@ -21,4 +22,4 @@
         <module>strftime</module>
     </modules>
     
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/8a681c08/extras/webjars/sgvizler/pom.xml
----------------------------------------------------------------------
diff --git a/extras/webjars/sgvizler/pom.xml b/extras/webjars/sgvizler/pom.xml
index ca2c230..2b8832d 100644
--- a/extras/webjars/sgvizler/pom.xml
+++ b/extras/webjars/sgvizler/pom.xml
@@ -8,6 +8,7 @@
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-parent</artifactId>
         <version>3.1.0-incubating-SNAPSHOT</version>
+        <relativePath>../../../parent/</relativePath> 
     </parent>
 
     <properties>
@@ -51,4 +52,4 @@
         </resources>
      </build>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/8a681c08/extras/webjars/snorql/pom.xml
----------------------------------------------------------------------
diff --git a/extras/webjars/snorql/pom.xml b/extras/webjars/snorql/pom.xml
index 4dd4c4d..7565c31 100644
--- a/extras/webjars/snorql/pom.xml
+++ b/extras/webjars/snorql/pom.xml
@@ -8,6 +8,7 @@
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-parent</artifactId>
         <version>3.1.0-incubating-SNAPSHOT</version>
+        <relativePath>../../../parent/</relativePath> 
     </parent>
 
     <properties>
@@ -77,4 +78,4 @@
         </resources>
     </build>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/8a681c08/extras/webjars/strftime/pom.xml
----------------------------------------------------------------------
diff --git a/extras/webjars/strftime/pom.xml b/extras/webjars/strftime/pom.xml
index e7c1391..be06e32 100644
--- a/extras/webjars/strftime/pom.xml
+++ b/extras/webjars/strftime/pom.xml
@@ -8,6 +8,7 @@
         <groupId>org.apache.marmotta</groupId>
         <artifactId>marmotta-parent</artifactId>
         <version>3.1.0-incubating-SNAPSHOT</version>
+        <relativePath>../../../parent/</relativePath> 
     </parent>
 
     <properties>
@@ -52,4 +53,4 @@
         </resources>
      </build>
 
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/8a681c08/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 0b423cc..b7b2615 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,7 @@
     <url>http://marmotta.incubator.apache.org</url>
 
     <properties>
-        <sesame.version>2.7.3</sesame.version>
+        <sesame.version>2.7.5</sesame.version>
         <junit.version>4.11</junit.version>
         <weld.version>2.0.SP1</weld.version>
         <weld.core.version>2.0.3.Final</weld.core.version>