Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REMOTE-SHUFFLE-26] Follow OAP name convention #27

Merged
merged 9 commits into from
Jun 17, 2021
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.intel.oap</groupId>
<artifactId>remote-shuffle-parent</artifactId>
<version>1.2.1</version>
<version>1.1.2-SNAPSHOT</version>
<name>OAP Remote Shuffle Parent POM</name>
<packaging>pom</packaging>

Expand Down
5 changes: 3 additions & 2 deletions shuffle-daos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<parent>
<groupId>com.intel.oap</groupId>
<artifactId>remote-shuffle-parent</artifactId>
<version>1.2.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>
<artifactId>shuffle-daos</artifactId>
<artifactId>remote-shuffle-daos</artifactId>
<name>OAP Remote Shuffle Based on DAOS Object API</name>
<packaging>jar</packaging>

<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
5 changes: 3 additions & 2 deletions shuffle-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>com.intel.oap</groupId>
<artifactId>remote-shuffle-parent</artifactId>
<version>1.2.1</version>
<version>1.1.2-SNAPSHOT</version>
</parent>

<artifactId>shuffle-hadoop</artifactId>
<artifactId>remote-shuffle-hadoop</artifactId>
<name>OAP Remote Shuffle Based on Hadoop Filesystem</name>
<packaging>jar</packaging>

Expand Down Expand Up @@ -103,6 +103,7 @@
</dependencies>

<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<plugin>
<groupId>net.alchim31.maven</groupId>
Expand Down