Skip to content

Commit

Permalink
Merge pull request #78 from jenkinsci/make_incrementalified
Browse files Browse the repository at this point in the history
Make incrementalified versioning
  • Loading branch information
sue445 authored Nov 12, 2024
2 parents 48b9808 + 5dfa4d6 commit 31c722f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>gitlab-logo</artifactId>
<version>${revision}</version>
<version>${changelist}</version>
<packaging>hpi</packaging>

<name>GitLab Logo Plugin</name>
Expand Down Expand Up @@ -42,8 +42,7 @@

<properties>
<maven.compiler.release>17</maven.compiler.release>
<revision>1.1.2</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<jenkins.version>2.452.4</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
</properties>
Expand Down

0 comments on commit 31c722f

Please sign in to comment.