We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e080c commit fb5f8b1Copy full SHA for fb5f8b1
pom.xml
@@ -439,12 +439,11 @@ limitations under the License.
439
<plugin>
440
<groupId>org.apache.maven.plugins</groupId>
441
<artifactId>maven-release-plugin</artifactId>
442
- <version>3.0.0-M5</version>
+ <version>3.0.0-M6</version>
443
<configuration>
444
<goals>deploy</goals>
445
<mavenExecutorId>forked-path</mavenExecutorId>
446
- <useReleaseProfile>false</useReleaseProfile>
447
- <arguments>-Pplexus-release</arguments>
+ <releaseProfiles>plexus-release</releaseProfiles>
448
</configuration>
449
</plugin>
450
0 commit comments