Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jira-3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Aug 24, 2022
1 parent 39ad9e9 commit 4d6e93e
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,6 +1,5 @@
<?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>
Expand All @@ -10,7 +9,7 @@
</parent>

<artifactId>jira</artifactId>
<version>${revision}${changelist}</version>
<version>3.8</version>
<packaging>hpi</packaging>
<name>Jenkins Jira plugin</name>
<description>Integrates Jenkins to Jira</description>
Expand All @@ -32,7 +31,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>jira-3.8</tag>
</scm>

<licenses>
Expand Down Expand Up @@ -307,7 +306,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>command-launcher</artifactId>
<version>1.4</version>
<scope></scope>
<scope />
</dependency>
<dependency>
<groupId>io.jenkins.configuration-as-code</groupId>
Expand Down

0 comments on commit 4d6e93e

Please sign in to comment.