Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKit Lo2021-09-10 17:42:54 +0000
committerKit Lo2021-09-10 17:46:04 +0000
commit007e277fb1b1df192a4183e8d58c43775d642685 (patch)
tree581129c0c0062fd2d73eef26e743f72dba2f3e26
parent1600278ae22a2fbb9b973e8bd9e70497291a2027 (diff)
downloadeclipse.platform.releng-007e277fb1b1df192a4183e8d58c43775d642685.tar.gz
eclipse.platform.releng-007e277fb1b1df192a4183e8d58c43775d642685.tar.xz
eclipse.platform.releng-007e277fb1b1df192a4183e8d58c43775d642685.zip
Bug 575888 - Publish Eclipse 4.21 to maven central
Change-Id: I981e42cb057067154139f59dcba1fb9792354a7f Signed-off-by: Kit Lo <kitlo@us.ibm.com> Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng/+/185322
-rw-r--r--publish-to-maven-central/SDK4Mvn.aggr8
1 files changed, 4 insertions, 4 deletions
diff --git a/publish-to-maven-central/SDK4Mvn.aggr b/publish-to-maven-central/SDK4Mvn.aggr
index 357c20b4..729225e5 100644
--- a/publish-to-maven-central/SDK4Mvn.aggr
+++ b/publish-to-maven-central/SDK4Mvn.aggr
@@ -2,20 +2,20 @@
<aggregator:Aggregation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aggregator="http://www.eclipse.org/cbi/p2repo/2011/aggregator/1.1.0" label="SDK4Mvn" packedStrategy="UNPACK_AS_SIBLING" type="R" mavenResult="true" versionFormat="MavenRelease">
<validationSets label="main">
<contributions label="sdk">
- <repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/">
+ <repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/">
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.e4.core.tools.feature.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.e4.core.tools.feature.source.feature.group"/>
</repositories>
- <repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/">
+ <repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/">
<bundles name="org.eclipse.jdt.core.compiler.batch"/>
</repositories>
</contributions>
<contributions label="sdk_http">
- <repositories location="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/">
+ <repositories location="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/">
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.e4.core.tools.feature.feature.group"/>
<mapRules xsi:type="aggregator:ExclusionRule" name="org.eclipse.e4.core.tools.feature.source.feature.group"/>
</repositories>
- <repositories location="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/">
+ <repositories location="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/">
<bundles name="org.eclipse.jdt.core.compiler.batch"/>
</repositories>
</contributions>

Back to the top