Skip to content

Commit 729c73c

Browse files
committed
Use SSH for release
1 parent 2c9b53b commit 729c73c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
<scm>
4242
<url>https://github.com/rabbitmq/rabbitmq-java-client</url>
4343
<connection>scm:git:git://github.com/rabbitmq/rabbitmq-java-client.git</connection>
44-
<developerConnection>scm:git:https://github.com/rabbitmq/rabbitmq-java-client.git</developerConnection>
45-
<tag>v5.17.1</tag>
44+
<developerConnection>scm:git:git@github.com:rabbitmq/rabbitmq-java-client.git</developerConnection>
45+
<tag>HEAD</tag>
4646
</scm>
4747

48-
<organization>
48+
<organization>
4949
<name>VMware, Inc. or its affiliates.</name>
5050
<url>https://www.rabbitmq.com</url>
5151
</organization>

0 commit comments

Comments
 (0)