From e39087b83d3d82b5e238e0d4a08496a2ab91d872 Mon Sep 17 00:00:00 2001 From: Elsa Zacharia Date: Fri, 8 Sep 2023 10:06:07 +0530 Subject: [PATCH] Publish to maven central https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1328 Changes to SDK4Mvn.aggr and properties.sh file for publishing 4.29 to maven central. --- eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr | 4 ++-- .../publish-to-maven-central/properties.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr b/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr index 48f6c95cd5b..4c17998f23d 100644 --- a/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr +++ b/eclipse.platform.releng/publish-to-maven-central/SDK4Mvn.aggr @@ -2,10 +2,10 @@ - + - + diff --git a/eclipse.platform.releng/publish-to-maven-central/properties.sh b/eclipse.platform.releng/publish-to-maven-central/properties.sh index 91c98750342..91d42283f0f 100644 --- a/eclipse.platform.releng/publish-to-maven-central/properties.sh +++ b/eclipse.platform.releng/publish-to-maven-central/properties.sh @@ -14,8 +14,8 @@ # ECLIPSE: DROPS4=/home/data/httpd/download.eclipse.org/eclipse/downloads/drops4 -SDK_BUILD_DIR=R-4.28-202306050440 -SDK_VERSION=4.28 +SDK_BUILD_DIR=R-4.29-202309031000 +SDK_VERSION=4.29 FILE_ECLIPSE=${DROPS4}/${SDK_BUILD_DIR}/eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz # AGGREGATOR: