We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8be2a43 commit 1584256Copy full SHA for 1584256
2 files changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
distribution: 'temurin'
30
cache: maven
31
- name: Build with Maven
32
- run: mvn -B package jreleaser:assemble -Prelease --file pom.xml
+ run: mvn -B verify jreleaser:assemble -Prelease --file pom.xml
33
34
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
35
- name: Update dependency graph
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>org.codejive.jpm</groupId>
7
<artifactId>jpm</artifactId>
8
- <version>0.2.1-SNAPSHOT</version>
+ <version>0.3.0</version>
9
10
<name>Java Package Manager</name>
11
<description>A simple command line tool for managing Maven dependencies for Java tools like javac and java</description>
0 commit comments