Skip to content

Commit

Permalink
Added release process
Browse files Browse the repository at this point in the history
  • Loading branch information
profhenry committed Dec 19, 2023
1 parent 36a811c commit f7777eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<tagNameFormat>sshsig-@{version}</tagNameFormat>
<releaseProfiles>release</releaseProfiles>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit f7777eb

Please sign in to comment.