You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2019/04/11 13:56:04 UTC

svn commit: r1857328 - /uima/ruta/trunk/ruta-parent/pom.xml

Author: pkluegl
Date: Thu Apr 11 13:56:04 2019
New Revision: 1857328

URL: http://svn.apache.org/viewvc?rev=1857328&view=rev
Log:
no jira - try to skip api check

Modified:
    uima/ruta/trunk/ruta-parent/pom.xml

Modified: uima/ruta/trunk/ruta-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-parent/pom.xml?rev=1857328&r1=1857327&r2=1857328&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Thu Apr 11 13:56:04 2019
@@ -313,6 +313,7 @@ Creative Commons Attribution 3.0 License
             <artifactId>japicmp-maven-plugin</artifactId>
             <version>0.13.0</version>
             <configuration>
+              <skip>true</skip>
               <oldVersion>
                 <dependency>
                   <groupId>${project.groupId}</groupId>