Skip to content

Commit 46d657d

Browse files
authored
POM: fix scm section (#390)
GitHub no longer supports git:// protocol. And the tag needs to be HEAD for non-release builds.
1 parent e66ae2f commit 46d657d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@
100100
</modules>
101101

102102
<scm>
103-
<connection>scm:git:git://github.com/bonej-org/BoneJ2</connection>
103+
<connection>scm:git:https://github.com/bonej-org/BoneJ2</connection>
104104
<developerConnection>scm:git:git@github.com:bonej-org/BoneJ2</developerConnection>
105-
<tag>bonej-7.0.0</tag>
105+
<tag>HEAD</tag>
106106
<url>https://github.com/bonej-org/BoneJ2</url>
107107
</scm>
108108
<issueManagement>

0 commit comments

Comments
 (0)