This is an automated email from the ASF dual-hosted git repository.

reschke pushed a commit to branch 1.22
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/1.22 by this push:
     new 8064092933 OAK-10426: oak-segment-azure: enable baseline check (#1097)
8064092933 is described below

commit 80640929333e86a9ba4e337dac1faf7df92a668f
Author: Julian Reschke <[email protected]>
AuthorDate: Tue Sep 5 09:16:38 2023 +0200

    OAK-10426: oak-segment-azure: enable baseline check (#1097)
---
 oak-segment-azure/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/oak-segment-azure/pom.xml b/oak-segment-azure/pom.xml
index 8bdc3b9da7..44215631d4 100644
--- a/oak-segment-azure/pom.xml
+++ b/oak-segment-azure/pom.xml
@@ -59,22 +59,6 @@
                         </Embed-Dependency>
                     </instructions>
                 </configuration>
-                <executions>
-                    <execution>
-                        <id>baseline</id>
-                        <goals>
-                            <goal>baseline</goal>
-                        </goals>
-                        <phase>pre-integration-test</phase>
-                        <configuration>
-                            <!--
-                              This is required because there's no prior 
(stable) version of oak-segment-azure
-                              This should be removed post first release
-                            -->
-                            <skip>true</skip>
-                        </configuration>
-                    </execution>
-                </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>

Reply via email to