Skip to content

Commit 532d3a0

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 7370aa9 commit 532d3a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.spotify.fmt</groupId>
1111
<artifactId>fmt-maven-plugin</artifactId>
12-
<version>2.27</version>
12+
<version>2.28-SNAPSHOT</version>
1313
<packaging>maven-plugin</packaging>
1414

1515
<name>${project.groupId}:${project.artifactId}</name>
@@ -62,13 +62,13 @@
6262
<connection>scm:git:[email protected]:spotify/fmt-maven-plugin.git</connection>
6363
<developerConnection>scm:git:[email protected]:spotify/fmt-maven-plugin.git</developerConnection>
6464
<url>http://github.com/spotify/fmt-maven-plugin</url>
65-
<tag>2.27.0</tag>
65+
<tag>HEAD</tag>
6666
</scm>
6767

6868
<properties>
6969
<java.version>17</java.version>
7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
71-
<project.build.outputTimestamp>1746436062</project.build.outputTimestamp>
71+
<project.build.outputTimestamp>1746436142</project.build.outputTimestamp>
7272
<maven.version>3.9.6</maven.version>
7373
</properties>
7474

0 commit comments

Comments
 (0)