Release Train: v2022.0.1 / Stream Apps: v4.0.1

Fix deployment descriptor upload after removing separate checkout.
This commit is contained in:
Corneil du Plessis
2024-12-02 15:24:24 +02:00
parent 341bc6f94e
commit 7c31dc5b02
2 changed files with 1 additions and 5 deletions

View File

@@ -197,7 +197,7 @@ jobs:
pushd stream-applications > /dev/null
echo "::notice ::uploading unique version snapshot descriptors"
set -e
SRC_ROOT=$ROOT_DIR/stream-applications/stream-applications-release-train/stream-applications-descriptor/target/classes/META-INF
SRC_ROOT=$ROOT_DIR/stream-applications-release-train/stream-applications-descriptor/target/classes/META-INF
TARGET_REPO=libs-snapshot-local/org/springframework/cloud/stream/app/stream-applications-descriptor/${RELEASE_TRAIN_VERSION}
jfrog rt upload "$SRC_ROOT/kafka-apps-maven.properties" "${TARGET_REPO}/stream-applications-descriptor-${RELEASE_TRAIN_VERSION}.stream-apps-kafka-maven"
jfrog rt upload "$SRC_ROOT/kafka-apps-docker.properties" "${TARGET_REPO}/stream-applications-descriptor-${RELEASE_TRAIN_VERSION}.stream-apps-kafka-docker"

View File

@@ -26,10 +26,6 @@ echo "Version:[$OLD_VERSION] -> [$NEW_VERSION]"
echo "Release Train Version: [$OLD_RT_VERSION] -> [$RELEASE_TRAIN_VERSION]"
set +e
#$SCDIR/mvnw clean install -DskipTests -T 1C -ntp -Dmaven.javadoc.skip=true
#$SCDIR/mvnw clean
#find $SCDIR -name apps -type d -exec rm -rf '{}' \;
$SCDIR/mvnw versions:set \
-s .settings.xml -DgenerateBackupPoms=false -Dartifactory.publish.artifacts=false -B $VERBOSE \
-DoldVersion="$OLD_VERSION" -DnewVersion="$NEW_VERSION" -DprocessAllModules=true -Dmaven.version.ignore="${OLD_RT_VERSION/\./\\.}"