Skip to content

Commit

Permalink
correct issu with paths
Browse files Browse the repository at this point in the history
  • Loading branch information
totocaca123 committed Nov 3, 2024
1 parent 1d1de57 commit b8a3286
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<properties>
<changelist>5.3.0-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
Expand All @@ -19,14 +20,14 @@
</properties>

<groupId>io.jenkins.plugins</groupId>
<artifactId>nested-data-reporting-plugin</artifactId>
<artifactId>nested-data-reporting</artifactId>
<version>${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>


<url>https://github.com/jenkinsci/${project.artifactId}</url>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<licenses>
<license>
Expand All @@ -47,7 +48,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>nested-data-reporting-plugin-5.3.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit b8a3286

Please sign in to comment.