Skip to content

Commit

Permalink
Merge branch 'release/1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
bannmann committed Feb 23, 2021
2 parents 1aee0c2 + 41272c4 commit af82b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.bannmann</groupId>
<artifactId>base</artifactId>
<version>1.2</version>
<version>1.3</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -156,6 +156,7 @@
<commitDevelopmentVersionAtStart>true</commitDevelopmentVersionAtStart>
<useSnapshotInRelease>true</useSnapshotInRelease>
<preReleaseGoals>package -DperformRelease=true</preReleaseGoals>
<pushRemote>true</pushRemote>
<commitMessagePrefix>[gitflow] </commitMessagePrefix>
</configuration>
</plugin>
Expand Down Expand Up @@ -326,7 +327,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit af82b9c

Please sign in to comment.