Skip to content

Commit

Permalink
Specify scm inheritance in parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed May 22, 2023
1 parent b16e451 commit 26d8152
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<artifactId>parent</artifactId>
<version>1.7-SNAPSHOT</version>
</parent>
<url>https://github.com/jenkinsci/incrementals-tools/tree/master/enforcer-rules</url>
<artifactId>incrementals-enforcer-rules</artifactId>
<dependencies>
<dependency>
Expand Down
1 change: 0 additions & 1 deletion git-changelist-maven-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<artifactId>git-changelist-maven-extension</artifactId>
<name>Git Changelist Maven Extension</name>
<description>Maven extension which can set the special changelist user property according to Git metadata.</description>
<url>https://github.com/jenkinsci/incrementals-tools/tree/master/git-changelist-maven-extension</url>
<build>
<plugins>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<version>1.7-SNAPSHOT</version>
</parent>
<artifactId>lib</artifactId>
<url>https://github.com/jenkinsci/incrementals-tools/tree/master/lib</url>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
Expand Down
1 change: 0 additions & 1 deletion maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</parent>
<artifactId>incrementals-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<url>https://github.com/jenkinsci/incrementals-tools/tree/master/maven-plugin</url>
<properties>
<maven-plugin-tools.version>3.8.1</maven-plugin-tools.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<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 26d8152

Please sign in to comment.