diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5f7be87..e20bca4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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
diff --git a/pom.xml b/pom.xml
index ac03def..e183639 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.codejive.jpm
jpm
- 0.2.1-SNAPSHOT
+ 0.3.0
Java Package Manager
A simple command line tool for managing Maven dependencies for Java tools like javac and java