Skip to content

Commit f8cd183

Browse files
authored
Update pom.xml
1 parent 9f6b6be commit f8cd183

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.mccue</groupId>
88
<artifactId>json</artifactId>
9-
<version>0.3.1</version>
9+
<version>2023.12.23</version>
1010
<packaging>jar</packaging>
1111

1212
<properties>
@@ -107,9 +107,13 @@
107107
<plugin>
108108
<groupId>org.jreleaser</groupId>
109109
<artifactId>jreleaser-maven-plugin</artifactId>
110-
<version>1.3.1</version>
110+
<version>1.11.0</version>
111111
<configuration>
112112
<jreleaser>
113+
<project>
114+
<copyright>2024</copyright>
115+
<versionPattern><type>CHRONVER</type></versionPattern>
116+
</project>
113117
<signing>
114118
<active>ALWAYS</active>
115119
<armored>true</armored>
@@ -134,4 +138,4 @@
134138
</build>
135139
</profile>
136140
</profiles>
137-
</project>
141+
</project>

0 commit comments

Comments
 (0)