Skip to content

Commit 8adbd3f

Browse files
authored
added scm config
1 parent 6ac18cc commit 8adbd3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@
132132
<scope>test</scope>
133133
</dependency>
134134
</dependencies>
135+
136+
<scm>
137+
<connection>scm:git:[email protected]:datastax/cassandra-data-migrator.git</connection>
138+
<developerConnection>scm:git:[email protected]:datastax/cassandra-data-migrator.git</developerConnection>
139+
<url>https://github.com/datastax/cassandra-data-migrator</url>
140+
<tag>@{project.version}</tag>
141+
</scm>
135142

136143
<build>
137144
<resources>

0 commit comments

Comments
 (0)