Skip to content

Commit

Permalink
Add distributionManagement config in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
arniesaha committed Nov 24, 2023
1 parent 029a1df commit f3d1ddf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@

</profiles>


<properties>
<akka.version>2.3.7</akka.version>
<antlr4.plugin.version>4.5</antlr4.plugin.version>
Expand Down Expand Up @@ -2277,5 +2276,18 @@
</plugins>
</build>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/atlanhq/atlan-janusgraph</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</distributionManagement>

</project>

0 comments on commit f3d1ddf

Please sign in to comment.