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 acb3f2c commit f41a2dfCopy full SHA for f41a2df
pom.xml
@@ -1262,6 +1262,16 @@ limitations under the License.]]></inlineHeader>
1262
<skipLocalStaging>true</skipLocalStaging>
1263
</configuration>
1264
</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>
1275
</plugins>
1276
</build>
1277
<licenses>
0 commit comments