Skip to content

Commit 91af343

Browse files
committed
Add scm to pom.xml
1 parent 92f91bf commit 91af343

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010
<name>TorchServe Client for Java</name>
1111
<url>https://github.com/tadayosi/torchserve-client-java</url>
1212

13+
<scm>
14+
<connection>scm:git:[email protected]:tadayosi/torchserve-client-java.git</connection>
15+
<developerConnection>scm:git:[email protected]:tadayosi/torchserve-client-java.git</developerConnection>
16+
<url>[email protected]:tadayosi/torchserve-client-java.git</url>
17+
<tag>HEAD</tag>
18+
</scm>
19+
1320
<properties>
1421
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1522
<maven.compiler.source>17</maven.compiler.source>

0 commit comments

Comments
 (0)