You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/06/01 13:31:25 UTC

svn commit: r1832687 - /jackrabbit/branches/2.16/jackrabbit-parent/pom.xml

Author: reschke
Date: Fri Jun  1 13:31:25 2018
New Revision: 1832687

URL: http://svn.apache.org/viewvc?rev=1832687&view=rev
Log:
JCR-4311: 2.16: remove comparisonVersion for baseline check (let defaults apply)

Modified:
    jackrabbit/branches/2.16/jackrabbit-parent/pom.xml

Modified: jackrabbit/branches/2.16/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.16/jackrabbit-parent/pom.xml?rev=1832687&r1=1832686&r2=1832687&view=diff
==============================================================================
--- jackrabbit/branches/2.16/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/2.16/jackrabbit-parent/pom.xml Fri Jun  1 13:31:25 2018
@@ -335,9 +335,6 @@
               <goals>
                 <goal>baseline</goal>
               </goals>
-              <configuration>
-                <comparisonVersion>2.16.0</comparisonVersion>
-              </configuration>
             </execution>
           </executions>
         </plugin>