Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit c0908b5

Browse files
committed
Newer and less finiky version of the release plugin
( it actually releases)
1 parent 42c7d1a commit c0908b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,12 @@
139139

140140
<plugin>
141141
<artifactId>maven-release-plugin</artifactId>
142-
<version>2.0-beta-8</version>
142+
<version>2.2</version>
143143
<configuration>
144144
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
145145
<!-- Make signing prompt for passphrase properly http://jira.codehaus.org/browse/MGPG-9 -->
146146
<mavenExecutorId>forked-path</mavenExecutorId>
147+
<stagingRepository>sonatype-nexus-staging::default::https://oss.sonatype.org/service/local/staging/deploy/maven2</stagingRepository>
147148
</configuration>
148149
</plugin>
149150

0 commit comments

Comments
 (0)