Skip to content

Commit

Permalink
add changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
kun303-cloud committed Oct 13, 2024
1 parent 64feac5 commit 2cd71d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 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>environment-variables-status-sync</artifactId>
<version>${revision}</version>
<version>${changelist}</version>
<packaging>hpi</packaging>

<name>Job Environment Variables Status Sync</name>
Expand All @@ -38,12 +38,10 @@
</scm>

<properties>
<revision>1.0.0-SNAPSHOT</revision>
<changelist>999999-SNAPSHOT</changelist>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.version>2.440.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

<spotless.check.skip>false</spotless.check.skip>
<fastjson2.version>2.0.51</fastjson2.version>
</properties>

Expand Down

0 comments on commit 2cd71d8

Please sign in to comment.