Skip to content

Commit 63f7fee

Browse files
author
Libor Krzyzanek
committed
[maven-release-plugin] prepare for next development iteration
1 parent dbb6677 commit 63f7fee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>content-git-api</artifactId>
5-
<version>1.3.6</version>
5+
<version>1.3.7-SNAPSHOT</version>
66

77
<parent>
88
<groupId>io.spaship.content.git</groupId>
99
<artifactId>content-git-root</artifactId>
10-
<version>1.3.6</version>
10+
<version>1.3.7-SNAPSHOT</version>
1111
</parent>
1212

1313

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>io.spaship.content.git</groupId>
55
<artifactId>content-git-root</artifactId>
6-
<version>1.3.6</version>
6+
<version>1.3.7-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<url>https://github.com/spaship/content-git</url>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:https://github.com/spaship/content-git.git</connection>
2121
<developerConnection>scm:git:[email protected]:spaship/content-git.git</developerConnection>
2222
<url>https://github.com/spaship/content-git.git</url>
23-
<tag>1.3.6</tag>
23+
<tag>HEAD</tag>
2424
</scm>
2525

2626
<distributionManagement>

0 commit comments

Comments
 (0)