File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed
Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >com.melloware</groupId >
44 <artifactId >jintellitype</artifactId >
5- <version >1.5.0 </version >
5+ <version >1.5.1 </version >
66 <packaging >jar</packaging >
77 <name >JIntellitype</name >
88 <description >JIntellitype - JNI Java bridge to Microsoft Intellitype commands.</description >
303303 <artifactId >maven-compiler-plugin</artifactId >
304304 <version >3.14.0</version >
305305 </plugin >
306+ <plugin >
307+ <groupId >org.jreleaser</groupId >
308+ <artifactId >jreleaser-maven-plugin</artifactId >
309+ <version >1.18.0</version >
310+ <configuration >
311+ <jreleaser >
312+ <signing >
313+ <active >ALWAYS</active >
314+ <armored >true</armored >
315+ </signing >
316+ <deploy >
317+ <maven >
318+ <mavenCentral >
319+ <sonatype >
320+ <active >ALWAYS</active >
321+ <url >https://central.sonatype.com/api/v1/publisher</url >
322+ <stagingRepositories >target/staging-deploy</stagingRepositories >
323+ </sonatype >
324+ </mavenCentral >
325+ </maven >
326+ </deploy >
327+ </jreleaser >
328+ </configuration >
329+ </plugin >
306330 </plugins >
307331 </build >
308332 <reporting >
You can’t perform that action at this time.
0 commit comments