Skip to content

Commit a06488f

Browse files
committed
1.5.1
1 parent fe0cb51 commit a06488f

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -303,6 +303,30 @@
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>

0 commit comments

Comments
 (0)