Skip to content

Commit

Permalink
Fix jar publishing workflows (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyscarpenter authored Aug 14, 2024
1 parent 48b6bae commit f2f7e3a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,18 @@
</properties>
</profile>
</profiles>
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>stargate-central</id>
<name>stargate-releases</name>
<url>https://repo.datastax.com/artifactory/stargate-private</url>
</repository>
<snapshotRepository>
<uniqueVersion>false</uniqueVersion>
<id>stargate-snapshots</id>
<name>stargate-snapshots</name>
<url>https://repo.datastax.com/artifactory/stargate-private</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit f2f7e3a

Please sign in to comment.