Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rest-list-parameter-1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h1dden-da3m0n committed Oct 14, 2020
1 parent 30d62dc commit ea5eb18
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,13 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>4.11</version>
<relativePath/>
<relativePath />
</parent>

<properties>
Expand All @@ -29,7 +28,7 @@
<name>REST List Parameter</name>
<groupId>io.jenkins.plugins</groupId>
<artifactId>rest-list-parameter</artifactId>
<version>${revision}${changelist}</version>
<version>1.0.1</version>
<packaging>hpi</packaging>

<licenses>
Expand Down Expand Up @@ -57,7 +56,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/${project.artifactId}-${revision}/README.adoc</url>
<tag>HEAD</tag>
<tag>rest-list-parameter-1.0.1</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit ea5eb18

Please sign in to comment.