Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bowbahdoe authored Apr 18, 2024
1 parent 9f6b6be commit f8cd183
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>dev.mccue</groupId>
<artifactId>json</artifactId>
<version>0.3.1</version>
<version>2023.12.23</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -107,9 +107,13 @@
<plugin>
<groupId>org.jreleaser</groupId>
<artifactId>jreleaser-maven-plugin</artifactId>
<version>1.3.1</version>
<version>1.11.0</version>
<configuration>
<jreleaser>
<project>
<copyright>2024</copyright>
<versionPattern><type>CHRONVER</type></versionPattern>
</project>
<signing>
<active>ALWAYS</active>
<armored>true</armored>
Expand All @@ -134,4 +138,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit f8cd183

Please sign in to comment.