This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new e9c903c Only enable releases for the Eclipse repository
e9c903c is described below
commit e9c903c4ceab4867b23fe1b0f1a5653da32225b0
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon Jan 4 20:00:33 2021 +0000
Only enable releases for the Eclipse repository
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index cf3a856..7cd6dd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,6 +564,9 @@
<id>eclipse_4_16</id>
<layout>p2</layout>
<url>http://download.eclipse.org/eclipse/updates/4.16/R-4.16-202006040540</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
</repository>
</repositories>
<dependencyManagement>