File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 2323 <description >Tunnel to run TestingBot Selenium tests on your local machine</description >
2424 <url >https://testingbot.com</url >
2525 <scm >
26- <connection >scm:git:git@ github.com: testingbot/Testingbot-Tunnel.git</connection >
27- <developerConnection >scm:git:git@ github.com: testingbot/Testingbot-Tunnel.git</developerConnection >
28- <url >git@ github.com: testingbot/Testingbot-Tunnel.git</url >
26+ <connection >scm:git:https:// github.com/ testingbot/Testingbot-Tunnel.git</connection >
27+ <developerConnection >scm:git:https:// github.com/ testingbot/Testingbot-Tunnel.git</developerConnection >
28+ <url >https:// github.com/ testingbot/Testingbot-Tunnel.git</url >
2929 <tag >HEAD</tag >
3030 </scm >
3131
175175 </execution >
176176 </executions >
177177 </plugin >
178+ <plugin >
179+ <groupId >org.apache.maven.plugins</groupId >
180+ <artifactId >maven-release-plugin</artifactId >
181+ <version >3.0.1</version >
182+ <configuration >
183+ <scmCommentPrefix >[maven-release-plugin]</scmCommentPrefix >
184+ <tagNameFormat >v@{project.version}</tagNameFormat >
185+ <connectionUrl >scm:git:https://github.com/testingbot/Testingbot-Tunnel.git</connectionUrl >
186+ </configuration >
187+ </plugin >
178188 </plugins >
179189 </build >
180190 <dependencies >
You can’t perform that action at this time.
0 commit comments