Skip to content
Snippets Groups Projects
Commit 1244b2bf authored by Andrew W Petro's avatar Andrew W Petro
Browse files

use maven-release-plugin 2.4.2

Copy-and-paste of working release plugin configuration of FeedbackPortlet
parent 05a5ae2e
No related branches found
No related tags found
No related merge requests found
...@@ -44,17 +44,12 @@ ...@@ -44,17 +44,12 @@
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M5</version> <version>2.4.2</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>
<artifactId>maven-scm-provider-gitexe</artifactId>
<version>2.0.0-M1</version>
</dependency>
</dependencies>
<configuration> <configuration>
<autoVersionSubmodules>true</autoVersionSubmodules> <autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges> <localCheckout>true</localCheckout>
<tagNameFormat>release-@{project.version}</tagNameFormat>
<pushChanges>false</pushChanges>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment