You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2017/06/16 13:35:32 UTC

[1/5] marmotta git commit: Fixes 'the getContextIDs operation is not yet supported' because of outdated blueprints-graph-sail (2.4.0)

Repository: marmotta
Updated Branches:
  refs/heads/3.4.0-RCs b34c3dc80 -> fbebea882


Fixes 'the getContextIDs operation is not yet supported' because of outdated blueprints-graph-sail (2.4.0)


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

Branch: refs/heads/3.4.0-RCs
Commit: 81b0ecc3389d41816a23fa21fb2fc34d43fcfc94
Parents: b34c3dc
Author: David Fernández <da...@csuc.cat>
Authored: Thu Jun 15 10:12:21 2017 +0200
Committer: David Fernández <da...@csuc.cat>
Committed: Thu Jun 15 10:12:21 2017 +0200

----------------------------------------------------------------------
 platform/backends/marmotta-backend-titan/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/81b0ecc3/platform/backends/marmotta-backend-titan/pom.xml
----------------------------------------------------------------------
diff --git a/platform/backends/marmotta-backend-titan/pom.xml b/platform/backends/marmotta-backend-titan/pom.xml
index 08a379a..b9e4b19 100644
--- a/platform/backends/marmotta-backend-titan/pom.xml
+++ b/platform/backends/marmotta-backend-titan/pom.xml
@@ -165,7 +165,7 @@
         <dependency>
             <groupId>com.tinkerpop.blueprints</groupId>
             <artifactId>blueprints-graph-sail</artifactId>
-            <version>2.4.0</version>
+            <version>2.6.0</version>
         </dependency>
     </dependencies>
 


[2/5] marmotta git commit: quick solution for the installer

Posted by wi...@apache.org.
quick solution for the installer


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

Branch: refs/heads/3.4.0-RCs
Commit: 69ebf89e8a596104b8c927a124dfe3c6e9e8fd7a
Parents: b34c3dc
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Jun 16 15:10:59 2017 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Jun 16 15:10:59 2017 +0200

----------------------------------------------------------------------
 build/plugins/refpack-maven-plugin/pom.xml | 4 ++++
 launchers/marmotta-installer/pom.xml       | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/69ebf89e/build/plugins/refpack-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/build/plugins/refpack-maven-plugin/pom.xml b/build/plugins/refpack-maven-plugin/pom.xml
index 507737d..05e8ad7 100644
--- a/build/plugins/refpack-maven-plugin/pom.xml
+++ b/build/plugins/refpack-maven-plugin/pom.xml
@@ -115,6 +115,10 @@
                     <target>1.7</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <version>2.8</version>
+            </plugin>
         </plugins>
     </build>
 

http://git-wip-us.apache.org/repos/asf/marmotta/blob/69ebf89e/launchers/marmotta-installer/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-installer/pom.xml b/launchers/marmotta-installer/pom.xml
index f0f9275..5eca819 100644
--- a/launchers/marmotta-installer/pom.xml
+++ b/launchers/marmotta-installer/pom.xml
@@ -158,6 +158,10 @@
                         </executions>
                     </plugin>
                     <plugin>
+                        <artifactId>maven-dependency-plugin</artifactId>
+                        <version>2.8</version>
+                    </plugin>
+                    <plugin>
                         <groupId>org.apache.marmotta</groupId>
                         <artifactId>marmotta-maven-plugin</artifactId>
                         <version>${project.version}</version>


[4/5] marmotta git commit: MARMOTTA-667: Merged patch by @luskaner on github, closes #30

Posted by wi...@apache.org.
MARMOTTA-667: Merged patch by @luskaner on github, closes #30

* luskaner/develop:
  Fixes 'the getContextIDs operation is not yet supported' because of outdated blueprints-graph-sail (2.4.0)

Signed-off-by: Sergio Fernández <wi...@apache.org>


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

Branch: refs/heads/3.4.0-RCs
Commit: 6e4955b7dd6bc5d1bbf7407d1225d430fa185103
Parents: b34c3dc 81b0ecc
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Jun 16 15:33:22 2017 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Jun 16 15:33:22 2017 +0200

----------------------------------------------------------------------
 platform/backends/marmotta-backend-titan/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[3/5] marmotta git commit: upgraded maven-dependency-plugin

Posted by wi...@apache.org.
upgraded maven-dependency-plugin


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

Branch: refs/heads/3.4.0-RCs
Commit: 09d2b1bb8c96242cc8b49c3b59c64fb32e51507e
Parents: 69ebf89
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Jun 16 15:22:54 2017 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Jun 16 15:22:54 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/09d2b1bb/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index ee7a605..f3b3339 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -259,7 +259,7 @@
                                     <pluginExecutionFilter>
                                         <groupId>org.apache.maven.plugins</groupId>
                                         <artifactId>maven-dependency-plugin</artifactId>
-                                        <versionRange>[2.5.1,)</versionRange>
+                                        <versionRange>[3.0.1,)</versionRange>
                                         <goals>
                                             <goal>list</goal>
                                         </goals>
@@ -405,7 +405,7 @@
                 </plugin>
                 <plugin>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.8</version>
+                    <version>3.0.1</version>
                     <executions>
                         <execution>
                             <phase>process-resources</phase>


[5/5] marmotta git commit: Merge branch 'develop' into 3.4.0-RCs

Posted by wi...@apache.org.
Merge branch 'develop' into 3.4.0-RCs


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

Branch: refs/heads/3.4.0-RCs
Commit: fbebea882f4c9383fec5f6485000862395787d49
Parents: 09d2b1b 6e4955b
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Jun 16 15:35:24 2017 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Jun 16 15:35:24 2017 +0200

----------------------------------------------------------------------
 platform/backends/marmotta-backend-titan/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------