Skip to content

Commit

Permalink
chore(deps): update Nexus to 3.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdellegrazie committed Nov 13, 2023
1 parent 5af210f commit feb975e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- run:
name: Install jFrog CLI
command: curl -fL https://getcli.jfrog.io | sh
command: curl -fL https://getcli.jfrog.io/v2 | sh
- run:
name: Push to Artifactory
environment:
Expand All @@ -39,7 +39,7 @@ jobs:
export JFROG_CLI_BUILD_NAME="$CIRCLE_PROJECT_REPONAME"
export JFROG_CLI_BUILD_NUMBER="$CIRCLE_BUILD_NUM"
export JFROG_CLI_BUILD_URL="$CIRCLE_BUILD_URL"
./jfrog rt config --url="$ARTIFACTORY_URL" --user="$ARTIFACTORY_USER" --apikey="$ARTIFACTORY_APIKEY" --interactive=false adaptive
./jfrog config add --artifactory-url="$ARTIFACTORY_URL" --user="$ARTIFACTORY_USER" --password="$ARTIFACTORY_APIKEY" --interactive=false adaptive
./jfrog rt build-add-git --server-id=adaptive
./jfrog rt build-collect-env
./jfrog rt mvn-config --server-id-deploy=adaptive --repo-deploy-releases="$ARTIFACTORY_REPO" --repo-deploy-snapshots="$ARTIFACTORY_REPO"
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
<parent>
<groupId>org.sonatype.nexus.plugins</groupId>
<artifactId>nexus-plugins</artifactId>
<version>3.58.1-01</version>
<version>3.62.0-01</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.weareadaptive.nexus</groupId>
<artifactId>nexus-casc-plugin</artifactId>
<version>3.58.1-01</version>
<version>3.62.0-01</version>
<packaging>bundle</packaging>

<properties>
<nexus.docker.version>3.58.1</nexus.docker.version>
<nexus.docker.version>3.62.0</nexus.docker.version>

<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version>
Expand Down

0 comments on commit feb975e

Please sign in to comment.