Skip to content

Commit

Permalink
Fix release profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNagar committed Mar 21, 2023
1 parent 09c7dea commit 27535e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.sanctionco.jmail</groupId>
<artifactId>jmail</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jmail</name>
Expand Down Expand Up @@ -208,7 +208,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>${release-plugin.version}</version>
<configuration>
<releaseProfiles>performRelease</releaseProfiles>
<releaseProfiles>release-sign-artifacts</releaseProfiles>
<tagNameFormat>v@{project.version}</tagNameFormat>
</configuration>
</plugin>
Expand Down

0 comments on commit 27535e4

Please sign in to comment.