Skip to content

Commit

Permalink
distribution management addition
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsinghmowall committed Mar 27, 2024
1 parent cb86325 commit 39171e4
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,19 @@
</license>
</licenses>

<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>

<modules>
<module>hbase-build-configuration</module>
<module>hbase-replication</module>
Expand Down Expand Up @@ -1474,8 +1487,8 @@
<httpclient.version>4.5.3</httpclient.version>
<httpcore.version>4.4.13</httpcore.version>
<metrics-core.version>3.2.6</metrics-core.version>
<jackson.version>2.10.1</jackson.version>
<jackson.databind.version>2.10.1</jackson.databind.version>
<jackson.version>2.13.2</jackson.version>
<jackson.databind.version>2.13.2.2</jackson.databind.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
<servlet.api.version>3.1.0</servlet.api.version>
<wx.rs.api.version>2.1.1</wx.rs.api.version>
Expand Down Expand Up @@ -4600,14 +4613,4 @@

</plugins>
</reporting>
<distributionManagement>
<site>
<id>hbase.apache.org</id>
<name>HBase Website at hbase.apache.org</name>
<!-- On why this is the tmp dir and not hbase.apache.org, see
https://issues.apache.org/jira/browse/HBASE-7593?focusedCommentId=13555866&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13555866
-->
<url>file:///tmp</url>
</site>
</distributionManagement>
</project>

0 comments on commit 39171e4

Please sign in to comment.