@@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
55 <artifactId >mx-platform-java</artifactId >
66 <packaging >jar</packaging >
77 <name >mx-platform-java</name >
8- <version >0.4.0 </version >
8+ <version >0.4.1 </version >
99 <url >https://github.com/mxenabled/mx-platform-java</url >
1010 <description >A Java library for the MX Platform API</description >
1111 <scm >
@@ -182,6 +182,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
182182 </execution >
183183 </executions >
184184 </plugin >
185+ <plugin >
186+ <groupId >org.sonatype.plugins</groupId >
187+ <artifactId >nexus-staging-maven-plugin</artifactId >
188+ <version >1.6.7</version >
189+ <extensions >true</extensions >
190+ <configuration >
191+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
192+ <serverId >ossrh</serverId >
193+ <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
194+ </configuration >
195+ </plugin >
185196 </plugins >
186197 </build >
187198
@@ -204,7 +215,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
204215 <plugin >
205216 <groupId >org.apache.maven.plugins</groupId >
206217 <artifactId >maven-gpg-plugin</artifactId >
207- <version >1.5 </version >
218+ <version >3.0.1 </version >
208219 <executions >
209220 <execution >
210221 <id >sign-artifacts</id >
@@ -214,12 +225,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
214225 </goals >
215226 </execution >
216227 </executions >
217- <configuration >
218- <gpgArguments >
219- <arg >--pinentry-mode</arg >
220- <arg >loopback</arg >
221- </gpgArguments >
222- </configuration >
223228 </plugin >
224229 </plugins >
225230 </build >
0 commit comments