Skip to content

Commit

Permalink
Use revision prefix (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Sep 20, 2023
1 parent b070bf4 commit b7e76dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>postgresql-api</artifactId>
<version>${changelist}</version>
<version>${revision}-${changelist}</version>
<packaging>hpi</packaging>

<name>PostgreSQL API Plugin</name>
<url>https://github.com/jenkinsci/postgresql-api-plugin</url>

<properties>
<revision>42.6.0</revision>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/postgresql-api-plugin</gitHubRepo>
<jenkins.version>2.387.1</jenkins.version>
Expand All @@ -26,7 +27,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>${revision}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b7e76dc

Please sign in to comment.