Skip to content

Commit 019c431

Browse files
author
Caesar Ralf
committed
[maven-release-plugin] prepare release 2.21
1 parent 84160f3 commit 019c431

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0"
2-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
42
<modelVersion>4.0.0</modelVersion>
53

64
<parent>
@@ -11,7 +9,7 @@
119

1210
<groupId>com.spotify.fmt</groupId>
1311
<artifactId>fmt-maven-plugin</artifactId>
14-
<version>2.21-SNAPSHOT</version>
12+
<version>2.21</version>
1513
<packaging>maven-plugin</packaging>
1614

1715
<name>${project.groupId}:${project.artifactId}</name>
@@ -64,7 +62,7 @@
6462
<connection>scm:git:[email protected]:spotify/fmt-maven-plugin.git</connection>
6563
<developerConnection>scm:git:[email protected]:spotify/fmt-maven-plugin.git</developerConnection>
6664
<url>http://github.com/spotify/fmt-maven-plugin</url>
67-
<tag>HEAD</tag>
65+
<tag>2.21</tag>
6866
</scm>
6967

7068
<distributionManagement>
@@ -83,7 +81,7 @@
8381
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
8482
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
8583
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
86-
<project.build.outputTimestamp>1682579930</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>1695388515</project.build.outputTimestamp>
8785
</properties>
8886

8987
<dependencies>

0 commit comments

Comments
 (0)