Skip to content

Commit

Permalink
chore: Configure default SCM tag in maven-release-plugin and reconfig…
Browse files Browse the repository at this point in the history
…ure to push upstream and perform release out of that tag (resolves #159)
  • Loading branch information
rhusar committed May 15, 2024
1 parent f5dd9c4 commit c4c33b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@
<artifactId>maven-release-plugin</artifactId>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-managed-10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<container>
<containerId>tomcat10x</containerId>
<zipUrlInstaller>
<url>https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${tomcat10.version}/bin/apache-tomcat-${tomcat10.version}.zip</url>
<url>https://archive.apache.org/dist/tomcat/tomcat-10/v${tomcat10.version}/bin/apache-tomcat-${tomcat10.version}.zip</url>
</zipUrlInstaller>
</container>
</configuration>
Expand Down

0 comments on commit c4c33b1

Please sign in to comment.