Skip to content

Commit

Permalink
Merge pull request #8 from jenkinsci/fix-gh-url
Browse files Browse the repository at this point in the history
Fixup GH URL and scm tag placeholder
  • Loading branch information
vdlr authored Mar 30, 2024
2 parents 9335ad1 + 47565d0 commit da127f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
<packaging>hpi</packaging>

<name>Xygeni Sensor</name>
<description>Xygeni Sensor enables you to integrate a Xygeni Scanner execution step into a pipeline,
display execution results in the build view, and
collect information from the Jenkins system to identify unusual activity.</description>
<url>https://github.com/jenkinsci/xygeni-plugin</url>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
<licenses>
<license>
<name>MIT License</name>
Expand All @@ -29,7 +26,7 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<tag>xygeni-sensor-1.2</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

Expand Down

0 comments on commit da127f6

Please sign in to comment.