Skip to content

Commit 2c4ed52

Browse files
Configure SCM for SSH authentication
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 6214c45 commit 2c4ed52

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.testingbot</groupId>
55
<artifactId>TestingBotTunnel</artifactId>
6-
<version>4.2</version>
6+
<version>4.2-SNAPSHOT</version>
77
<packaging>jar</packaging>
88

99
<properties>
@@ -22,10 +22,10 @@
2222
<description>Tunnel to run TestingBot Selenium tests on your local machine</description>
2323
<url>https://testingbot.com</url>
2424
<scm>
25-
<connection>scm:git:https://github.com/testingbot/Testingbot-Tunnel.git</connection>
26-
<developerConnection>scm:git:https://github.com/testingbot/Testingbot-Tunnel.git</developerConnection>
25+
<connection>scm:git:git@github.com:testingbot/testingbot-tunnel.git</connection>
26+
<developerConnection>scm:git:git@github.com:testingbot/testingbot-tunnel.git</developerConnection>
2727
<url>https://github.com/testingbot/Testingbot-Tunnel.git</url>
28-
<tag>v4.2</tag>
28+
<tag>HEAD</tag>
2929
</scm>
3030

3131
<developers>
@@ -181,7 +181,7 @@
181181
<configuration>
182182
<scmCommentPrefix>[maven-release-plugin]</scmCommentPrefix>
183183
<tagNameFormat>v@{project.version}</tagNameFormat>
184-
<connectionUrl>scm:git:https://github.com/testingbot/Testingbot-Tunnel.git</connectionUrl>
184+
<connectionUrl>scm:git:git@github.com:testingbot/testingbot-tunnel.git</connectionUrl>
185185
</configuration>
186186
</plugin>
187187
</plugins>

0 commit comments

Comments
 (0)