diff --git a/.jfrog-pipelines/release/pipelines.release.yml b/.jfrog-pipelines/release/pipelines.release.yml index 7e900e6..2b07704 100644 --- a/.jfrog-pipelines/release/pipelines.release.yml +++ b/.jfrog-pipelines/release/pipelines.release.yml @@ -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 diff --git a/.jfrog-pipelines/release/pipelines.snapshot.yml b/.jfrog-pipelines/release/pipelines.snapshot.yml index 1c6d778..3e73ab9 100644 --- a/.jfrog-pipelines/release/pipelines.snapshot.yml +++ b/.jfrog-pipelines/release/pipelines.snapshot.yml @@ -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