Skip to content

Commit

Permalink
added distributionmangement common service
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan59 committed Sep 7, 2023
1 parent 69aa4ac commit 0b34869
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,21 @@
<version>1.0</version>
<name>common</name>
<description>order flow</description>

<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/NashTech-Labs/car-demo</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</distributionManagement>
<properties>
<java.version>19</java.version>
<axon-starter.version>4.8.1</axon-starter.version>
Expand Down

0 comments on commit 0b34869

Please sign in to comment.