Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .jfrog-pipelines/release/pipelines.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ pipelines:
- jf c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey
- jf mvnc --repo-resolve-releases ecosys-maven-remote --repo-resolve-snapshots ecosys-maven-remote --repo-deploy-releases ecosys-oss-release-local --repo-deploy-snapshots ecosys-oss-snapshot-local

# Run audit
# - jf audit

# Update version
- env -i PATH=$PATH M2_HOME=$M2_HOME HOME=$HOME jf mvn versions:set -DnewVersion="${NEXT_VERSION}" -B
- git commit -am "[jfrog-release] Release version ${NEXT_VERSION} [skipRun]" --allow-empty
Expand Down
2 changes: 0 additions & 2 deletions .jfrog-pipelines/release/pipelines.snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ pipelines:
- jf c add internal --url=$int_ecosys_entplus_deployer_url --user=$int_ecosys_entplus_deployer_user --password=$int_ecosys_entplus_deployer_apikey
- jf mvnc --repo-resolve-releases ecosys-maven-remote --repo-resolve-snapshots ecosys-maven-remote --repo-deploy-releases ecosys-oss-release-local --repo-deploy-snapshots ecosys-oss-snapshot-local

# Run audit
- jf audit --fail=false

# Delete former snapshots to make sure the release bundle will not contain the same artifacts
- jf rt del "ecosys-oss-snapshot-local/com/jfrog/maven-dep-tree/*" --quiet
Expand Down
Loading