Skip to content

Commit

Permalink
Incrementalified
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Oct 28, 2022
1 parent 89fef0c commit 8878693
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>cloud-stats</artifactId>
<version>0.28-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Cloud Statistics Plugin</name>
<description>Report Jenkins dynamic provisioning activities and statistics</description>
Expand All @@ -29,10 +29,10 @@
</licenses>

<scm>
<connection>scm:git:git://github.com/jenkinsci/cloud-stats-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/cloud-stats-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/cloud-stats-plugin</url>
<tag>HEAD</tag>
<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>
</scm>

<dependencies>
Expand Down Expand Up @@ -72,6 +72,9 @@
</pluginRepositories>

<properties>
<revision>0.28</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/cloud-stats-plugin</gitHubRepo>
<jenkins.version>2.235.1</jenkins.version>
<java.level>8</java.level>
<surefire.useFile>false</surefire.useFile>
Expand Down

0 comments on commit 8878693

Please sign in to comment.