@@ -70,29 +70,18 @@ SOFTWARE.
7070 </developer >
7171 </developers >
7272
73- <distributionManagement >
74- <snapshotRepository >
75- <id >ossrh</id >
76- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
77- </snapshotRepository >
78- <repository >
79- <id >ossrh</id >
80- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
81- </repository >
82- </distributionManagement >
83-
8473 <properties >
8574 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
8675 <maven .compiler.source>17</maven .compiler.source>
8776 <maven .compiler.target>17</maven .compiler.target>
8877 <maven .javadoc.failOnError>false</maven .javadoc.failOnError>
89- <pebble .version>3.2.2 </pebble .version>
90- <lombok .version>1.18.32 </lombok .version>
91- <junit .version>5.10 .2</junit .version>
78+ <pebble .version>3.2.4 </pebble .version>
79+ <lombok .version>1.18.36 </lombok .version>
80+ <junit .version>5.12 .2</junit .version>
9281 <hamcrest .version>2.2</hamcrest .version>
9382 <colors .version>0.6.0</colors .version>
94- <commonmark .version>0.22 .0</commonmark .version>
95- <simple-java-mail .version>8.10.1 </simple-java-mail .version>
83+ <commonmark .version>0.25 .0</commonmark .version>
84+ <simple-java-mail .version>8.12.6 </simple-java-mail .version>
9685 </properties >
9786
9887 <dependencies >
@@ -110,14 +99,14 @@ SOFTWARE.
11099 <build >
111100 <plugins >
112101 <plugin >
113- <groupId >org.sonatype.plugins </groupId >
114- <artifactId >nexus-staging -maven-plugin</artifactId >
115- <version >1.6.13 </version >
102+ <groupId >org.sonatype.central </groupId >
103+ <artifactId >central-publishing -maven-plugin</artifactId >
104+ <version >0.8.0 </version >
116105 <extensions >true</extensions >
117106 <configuration >
118- <serverId >ossrh</ serverId >
119- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
120- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
107+ <publishingServerId >central</ publishingServerId >
108+ <autoPublish >true</ autoPublish >
109+ <waitUntil >published</ waitUntil >
121110 </configuration >
122111 </plugin >
123112 <plugin >
@@ -136,7 +125,7 @@ SOFTWARE.
136125 <plugin >
137126 <groupId >org.apache.maven.plugins</groupId >
138127 <artifactId >maven-javadoc-plugin</artifactId >
139- <version >3.6.3 </version >
128+ <version >3.11.2 </version >
140129 <executions >
141130 <execution >
142131 <id >attach-javadocs</id >
@@ -152,14 +141,18 @@ SOFTWARE.
152141 <plugin >
153142 <groupId >org.apache.maven.plugins</groupId >
154143 <artifactId >maven-gpg-plugin</artifactId >
155- <version >3.2.4 </version >
144+ <version >3.2.8 </version >
156145 <executions >
157146 <execution >
158147 <id >sign-artifacts</id >
159148 <phase >verify</phase >
160149 <goals >
161150 <goal >sign</goal >
162151 </goals >
152+ <configuration >
153+ <showFiles >true</showFiles >
154+ <displayFingerprint >true</displayFingerprint >
155+ </configuration >
163156 </execution >
164157 </executions >
165158 </plugin >
0 commit comments