Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Office-365-Connector-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damianszczepanik committed Oct 15, 2024
1 parent 1c3b79f commit 3f0f61c
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 @@
<?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.88</version>
<relativePath/>
<relativePath />
</parent>

<licenses>
Expand All @@ -19,7 +18,7 @@

<artifactId>Office-365-Connector</artifactId>
<name>Office 365 Connector / Power Automate workflows</name>
<version>${revision}${changelist}</version>
<version>5.0.0</version>
<packaging>hpi</packaging>
<description>This plugin sends Job notifications to JenkinsCI Office 365 Connector.</description>
<url>https://github.com/jenkinsci/office-365-connector-plugin</url>
Expand Down Expand Up @@ -157,7 +156,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>Office-365-Connector-5.0.0</tag>
</scm>
<ciManagement>
<system>Jenkins</system>
Expand Down

0 comments on commit 3f0f61c

Please sign in to comment.