Skip to content

Commit

Permalink
fix: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Dec 22, 2022
1 parent ebfdc92 commit 846ddc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>se.bjurr.bom</groupId>
<artifactId>bjurr-bom</artifactId>
<version>0.3.3</version>
<version>0.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Bjurr BOM</name>
<description>My BOM.</description>
Expand Down Expand Up @@ -95,7 +95,6 @@
<checkModificationExcludeList>
CHANGELOG.md,pom.xml
</checkModificationExcludeList>
<preparationGoals>se.bjurr.gitchangelog:git-changelog-maven-plugin:semantic-version</preparationGoals>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -146,7 +145,6 @@
<readableTagName>.*-(.*)$</readableTagName>
<file>CHANGELOG.md</file>
<ignoreCommitsIfMessageMatches>^\[maven-release-plugin\].*|^\[Gradle Release Plugin\].*|^Merge.*|.*\[GRADLE SCRIPT\].*</ignoreCommitsIfMessageMatches>
<updatePomWithNextSemanticVersionSuffixSnapshot>true</updatePomWithNextSemanticVersionSuffixSnapshot>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 846ddc4

Please sign in to comment.