Skip to content

Commit 92c12fe

Browse files
committed
[skip ci] prepare release version/3.15.0
1 parent c20d240 commit 92c12fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.vackosar.gitflowincrementalbuilder</groupId>
55
<artifactId>gitflow-incremental-builder</artifactId>
6-
<version>3.15.0-SNAPSHOT</version>
6+
<version>3.15.0</version>
77
<name>${project.groupId}:${project.artifactId}</name>
88
<description>A Maven extension for incremental building of multi-module projects when using Git Flow (or Git in general).</description>
99
<url>https://github.com/gitflow-incremental-builder/gitflow-incremental-builder</url>
@@ -17,7 +17,7 @@
1717
<url>https://github.com/gitflow-incremental-builder/gitflow-incremental-builder</url>
1818
<connection>scm:git:https://github.com/gitflow-incremental-builder/gitflow-incremental-builder.git</connection>
1919
<developerConnection>scm:git:https://github.com/gitflow-incremental-builder/gitflow-incremental-builder.git</developerConnection>
20-
<tag>HEAD</tag>
20+
<tag>version/3.15.0</tag>
2121
</scm>
2222

2323
<licenses>

0 commit comments

Comments
 (0)