Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 27, 2021
1 parent 03c09da commit bc3f65b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>4.1.4-SNAPSHOT</version>
<version>4.1.4</version>
<name>rewrite-maven-plugin</name>

<packaging>maven-plugin</packaging>
Expand Down Expand Up @@ -37,7 +36,7 @@
<connection>scm:git:https://github.com/openrewrite/rewrite-maven-plugin.git</connection>
<developerConnection>${developerConnectionUrl}</developerConnection>
<url>https://github.com/openrewrite/rewrite-maven-plugin/tree/master</url>
<tag>HEAD</tag>
<tag>v4.1.4</tag>
</scm>

<properties>
Expand Down

0 comments on commit bc3f65b

Please sign in to comment.