Skip to content

Commit

Permalink
ODP-3.2.2.0-201 Tag release .
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsinghmowall committed Jun 11, 2024
1 parent 734398f commit 4013d08
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,31 @@

</properties>

<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>Releases</name>
<url>https://repo1.acceldata.dev/repository/odp-release/</url>
</repository>
<snapshotRepository>
<id>nexus-snapshots</id>
<name>Snapshot</name>
<url>https://repo1.acceldata.dev/repository/odp-snapshot/</url>
</snapshotRepository>
</distributionManagement>

<repositories>
<repository>
<id>acceldata repo</id>
<name>acceldata repo</name>
<url>https://repo1.acceldata.dev/repository/odp-central/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>central</id>
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
Expand Down

0 comments on commit 4013d08

Please sign in to comment.