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
chriskilding committed Mar 14, 2022
1 parent 0e6bb00 commit d654923
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 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>aws-secrets-manager-credentials-provider</artifactId>
<version>1.0.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>AWS Secrets Manager Credentials Provider</name>
Expand All @@ -37,11 +37,11 @@
<connection>https://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin/blob/master/docs/README.md</url>
<tag>1.0.0</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<revision>0.5.7</revision>
<revision>1.0.1</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<jenkins.version>2.289.3</jenkins.version>
Expand Down

0 comments on commit d654923

Please sign in to comment.