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/03 13:11:35 UTC

[2/3] incubator-commonsrdf git commit: japicmp ignoreMissingNewVersion

japicmp ignoreMissingNewVersion


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

Branch: refs/heads/master
Commit: e40d123661d01cd8b42f64fcf21131854b7ecd36
Parents: ce0e9ab
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Nov 3 13:11:14 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Nov 3 13:11:14 2016 +0000

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/e40d1236/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1f1cfed..9abce77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -465,7 +465,7 @@
             <oldVersionPattern>\d+\.\d+\.\d+\-incubating</oldVersionPattern>
             <!-- japicmp requires "mvn package site" - below means "mvn
              site" still works (but without japicmp report) -->
-            <ignoreMissingNewVersion />
+	    <ignoreMissingNewVersion>true</ignoreMissingNewVersion>
           </parameter>
         </configuration>
           </plugin>