Skip to content

Commit

Permalink
fix(cd): Fully automatic versioning (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Jul 21, 2023
1 parent 70ccfc5 commit 6ebeed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

<artifactId>android-emulator</artifactId>
<packaging>hpi</packaging>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<name>Android Emulator Plugin</name>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin</url>

<properties>
<revision>3.1.5</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.410</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
Expand Down

0 comments on commit 6ebeed9

Please sign in to comment.