Skip to content

Commit

Permalink
Update pom.xml: add distribution management for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Montura committed Jan 30, 2024
1 parent fc8258a commit 58538c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,12 @@
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/dxfeed/dxfeed-jni-native-sdk</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 58538c0

Please sign in to comment.