Skip to content

Commit 1584256

Browse files
committed
Prepare for release 0.3.0
1 parent 8be2a43 commit 1584256

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
distribution: 'temurin'
3030
cache: maven
3131
- name: Build with Maven
32-
run: mvn -B package jreleaser:assemble -Prelease --file pom.xml
32+
run: mvn -B verify jreleaser:assemble -Prelease --file pom.xml
3333

3434
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3535
- name: Update dependency graph

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.codejive.jpm</groupId>
77
<artifactId>jpm</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3.0</version>
99

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

0 commit comments

Comments
 (0)