Skip to content

Commit

Permalink
Update version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Sep 27, 2020
1 parent f5d8ca6 commit b689762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- name: Install
run: mvn install
- name: deploy
- name: Deploy
run: >-
mvn deploy
-DARTIFACTORY_URL=${{ secrets.ARTIFACTORY_URL }}
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.jfrog.buildinfo</groupId>
<artifactId>artifactory-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>3.0.x-SNAPSHOT</version>
<version>3.0.0</version>
<name>Artifactory Maven plugin</name>
<url>https://www.jfrog.com/confluence/display/JFROG/Maven+Artifactory+Plugin</url>
<description>A Maven plugin to resolve artifacts from Artifactory, deploy artifacts to Artifactory, capture and
Expand All @@ -18,7 +18,6 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<skipITs>true</skipITs>
<tag>${releaseVersion}</tag>
</properties>

<repositories>
Expand Down

0 comments on commit b689762

Please sign in to comment.