Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Nov 6, 2023
1 parent fe6d56b commit 5bebd15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</modules>

<properties>
<revision>2.6</revision>
<revision>2.7</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/report-jtreg</gitHubRepo>
<chartjs.version>4.2.1.5</chartjs.version>
Expand Down
8 changes: 2 additions & 6 deletions report-jtreg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>report-jtreg</artifactId>
<version>2.6</version>
<version>${revision}${changelist}</version>

<packaging>hpi</packaging>

Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>report-jtreg-lib</artifactId>
<version>2.6</version>
<version>${revision}${changelist}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -88,8 +88,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>report-jtreg-2.6</tag>
</scm>
</project>

0 comments on commit 5bebd15

Please sign in to comment.