You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/11/30 09:34:57 UTC

incubator-commonsrdf git commit: Revert "Use commons-parent 42 (RC1)"

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/master 285a6c172 -> f3c07327f


Revert "Use commons-parent 42 (RC1)"

This reverts commit 3771e83f4aac089eb056bf4eb7a2d001aa53b770.


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

Branch: refs/heads/master
Commit: f3c07327ff62b70716f71f4955f34e4ac7df044e
Parents: 285a6c1
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 30 09:34:42 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 30 09:34:42 2016 +0000

----------------------------------------------------------------------
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f3c07327/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f2e4d9a..83877eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>42</version>
+        <version>41</version>
     </parent>
 
     <groupId>org.apache.commons</groupId>
@@ -55,6 +55,9 @@
         -->
         <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
         
+        <!-- upgrade from 0.8.0 for Java 8 support -->
+        <commons.japicmp.version>0.9.1</commons.japicmp.version>
+        
         
         <!--  NOTE: jsonldjava is also used by rdf4j and jena, check  -->
         <jsonldjava.version>0.8.3</jsonldjava.version>
@@ -360,7 +363,7 @@
                     <dependency>
                         <groupId>org.apache.maven.doxia</groupId>
                         <artifactId>doxia-module-markdown</artifactId>
-                        <version>1.7</version>
+                        <version>1.6</version>
                     </dependency>
                 </dependencies>
                 <!--