Skip to content

Commit

Permalink
[maven-release-plugin] prepare release semantic-versioning-plugin-1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh committed Oct 21, 2020
1 parent 52fc9b8 commit 967999d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.30</version>
<relativePath/>
<relativePath />
</parent>

<properties>
Expand All @@ -15,7 +14,7 @@
</properties>

<artifactId>semantic-versioning-plugin</artifactId>
<version>1.13-SNAPSHOT</version>
<version>1.13</version>
<packaging>hpi</packaging>
<name>Semantic Versioning Plugin</name>
<url>https://github.com/jenkinsci/semantic-versioning-plugin</url>
Expand Down Expand Up @@ -62,7 +61,7 @@
<connection>scm:git:ssh://github.com/jenkinsci/semantic-versioning-plugin.git</connection>
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/semantic-versioning-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/semantic-versioning-plugin</url>
<tag>HEAD</tag>
<tag>semantic-versioning-plugin-1.13</tag>
</scm>

</project>

0 comments on commit 967999d

Please sign in to comment.