Skip to content

Commit

Permalink
Update github url in pom to match repository location
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Mar 18, 2024
1 parent 91f9931 commit 8febbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<packaging>hpi</packaging>
<name>Jenkins Libvirt Agents plugin</name>
<description>This plugin allows Jenkins to use libvirt-based agents.</description>
<url>https://github.com/jenkinsci/libvirt-slave-plugin</url>
<url>https://github.com/jenkinsci/libvirt-agent-plugin</url>
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE (GPL-3.0-or-later)</name>
Expand Down Expand Up @@ -49,7 +49,7 @@
</scm>
<properties>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/libvirt-slave-plugin</gitHubRepo>
<gitHubRepo>jenkinsci/libvirt-agent-plugin</gitHubRepo>
<jenkins.version>2.375</jenkins.version>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.failOnError>false</spotbugs.failOnError>
Expand Down

0 comments on commit 8febbef

Please sign in to comment.