Author: reschke
Date: Thu Jan 18 08:00:01 2018
New Revision: 1821459

URL: http://svn.apache.org/viewvc?rev=1821459&view=rev
Log:
OAK-7165: Update baseline comparison version to latest stable 1.8.0

Modified:
    jackrabbit/oak/trunk/oak-api/pom.xml
    jackrabbit/oak/trunk/oak-blob-plugins/pom.xml
    jackrabbit/oak/trunk/oak-core-spi/pom.xml
    jackrabbit/oak/trunk/oak-parent/pom.xml
    jackrabbit/oak/trunk/oak-query-spi/pom.xml
    jackrabbit/oak/trunk/oak-security-spi/pom.xml
    jackrabbit/oak/trunk/oak-store-composite/pom.xml
    jackrabbit/oak/trunk/oak-store-document/pom.xml
    jackrabbit/oak/trunk/oak-store-spi/pom.xml

Modified: jackrabbit/oak/trunk/oak-api/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-api/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-api/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-api/pom.xml Thu Jan 18 08:00:01 2018
@@ -34,23 +34,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>baseline</id>
-            <goals>
-              <goal>baseline</goal>
-            </goals>
-            <phase>pre-integration-test</phase>
-            <configuration>
-              <!--
-                This is required as classes present in this module
-                were part of oak-core. This should be removed
-                post 1.8 release
-              -->
-              <comparisonArtifactId>oak-core</comparisonArtifactId>
-            </configuration>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-failsafe-plugin</artifactId>

Modified: jackrabbit/oak/trunk/oak-blob-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-blob-plugins/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-blob-plugins/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-blob-plugins/pom.xml Thu Jan 18 08:00:01 2018
@@ -41,23 +41,6 @@
             </Export-Package>
           </instructions>
         </configuration>
-        <executions>
-          <execution>
-            <id>baseline</id>
-            <goals>
-              <goal>baseline</goal>
-            </goals>
-            <phase>pre-integration-test</phase>
-            <configuration>
-              <!--
-                This is required as classes present in this module
-                were part of oak-core. This should be removed
-                post 1.8 release
-              -->
-              <comparisonArtifactId>oak-core</comparisonArtifactId>
-            </configuration>
-          </execution>
-        </executions>
       </plugin>
     </plugins>
   </build>

Modified: jackrabbit/oak/trunk/oak-core-spi/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core-spi/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core-spi/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-core-spi/pom.xml Thu Jan 18 08:00:01 2018
@@ -52,23 +52,6 @@
             </Export-Package>
           </instructions>
         </configuration>
-        <executions>
-          <execution>
-            <id>baseline</id>
-            <goals>
-              <goal>baseline</goal>
-            </goals>
-            <phase>pre-integration-test</phase>
-            <configuration>
-              <!--
-                This is required as classes present in this module
-                were part of oak-core. This should be removed
-                post 1.8 release
-              -->
-              <comparisonArtifactId>oak-core</comparisonArtifactId>
-            </configuration>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Jan 18 08:00:01 2018
@@ -189,7 +189,7 @@
                 <failOnWarning>false</failOnWarning>
                 <failOnError>true</failOnError>
                 <!-- Set the comparisonVersion to last release from stable 
branch-->
-                <comparisonVersion>1.6.2</comparisonVersion>
+                <comparisonVersion>1.8.0</comparisonVersion>
                 <filters>
                   <!-- Disable baseline for explicitly NOT managed packages. 
See OAK-3842 -->
                   <filter>!org.apache.jackrabbit.oak.spi.blob</filter>

Modified: jackrabbit/oak/trunk/oak-query-spi/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-query-spi/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-query-spi/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-query-spi/pom.xml Thu Jan 18 08:00:01 2018
@@ -45,23 +45,6 @@
               </Export-Package>
             </instructions>
           </configuration>
-          <executions>
-            <execution>
-              <id>baseline</id>
-              <goals>
-                <goal>baseline</goal>
-              </goals>
-              <phase>pre-integration-test</phase>
-              <configuration>
-                <!--
-                  This is required as classes present in this module
-                  were part of oak-core. This should be removed
-                  post 1.8 release
-                -->
-                <comparisonArtifactId>oak-core</comparisonArtifactId>
-              </configuration>
-            </execution>
-          </executions>
         </plugin>
         <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>

Modified: jackrabbit/oak/trunk/oak-security-spi/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-security-spi/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-security-spi/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-security-spi/pom.xml Thu Jan 18 08:00:01 2018
@@ -64,23 +64,6 @@
               </Export-Package>
             </instructions>
           </configuration>
-          <executions>
-            <execution>
-              <id>baseline</id>
-              <goals>
-                <goal>baseline</goal>
-              </goals>
-              <phase>pre-integration-test</phase>
-              <configuration>
-                <!--
-                  This is required as classes present in this module
-                  were part of oak-core. This should be removed
-                  post 1.8 release
-                -->
-                <comparisonArtifactId>oak-core</comparisonArtifactId>
-              </configuration>
-            </execution>
-          </executions>
        </plugin>
      </plugins>
     </build>

Modified: jackrabbit/oak/trunk/oak-store-composite/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-store-composite/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-store-composite/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-store-composite/pom.xml Thu Jan 18 08:00:01 2018
@@ -36,23 +36,6 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>baseline</id>
-            <goals>
-              <goal>baseline</goal>
-            </goals>
-            <phase>pre-integration-test</phase>
-            <configuration>
-              <!--
-                This is required as classes present in this module
-                were part of oak-core. This should be removed
-                post 1.8 release
-              -->
-              <comparisonArtifactId>oak-core</comparisonArtifactId>
-            </configuration>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-failsafe-plugin</artifactId>

Modified: jackrabbit/oak/trunk/oak-store-document/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-store-document/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-store-document/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-store-document/pom.xml Thu Jan 18 08:00:01 2018
@@ -48,23 +48,6 @@
             
<Embed-Dependency>quartz;inline=org/quartz/CronExpression*|org/quartz/ValueSet*</Embed-Dependency>
           </instructions>
         </configuration>
-        <executions>
-          <execution>
-            <id>baseline</id>
-            <goals>
-              <goal>baseline</goal>
-            </goals>
-            <phase>pre-integration-test</phase>
-            <configuration>
-              <!--
-                This is required as classes present in this module
-                were part of oak-core. This should be removed
-                post 1.8 release
-              -->
-              <comparisonArtifactId>oak-core</comparisonArtifactId>
-            </configuration>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-failsafe-plugin</artifactId>

Modified: jackrabbit/oak/trunk/oak-store-spi/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-store-spi/pom.xml?rev=1821459&r1=1821458&r2=1821459&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-store-spi/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-store-spi/pom.xml Thu Jan 18 08:00:01 2018
@@ -48,23 +48,6 @@
               </Export-Package>
             </instructions>
           </configuration>
-          <executions>
-            <execution>
-              <id>baseline</id>
-              <goals>
-                <goal>baseline</goal>
-              </goals>
-              <phase>pre-integration-test</phase>
-              <configuration>
-                <!--
-                  This is required as classes present in this module
-                  were part of oak-core. This should be removed
-                  post 1.8 release
-                -->
-                <comparisonArtifactId>oak-core</comparisonArtifactId>
-              </configuration>
-            </execution>
-          </executions>
         </plugin>
         <plugin>
           <artifactId>maven-failsafe-plugin</artifactId>


Reply via email to