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
AbhyudayaSharma committed Jul 12, 2019
1 parent 09c410c commit 73312d6
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 @@
<groupId>io.jenkins.plugins</groupId>
<artifactId>folder-auth</artifactId>
<packaging>hpi</packaging>
<version>0.1-alpha-1</version>
<version>${revision}${changelist}</version>
<name>Folder-based Authorization Strategy</name>
<description>Manage access to Folders</description>

Expand All @@ -23,7 +23,7 @@
</developers>

<properties>
<revision>0.1-alpha-1</revision>
<revision>0.1-alpha-2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.164.1</jenkins.version>
<java.level>8</java.level>
Expand Down Expand Up @@ -58,7 +58,7 @@
scm:git:ssh://git@github.com/jenkinsci/${project.artifactId}-plugin.git
</developerConnection>
<url>https://github.com/jenkinsci/folder-auth-plugin</url>
<tag>folder-auth-0.1-alpha-1</tag>
<tag>${scmTag}</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 73312d6

Please sign in to comment.