Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caesar-ralf committed Sep 22, 2023
1 parent f464343 commit 50f8a13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@

<groupId>com.spotify.fmt</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.22-SNAPSHOT</version>
<version>2.21.1</version>
<packaging>maven-plugin</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -62,7 +62,7 @@
<connection>scm:git:git@github.com:spotify/fmt-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:spotify/fmt-maven-plugin.git</developerConnection>
<url>http://github.com/spotify/fmt-maven-plugin</url>
<tag>HEAD</tag>
<tag>2.21.1</tag>
</scm>

<distributionManagement>
Expand All @@ -81,7 +81,7 @@
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1695388591</project.build.outputTimestamp>
<project.build.outputTimestamp>1695393582</project.build.outputTimestamp>
<maven.version>3.9.4</maven.version>
</properties>

Expand Down

0 comments on commit 50f8a13

Please sign in to comment.