Skip to content

Commit

Permalink
One more try at crazy scm url scheme
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Jan 19, 2022
1 parent 6358f39 commit 3cbe1a5
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 @@ -302,8 +302,8 @@
</build>

<scm>
<connection>scm:git@github.com:eclipse-ee4j/cdi-tck.git</connection>
<developerConnection>scm:git@github.com:eclipse-ee4j/cdi-tck.git</developerConnection>
<connection>scm:git:git@github.com:eclipse-ee4j/cdi-tck.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/cdi-tck.git</developerConnection>
<url>https://github.com/eclipse-ee4j/cdi-tck</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit 3cbe1a5

Please sign in to comment.