Skip to content

Commit

Permalink
fix coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
theanotherwise committed Nov 21, 2023
1 parent bf73298 commit 11d3149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>cicd</artifactId>
<groupId>com.seemscloud.cicd</groupId>
<version>1.4.15</version>
<version>1.4.15-SNAPSHOT</version>
</parent>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- <developerConnection>scm:git:https://github.com/seemscloud/github-actions-maven-cicd.git</developerConnection>-->
<connection>scm:git:[email protected]:seemscloud/github-actions-maven-cicd.git</connection>
<developerConnection>scm:git:[email protected]:seemscloud/github-actions-maven-cicd.git</developerConnection>
<tag>1.4.15</tag>
<tag>1.4.15-SNAPSHOT</tag>
</scm>

<modules>
Expand Down Expand Up @@ -73,7 +73,7 @@

<projectVersionPolicyId>ConventionalCommitsVersionPolicy</projectVersionPolicyId>
<projectVersionPolicyConfig>
<versionTag>^([0-9]+\.[0-9]+\.[0-9]+)$</versionTag>
<versionTag>^([0-9]+\.[0-9]+\.[0-9]+)-SNAPSHOT$</versionTag>
<minorRules>
<majorRule>^feat: .*$</majorRule>
</minorRules>
Expand Down

0 comments on commit 11d3149

Please sign in to comment.