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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 4f84b5cee3 OAK-11436: oak-segment-aws: the special baseline 
configuration may be removed from the pom. (#2043)
4f84b5cee3 is described below

commit 4f84b5cee375a2400569e5cbf47b6d41878c6ba6
Author: mbaedke <[email protected]>
AuthorDate: Thu Feb 6 16:25:22 2025 +0100

    OAK-11436: oak-segment-aws: the special baseline configuration may be 
removed from the pom. (#2043)
    
    done
---
 oak-segment-aws/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/oak-segment-aws/pom.xml b/oak-segment-aws/pom.xml
index c5764f77b1..62e5c574bc 100644
--- a/oak-segment-aws/pom.xml
+++ b/oak-segment-aws/pom.xml
@@ -67,22 +67,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-aws
-                              This should be removed post first release
-                            -->
-                            <skip>true</skip>
-                        </configuration>
-                    </execution>
-                </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.rat</groupId>

Reply via email to