diff options
| author | Kit Lo | 2021-09-10 16:20:55 +0000 |
|---|---|---|
| committer | Kit Lo | 2021-09-10 16:36:44 +0000 |
| commit | 1600278ae22a2fbb9b973e8bd9e70497291a2027 (patch) | |
| tree | 9643e4908859c2dfd9afbd56a2de9edf51e523c6 | |
| parent | e8631652e64861f5c47e41e968edf2cd6a71ca3d (diff) | |
| download | eclipse.platform.releng-1600278ae22a2fbb9b973e8bd9e70497291a2027.tar.gz eclipse.platform.releng-1600278ae22a2fbb9b973e8bd9e70497291a2027.tar.xz eclipse.platform.releng-1600278ae22a2fbb9b973e8bd9e70497291a2027.zip | |
Bug 575888 - Publish Eclipse 4.21 to maven central
Change-Id: I4ba18512423c858a9a768c1d1dbe9c8a0738438e
Signed-off-by: Kit Lo <kitlo@us.ibm.com>
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.releng/+/185312
| -rw-r--r-- | publish-to-maven-central/SDK4Mvn.aggr | 16 | ||||
| -rw-r--r-- | publish-to-maven-central/properties.sh | 6 |
2 files changed, 11 insertions, 11 deletions
diff --git a/publish-to-maven-central/SDK4Mvn.aggr b/publish-to-maven-central/SDK4Mvn.aggr index 04add63f..357c20b4 100644 --- a/publish-to-maven-central/SDK4Mvn.aggr +++ b/publish-to-maven-central/SDK4Mvn.aggr @@ -2,27 +2,27 @@ <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.20/R-4.20-202106111600/"> + <repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/"> <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.20/R-4.20-202106111600/"> + <repositories enabled="false" location="/home/data/httpd/download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/"> <bundles name="org.eclipse.jdt.core.compiler.batch"/> </repositories> </contributions> <contributions label="sdk_http"> - <repositories location="https://download.eclipse.org/eclipse/updates/4.20/R-4.20-202106111600/"> + <repositories location="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/"> <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.20/R-4.20-202106111600/"> + <repositories location="https://download.eclipse.org/eclipse/updates/4.21/R-4.21-20210906050/"> <bundles name="org.eclipse.jdt.core.compiler.batch"/> </repositories> </contributions> - <validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/modeling/emf/emf/builds/release/2.26/"/> - <validationRepositories location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.26/"/> - <validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/"/> - <validationRepositories location="https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository/"/> + <validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/modeling/emf/emf/builds/release/2.27/"/> + <validationRepositories location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.27/"/> + <validationRepositories enabled="false" location="/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20210825222808/repository/"/> + <validationRepositories location="https://download.eclipse.org/tools/orbit/downloads/drops/R20210825222808/repository/"/> </validationSets> <configurations operatingSystem="linux" windowSystem="gtk" architecture="aarch64"/> <configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc64le"/> diff --git a/publish-to-maven-central/properties.sh b/publish-to-maven-central/properties.sh index de49ee07..e25bd7ae 100644 --- a/publish-to-maven-central/properties.sh +++ b/publish-to-maven-central/properties.sh @@ -15,12 +15,12 @@ # ECLIPSE: APP_NAME_P2DIRECTOR=org.eclipse.equinox.p2.director DROPS4=/home/data/httpd/download.eclipse.org/eclipse/downloads/drops4 -SDK_BUILD_DIR=R-4.20-202106111600 -SDK_VERSION=4.20 +SDK_BUILD_DIR=R-4.21-202109060500 +SDK_VERSION=4.21 FILE_ECLIPSE=${DROPS4}/${SDK_BUILD_DIR}/eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz # JDT / ECJ: -ECJ_VERSION=3.26.0 +ECJ_VERSION=3.27.0 # AGGREGATOR: IU_AGG_PRODUCT=org.eclipse.cbi.p2repo.cli.product |
