Skip to content

Commit

Permalink
Merge pull request #54 from NotMyFault/add-url
Browse files Browse the repository at this point in the history
Add an URL per component
  • Loading branch information
jglick committed May 22, 2023
2 parents 50f99db + 26d8152 commit 33b1a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@
<packaging>pom</packaging>
<name>Incrementals Tools POM</name>
<description>Tools for working with JEP-305 “Incrementals”.</description>
<url>https://github.com/jenkinsci/incrementals-tools</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<scm>
<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:git@github.com/jenkinsci/incrementals-tools.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/incrementals-tools.git</developerConnection>
<url>https://github.com/jenkinsci/incrementals-tools</url>
Expand Down

0 comments on commit 33b1a5e

Please sign in to comment.