Skip to content

Commit

Permalink
Merge pull request #118 from lucifer4j/pom-url
Browse files Browse the repository at this point in the history
Fix project and scm url in pom.xml
  • Loading branch information
dmlloyd authored Apr 12, 2022
2 parents e5ca5c8 + 2aaf48a commit 3252658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" child.project.url.inherit.append.path="false">

<modelVersion>4.0.0</modelVersion>

Expand All @@ -35,7 +35,7 @@
<url>https://issues.redhat.com/</url>
</issueManagement>

<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:[email protected]:jboss/jboss-parent-pom.git</connection>
<developerConnection>scm:git:[email protected]:jboss/jboss-parent-pom.git</developerConnection>
<url>http://github.com/jboss/jboss-parent-pom</url>
Expand Down

0 comments on commit 3252658

Please sign in to comment.