Skip to content

Commit

Permalink
Add scm to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Sep 19, 2024
1 parent 92f91bf commit 91af343
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
<name>TorchServe Client for Java</name>
<url>https://github.com/tadayosi/torchserve-client-java</url>

<scm>
<connection>scm:git:[email protected]:tadayosi/torchserve-client-java.git</connection>
<developerConnection>scm:git:[email protected]:tadayosi/torchserve-client-java.git</developerConnection>
<url>[email protected]:tadayosi/torchserve-client-java.git</url>
<tag>HEAD</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit 91af343

Please sign in to comment.