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
jmMeessen committed Jul 20, 2022
1 parent fc7abaf commit 9b016ae
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 @@ -10,7 +10,7 @@
</parent>

<artifactId>config-file-provider</artifactId>
<version>3.11</version>
<version>${revision}${changelist}</version>

<packaging>hpi</packaging>

Expand All @@ -20,14 +20,14 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>config-file-provider-3.11</tag>
<tag>${scmTag}</tag>
</scm>

<name>Config File Provider Plugin</name>
<description>Ability to provide configuration files (e.g. settings.xml for maven, XML, groovy, custom files,...) loaded through the UI which will be copied to the job workspace</description>

<properties>
<revision>3.10.1</revision>
<revision>3.12</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand Down

0 comments on commit 9b016ae

Please sign in to comment.