Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
totocaca123 committed Nov 2, 2024
1 parent d03f967 commit f85c123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 https://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId>io.jenkins.tools.incrementals</groupId>
<artifactId>git-changelist-maven-extension</artifactId>
<version>1.8</version>
</extension>
</extensions>
</extensions>
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
</parent>

<properties>
<revision>5.3.0</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>5.2.4-SNAPSHOT</changelist>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
Expand All @@ -20,7 +22,7 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>nested-data-reporting-plugin</artifactId>
<version>${changelist}</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Nested Data Reporting</name>
<description>Jenkins plugin to report data from nested as pie-charts, trend-charts and data tables.</description>
Expand Down

0 comments on commit f85c123

Please sign in to comment.