Skip to content

Commit

Permalink
Prepare for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Jul 12, 2024
1 parent 8be2a43 commit 1584256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package jreleaser:assemble -Prelease --file pom.xml
run: mvn -B verify jreleaser:assemble -Prelease --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.codejive.jpm</groupId>
<artifactId>jpm</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0</version>

<name>Java Package Manager</name>
<description>A simple command line tool for managing Maven dependencies for Java tools like javac and java</description>
Expand Down

0 comments on commit 1584256

Please sign in to comment.