Skip to content

Commit

Permalink
[CI] Fix create package [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 13, 2024
1 parent 8f71081 commit 1c5e9a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
--notes-file "${{runner.temp}}/release_notes.md"
# retrieve spring-cloud-dataflow-package and upload to github release
export PACKAGE_VERSION=${BUILD_ZOO_HANDLER_spring_cloud_dataflow_version}
./mvnw build-helper:parse-version versions:set -DskipResolution=true -DprocessAllModules=true -DgenerateBackupPoms=false -Dartifactory.publish.artifacts=false -DnewVersion=$PACKAGE_VERSION
pushd spring-cloud-dataflow-package
./set-package-version.sh
../mvnw package
Expand Down
8 changes: 4 additions & 4 deletions src/deploy/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
scdf-type:
oss:
release: '2.11.4'
release: '2.11.5'
snapshot: '2.11.5-SNAPSHOT'
milestone: '2.11.0-RC1'
maintenance-snapshot: '2.10.4-SNAPSHOT'
pro:
release: '1.6.3'
release: '1.6.4'
snapshot: '1.6.4-SNAPSHOT'
maintenance-snapshot: '1.5.4-SNAPSHOT'
default:
scdf-type: 'oss'
version: 'snapshot'
package-version: '2.11.5-SNAPSHOT'
version: 'release'
package-version: '2.11.5'

0 comments on commit 1c5e9a5

Please sign in to comment.