Skip to content

Commit fb5f8b1

Browse files
authored
update Maven Release Plugin
1 parent a5e080c commit fb5f8b1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -439,12 +439,11 @@ limitations under the License.
439439
<plugin>
440440
<groupId>org.apache.maven.plugins</groupId>
441441
<artifactId>maven-release-plugin</artifactId>
442-
<version>3.0.0-M5</version>
442+
<version>3.0.0-M6</version>
443443
<configuration>
444444
<goals>deploy</goals>
445445
<mavenExecutorId>forked-path</mavenExecutorId>
446-
<useReleaseProfile>false</useReleaseProfile>
447-
<arguments>-Pplexus-release</arguments>
446+
<releaseProfiles>plexus-release</releaseProfiles>
448447
</configuration>
449448
</plugin>
450449
<plugin>

0 commit comments

Comments
 (0)