This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git
The following commit(s) were added to refs/heads/trunk by this push:
new cb830d64 Apply fix to allow snapshot parents from Jenkins Apache CI
cb830d64 is described below
commit cb830d642e82681e0b808cd306d25ef00ad41f6c
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Oct 21 14:47:53 2022 +0200
Apply fix to allow snapshot parents from Jenkins Apache CI
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 35d5f15c..6bf586f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1315,6 +1315,19 @@
<jacoco.skip>true</jacoco.skip>
<argLine />
</properties>
+
+
+ <!-- to allow snapshot parents:
https://issues.apache.org/jira/browse/INFRA-15815 jenkins settings.xml is
unchanged from beginning -->
+ <repositories>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>https://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
</project>