Skip to content

Commit

Permalink
Release Train: v2022.0.1 / Stream Apps: v4.0.1
Browse files Browse the repository at this point in the history
Fix deployment descriptor upload after removing separate checkout.
  • Loading branch information
Corneil du Plessis committed Dec 2, 2024
1 parent 341bc6f commit 7c31dc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 0 additions & 4 deletions update-project-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/\./\\.}"
Expand Down

0 comments on commit 7c31dc5

Please sign in to comment.