Skip to content

Commit 1d279c6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 731e0c2 commit 1d279c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>io.github.ascopes</groupId>
2323
<artifactId>protobuf-maven-plugin-parent</artifactId>
24-
<version>4.0.0-M3</version>
24+
<version>4.0.0-M4-SNAPSHOT</version>
2525

2626
<name>Protobuf Maven Plugin Parent</name>
2727
<description>Parent POM for the Protobuf Maven Plugin.</description>
@@ -83,7 +83,7 @@
8383
<url>https://github.com/ascopes/protobuf-maven-plugin</url>
8484
<connection>scm:git:https://github.com/ascopes/protobuf-maven-plugin</connection>
8585
<developerConnection>scm:git:https://github.com/ascopes/protobuf-maven-plugin</developerConnection>
86-
<tag>v4.0.0-M3</tag>
86+
<tag>HEAD</tag>
8787
</scm>
8888

8989
<properties>

protobuf-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.github.ascopes</groupId>
2424
<artifactId>protobuf-maven-plugin-parent</artifactId>
25-
<version>4.0.0-M3</version>
25+
<version>4.0.0-M4-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>protobuf-maven-plugin</artifactId>

0 commit comments

Comments
 (0)