Skip to content

Commit

Permalink
Rev pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeaudoinfortin committed Oct 30, 2024
1 parent 744aecc commit aec4a3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up for Maven Central
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add the following to your pom.xml:
<dependency>
<groupId>io.github.dbeaudoinfortin</groupId>
<artifactId>stack-trace-compactor</artifactId>
<version>0.0.3</version>
<version>0.0.5</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.dbeaudoinfortin</groupId>
<artifactId>stack-trace-compactor</artifactId>
<version>0.0.3</version>
<version>0.0.5</version>
<packaging>jar</packaging>
<name>Stack Trace Compactor</name>
<description>Make your Java stack traces less verbose!</description>
Expand Down

0 comments on commit aec4a3a

Please sign in to comment.