Skip to content

Commit

Permalink
Fix scm info in poms of test-frame
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Mar 20, 2024
1 parent f2b6ba2 commit e5abfb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<scm>
<connection>scm:git:git:/github.com/skodjob/test-frame.git</connection>
<developerConnection>scm:git:ssh://github.com/skodjob/test-frame.git</developerConnection>
<url>https://github.com/skodjob/frame</url>
<url>https://github.com/skodjob/test-frame</url>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<scm>
<connection>scm:git:git:/github.com/skodjob/test-frame.git</connection>
<developerConnection>scm:git:ssh://github.com/skodjob/test-frame.git</developerConnection>
<url>https://github.com/skodjob/frame</url>
<url>https://github.com/skodjob/test-frame</url>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<scm>
<connection>scm:git:git:/github.com/skodjob/test-frame.git</connection>
<developerConnection>scm:git:ssh://github.com/skodjob/test-frame.git</developerConnection>
<url>https://github.com/skodjob/frame</url>
<url>https://github.com/skodjob/test-frame</url>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion test-frame-openshift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<scm>
<connection>scm:git:git:/github.com/skodjob/test-frame.git</connection>
<developerConnection>scm:git:ssh://github.com/skodjob/test-frame.git</developerConnection>
<url>https://github.com/skodjob/frame</url>
<url>https://github.com/skodjob/test-frame</url>
</scm>

<issueManagement>
Expand Down

0 comments on commit e5abfb0

Please sign in to comment.