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 2016/08/10 21:19:42 UTC

marmotta git commit: some minor version updates

Repository: marmotta
Updated Branches:
  refs/heads/develop 2efc6bf04 -> 07bfdf562


some minor version updates


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

Branch: refs/heads/develop
Commit: 07bfdf5625c934b89bd3cc61585452bfd5ffd9a0
Parents: 2efc6bf
Author: Sebastian Schaffert <ss...@apache.org>
Authored: Wed Aug 10 23:19:20 2016 +0200
Committer: Sebastian Schaffert <ss...@apache.org>
Committed: Wed Aug 10 23:19:20 2016 +0200

----------------------------------------------------------------------
 libraries/ostrich/client/pom.xml |  6 +++---
 libraries/ostrich/model/pom.xml  |  4 ++--
 parent/pom.xml                   | 34 +++++++++++++++++-----------------
 3 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/07bfdf56/libraries/ostrich/client/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/ostrich/client/pom.xml b/libraries/ostrich/client/pom.xml
index b0a39b8..1479110 100644
--- a/libraries/ostrich/client/pom.xml
+++ b/libraries/ostrich/client/pom.xml
@@ -78,9 +78,9 @@
                       protobuf-java directly, you will be transitively depending on the
                       protobuf-java version that grpc depends on.
                     -->
-                    <protocArtifact>com.google.protobuf:protoc:3.0.0-beta-1:exe:${os.detected.classifier}</protocArtifact>
+                    <protocArtifact>com.google.protobuf:protoc:3.0.0-beta-3:exe:${os.detected.classifier}</protocArtifact>
                     <pluginId>grpc-java</pluginId>
-                    <pluginArtifact>io.grpc:protoc-gen-grpc-java:0.9.0:exe:${os.detected.classifier}</pluginArtifact>
+                    <pluginArtifact>io.grpc:protoc-gen-grpc-java:0.15.0:exe:${os.detected.classifier}</pluginArtifact>
                 </configuration>
                 <executions>
                     <execution>
@@ -123,7 +123,7 @@
         <dependency>
             <groupId>io.grpc</groupId>
             <artifactId>grpc-all</artifactId>
-            <version>0.10.0-SNAPSHOT</version>
+            <version>0.15.0</version>
         </dependency>
 
         <!-- Sesame dependencies -->

http://git-wip-us.apache.org/repos/asf/marmotta/blob/07bfdf56/libraries/ostrich/model/pom.xml
----------------------------------------------------------------------
diff --git a/libraries/ostrich/model/pom.xml b/libraries/ostrich/model/pom.xml
index c3ad042..a3d7ecb 100644
--- a/libraries/ostrich/model/pom.xml
+++ b/libraries/ostrich/model/pom.xml
@@ -78,7 +78,7 @@
                       protobuf-java directly, you will be transitively depending on the
                       protobuf-java version that grpc depends on.
                     -->
-                    <protocArtifact>com.google.protobuf:protoc:3.0.0-beta-1:exe:${os.detected.classifier}</protocArtifact>
+                    <protocArtifact>com.google.protobuf:protoc:3.0.0-beta-3:exe:${os.detected.classifier}</protocArtifact>
                     <protoSourceRoot>${basedir}/../backend/model</protoSourceRoot>
                 </configuration>
                 <executions>
@@ -108,7 +108,7 @@
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
-            <version>3.0.0-beta-1</version>
+            <version>3.0.0-beta-3</version>
         </dependency>
 
         <!-- Sesame dependencies -->

http://git-wip-us.apache.org/repos/asf/marmotta/blob/07bfdf56/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 134cf55..36c5748 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,7 @@
     <url>http://marmotta.apache.org</url>
 
     <properties>
-        <sesame.version>2.7.13</sesame.version>
+        <sesame.version>2.7.16</sesame.version>
         <junit.version>4.11</junit.version>
         <weld.version>2.1.Final</weld.version>
         <weld.core.version>2.1.2.Final</weld.core.version>
@@ -51,7 +51,7 @@
         <mysql.version>5.1.21</mysql.version>
         <jetty.version>9.2.1.v20140609</jetty.version>
         <resteasy.version>3.0.18.Final</resteasy.version>
-        <jackson.version>2.3.3</jackson.version>
+        <jackson.version>2.3.5</jackson.version>
         <titan.version>0.4.2</titan.version>
         <accumulograph.version>0.2.1</accumulograph.version>
         <jax.doclets.version>0.10.1</jax.doclets.version>
@@ -102,7 +102,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.1</version>
+                    <version>3.5.1</version>
                     <configuration>
                         <source>1.7</source>
                         <target>1.7</target>
@@ -117,7 +117,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.9.1</version>
+                    <version>2.10.4</version>
                     <configuration>
                         <failOnError>false</failOnError>
                     </configuration>
@@ -619,7 +619,7 @@
             <dependency>
                 <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
-                <version>18.0</version>
+                <version>19.0</version>
             </dependency>
             <dependency>
                 <groupId>commons-io</groupId>
@@ -640,12 +640,12 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-lang3</artifactId>
-                <version>3.3.2</version>
+                <version>3.4</version>
             </dependency>
             <dependency>
                 <groupId>commons-net</groupId>
                 <artifactId>commons-net</artifactId>
-                <version>3.3</version>
+                <version>3.5</version>
             </dependency>
             <dependency>
                 <groupId>commons-collections</groupId>
@@ -655,12 +655,12 @@
             <dependency>
                 <groupId>commons-codec</groupId>
                 <artifactId>commons-codec</artifactId>
-                <version>1.9</version>
+                <version>1.10</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-compress</artifactId>
-                <version>1.8.1</version>
+                <version>1.12</version>
             </dependency>
             <dependency>
                 <groupId>org.tukaani</groupId>
@@ -775,42 +775,42 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.7.7</version>
+                <version>1.7.21</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-ext</artifactId>
-                <version>1.7.7</version>
+                <version>1.7.21</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>jcl-over-slf4j</artifactId>
-                <version>1.7.7</version>
+                <version>1.7.21</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>log4j-over-slf4j</artifactId>
-                <version>1.7.7</version>
+                <version>1.7.21</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>jul-to-slf4j</artifactId>
-                <version>1.7.7</version>
+                <version>1.7.21</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.7.7</version>
+                <version>1.7.21</version>
             </dependency>
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-core</artifactId>
-                <version>1.1.2</version>
+                <version>1.1.7</version>
             </dependency>
             <dependency>
                 <groupId>ch.qos.logback</groupId>
                 <artifactId>logback-classic</artifactId>
-                <version>1.1.2</version>
+                <version>1.1.7</version>
             </dependency>
             <dependency>
                 <groupId>ch.qos.cal10n</groupId>