Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klaraward committed Mar 29, 2022
1 parent e2620bd commit 129827d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
@@ -1,10 +1,9 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

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

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -51,7 +50,8 @@
<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>
</scm>
<tag>2.17.0</tag>
</scm>

<distributionManagement>
<snapshotRepository>
Expand Down

0 comments on commit 129827d

Please sign in to comment.