Skip to content

Commit ac24198

Browse files
committed
fix: change scm config to avoid ssh
1 parent 4507064 commit ac24198

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

maven/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
<url>https://github.com/The-Nefarious-Developer</url>
1919
</organization>
2020

21-
<scm>
22-
<connection>scm:git:https://github.com/The-Nefarious-Developer/zjoule.git</connection>
23-
<developerConnection>scm:git:git@github.com:The-Nefarious-Developer/zjoule.git</developerConnection>
24-
<url>https://github.com/The-Nefarious-Developer/zjoule</url>
25-
<tag>HEAD</tag>
26-
</scm>
27-
2821
<properties>
2922
<tycho-version>4.0.9</tycho-version>
3023
<build.qualifier>'t'yyyyMMddHHmm</build.qualifier>
@@ -141,5 +134,12 @@
141134
<layout>p2</layout>
142135
</repository>
143136
</repositories>
137+
138+
<scm>
139+
<tag>HEAD</tag>
140+
<url>https://github.com/The-Nefarious-Developer/zjoule</url>
141+
<connection>scm:git:https://github.com:The-Nefarious-Developer/zjoule.git</connection>
142+
<developerConnection>scm:git:https://github.com:The-Nefarious-Developer/zjoule.git</developerConnection>
143+
</scm>
144144

145145
</project>

0 commit comments

Comments
 (0)