We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6b6be commit f8cd183Copy full SHA for f8cd183
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>dev.mccue</groupId>
8
<artifactId>json</artifactId>
9
- <version>0.3.1</version>
+ <version>2023.12.23</version>
10
<packaging>jar</packaging>
11
12
<properties>
@@ -107,9 +107,13 @@
107
<plugin>
108
<groupId>org.jreleaser</groupId>
109
<artifactId>jreleaser-maven-plugin</artifactId>
110
- <version>1.3.1</version>
+ <version>1.11.0</version>
111
<configuration>
112
<jreleaser>
113
+ <project>
114
+ <copyright>2024</copyright>
115
+ <versionPattern><type>CHRONVER</type></versionPattern>
116
+ </project>
117
<signing>
118
<active>ALWAYS</active>
119
<armored>true</armored>
@@ -134,4 +138,4 @@
134
138
</build>
135
139
</profile>
136
140
</profiles>
137
-</project>
141
+</project>
0 commit comments