Skip to content

Commit 630de98

Browse files
authored
Enabiing publish feature
Enabiing publish feature
1 parent 396e07a commit 630de98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
<junit.version>4.13.2</junit.version>
1818
</properties>
1919

20+
<distributionManagement>
21+
<repository>
22+
<id>github</id>
23+
<name>GitHub Packages</name>
24+
<url>https://maven.pkg.github.com/datastax/cassandra-data-migrator</url>
25+
</repository>
26+
</distributionManagement>
27+
2028
<dependencies>
2129
<dependency>
2230
<groupId>com.google.guava</groupId>

0 commit comments

Comments
 (0)