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 f1d2bfc commit 3ee91af
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,30 @@
<aws-secretsmanager-caching.version>1.0.1</aws-secretsmanager-caching.version>
<aws-java-sdk.version>1.11.901</aws-java-sdk.version>
</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>
<!-- This needs to be removed before checking in-->
<repository>
<id>central</id>
Expand Down
28 changes: 28 additions & 0 deletions standalone-metastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,34 @@
<thrift.args>-I ${thrift.home} --gen java:beans,generated_annotations=undated --gen cpp --gen php --gen py --gen rb
</thrift.args>
</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>
</repositories>


<dependencyManagement>
<dependencies>
<dependency>
Expand Down
25 changes: 25 additions & 0 deletions storage-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,31 @@
<checkstyle.conf.dir>${basedir}/checkstyle/</checkstyle.conf.dir>
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
</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>
</repositories>
<dependencies>
<!-- compile inter-project -->
<dependency>
Expand Down
25 changes: 25 additions & 0 deletions upgrade-acid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,31 @@
<junit.vintage.version>5.6.2</junit.vintage.version>
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
</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>
</repositories>
<modules>
<module>pre-upgrade</module>
</modules>
Expand Down

0 comments on commit 3ee91af

Please sign in to comment.