Skip to content

Commit feb975e

Browse files
committed
chore(deps): update Nexus to 3.62.0
1 parent 5af210f commit feb975e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- run:
3232
name: Install jFrog CLI
33-
command: curl -fL https://getcli.jfrog.io | sh
33+
command: curl -fL https://getcli.jfrog.io/v2 | sh
3434
- run:
3535
name: Push to Artifactory
3636
environment:
@@ -39,7 +39,7 @@ jobs:
3939
export JFROG_CLI_BUILD_NAME="$CIRCLE_PROJECT_REPONAME"
4040
export JFROG_CLI_BUILD_NUMBER="$CIRCLE_BUILD_NUM"
4141
export JFROG_CLI_BUILD_URL="$CIRCLE_BUILD_URL"
42-
./jfrog rt config --url="$ARTIFACTORY_URL" --user="$ARTIFACTORY_USER" --apikey="$ARTIFACTORY_APIKEY" --interactive=false adaptive
42+
./jfrog config add --artifactory-url="$ARTIFACTORY_URL" --user="$ARTIFACTORY_USER" --password="$ARTIFACTORY_APIKEY" --interactive=false adaptive
4343
./jfrog rt build-add-git --server-id=adaptive
4444
./jfrog rt build-collect-env
4545
./jfrog rt mvn-config --server-id-deploy=adaptive --repo-deploy-releases="$ARTIFACTORY_REPO" --repo-deploy-snapshots="$ARTIFACTORY_REPO"

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<parent>
66
<groupId>org.sonatype.nexus.plugins</groupId>
77
<artifactId>nexus-plugins</artifactId>
8-
<version>3.58.1-01</version>
8+
<version>3.62.0-01</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<groupId>com.weareadaptive.nexus</groupId>
1313
<artifactId>nexus-casc-plugin</artifactId>
14-
<version>3.58.1-01</version>
14+
<version>3.62.0-01</version>
1515
<packaging>bundle</packaging>
1616

1717
<properties>
18-
<nexus.docker.version>3.58.1</nexus.docker.version>
18+
<nexus.docker.version>3.62.0</nexus.docker.version>
1919

2020
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
2121
<maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version>

0 commit comments

Comments
 (0)