Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github url in pom to match repository location #40

Merged
merged 1 commit into from Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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