Skip to content

Commit 52371b3

Browse files
committed
ODP-3913: Change distribution management to point to staging repo
1 parent ddfac9c commit 52371b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ under the License.
8888
<repository>
8989
<id>nexus-releases</id>
9090
<name>Releases</name>
91-
<url>https://repo1.acceldata.dev/repository/odp-release/</url>
91+
<url>https://repo1.acceldata.dev/repository/odp-staging-release/</url>
9292
</repository>
9393
<snapshotRepository>
9494
<id>nexus-snapshots</id>
9595
<name>Snapshot</name>
96-
<url>https://repo1.acceldata.dev/repository/odp-snapshot/</url>
96+
<url>https://repo1.acceldata.dev/repository/odp-staging-snapshot/</url>
9797
</snapshotRepository>
9898
</distributionManagement>
9999

0 commit comments

Comments
 (0)