Skip to content

Commit

Permalink
[unleash-maven-plugin] 2.3.0 -> 2.3.1-SNAPSHOT Preparation for tag v2…
Browse files Browse the repository at this point in the history
….3.0
  • Loading branch information
GitHub CICD committed Feb 6, 2024
1 parent 751a1a4 commit 0c92c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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">
<?xml version="1.0" encoding="UTF-8" standalone="no"?><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>

<parent>
Expand All @@ -8,7 +8,7 @@
</parent>

<artifactId>unleash-scm-provider-git</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.0</version>

<name>Unleash SCM Provider Git</name>
<description>The Git SCM provider for the Unleash Maven Plugin.</description>
Expand Down Expand Up @@ -37,7 +37,7 @@
<scm>
<connection>scm:git:https://github.com/mavenplugins/unleash-scm-provider-git.git</connection>
<url>https://github.com/mavenplugins/unleash-scm-provider-git</url>
<tag>HEAD</tag>
<tag>v2.3.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 0c92c59

Please sign in to comment.