This is an automated email from the ASF dual-hosted git repository.
reschke 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 f081139632 OAK-11436: oak-segment-aws: the special baseline
configuration may be removed from the pom. (#2043)
f081139632 is described below
commit f081139632c1cc87da4657adc998a6692650c353
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>