Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
zipengwu committed Jan 28, 2025
1 parent b72fc5e commit 07666ec
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
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>sonar</artifactId>
<version>2.18</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>SonarQube Scanner for Jenkins</name>
Expand All @@ -33,15 +33,15 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>sonar-2.18</tag>
<tag>${scmTag}</tag>
</scm>
<issueManagement>
<system>JIRA</system>
<url>https://jira.sonarsource.com/browse/SONARJNKNS</url>
</issueManagement>

<properties>
<revision>2.18</revision>
<revision>2.18.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/sonarqube-plugin</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 07666ec

Please sign in to comment.