Skip to content

Commit

Permalink
Revert "[pom] Remove child url inherit as it doesn't seem to work and…
Browse files Browse the repository at this point in the history
… affects users of older artifactory"

This reverts commit 947582b.
  • Loading branch information
hazendaz committed Mar 23, 2023
1 parent e743e00 commit 58e9f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Hazendaz (Jeremy Landis).
-->
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" child.project.url.inherit.append.path="false" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -75,7 +75,7 @@
</contributor>
</contributors>

<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:ssh://git@github.com/hazendaz/base-parent.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hazendaz/base-parent.git</developerConnection>
<tag>HEAD</tag>
Expand Down Expand Up @@ -110,7 +110,7 @@
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<site>
<site child.site.url.inherit.append.path="false">
<id>gh-pages-scm</id>
<name>Base Parent GitHub Pages</name>
<url>scm:git:ssh://git@github.com/hazendaz/base-parent.git</url>
Expand Down

0 comments on commit 58e9f8a

Please sign in to comment.