Skip to content

Commit

Permalink
Updating pom with version info
Browse files Browse the repository at this point in the history
  • Loading branch information
aytuncbeken committed Dec 24, 2024
1 parent a70d744 commit 969deee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>multibranch-action-triggers</artifactId>
<version>${revision}${changelist}</version>
<version>1.8.12-SNAPSHOT</version>
<name>MultiBranch Action Triggers Plugin</name>
<packaging>hpi</packaging>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
Expand All @@ -34,8 +34,6 @@
</scm>

<properties>
<revision>1.8.11</revision>
<changelist />
<gitHubRepo>jenkinsci/multibranch-action-triggers-plugin</gitHubRepo>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.401.3</jenkins.version>
Expand Down

0 comments on commit 969deee

Please sign in to comment.