Skip to content

Commit

Permalink
fix(parent): fix scm config (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Becker <[email protected]>
  • Loading branch information
sbckr authored Jul 27, 2023
1 parent 4b3e408 commit 9c838f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amphora-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
</license>
</licenses>
<scm>
<connection>scm:git:https://github.com/carbynestack/${project.artifactId}</connection>
<developerConnection>scm:git:https://github.com/carbynestack/${project.artifactId}</developerConnection>
<url>https://github.com/carbynestack/${project.artifactId}</url>
<connection>scm:git:https://github.com/carbynestack/amphora</connection>
<developerConnection>scm:git:https://github.com/carbynestack/amphora</developerConnection>
<url>https://github.com/carbynestack/amphora</url>
<tag>HEAD</tag>
</scm>
<repositories>
Expand Down

0 comments on commit 9c838f4

Please sign in to comment.