Skip to content

Commit f41a2df

Browse files
committed
Add maven-release-plugin conf
1 parent acb3f2c commit f41a2df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,6 +1262,16 @@ limitations under the License.]]></inlineHeader>
12621262
<skipLocalStaging>true</skipLocalStaging>
12631263
</configuration>
12641264
</plugin>
1265+
<plugin>
1266+
<artifactId>maven-release-plugin</artifactId>
1267+
<version>2.5.3</version>
1268+
<configuration>
1269+
<tagNameFormat>v@{project.version}</tagNameFormat>
1270+
<autoVersionSubmodules>true</autoVersionSubmodules>
1271+
<useReleaseProfile>false</useReleaseProfile>
1272+
<releaseProfiles>release</releaseProfiles>
1273+
</configuration>
1274+
</plugin>
12651275
</plugins>
12661276
</build>
12671277
<licenses>

0 commit comments

Comments
 (0)