Skip to content

Commit c417347

Browse files
committed
Add SCM settings.
1 parent 002f560 commit c417347

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,10 @@
141141
</plugin>
142142
</plugins>
143143
</build>
144+
<scm>
145+
<connection>scm:git:[email protected]:tolbertam/sstable-tools.git</connection>
146+
<developerConnection>scm:git:[email protected]:tolbertam/sstable-tools.git</developerConnection>
147+
<url>https://github.com/tolbertam/sstable-tools</url>
148+
<tag>HEAD</tag>
149+
</scm>
144150
</project>

0 commit comments

Comments
 (0)