Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit dbe7077

Browse files
authored
Nemo Release 0.4 (#337)
**Major changes:** - Bump Apache Nemo version to 0.5-snapshot, due to the release of v0.4 **Minor changes to note:** - None **Tests for the changes:** - Existing tests comply **Other comments:** - None
1 parent 772f0c9 commit dbe7077

File tree

22 files changed

+23
-22
lines changed

22 files changed

+23
-22
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.nemo</groupId>
2525
<artifactId>nemo-project</artifactId>
26-
<version>0.4-SNAPSHOT</version>
26+
<version>0.5-SNAPSHOT</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.nemo</groupId>
2525
<artifactId>nemo-project</artifactId>
26-
<version>0.4-SNAPSHOT</version>
26+
<version>0.5-SNAPSHOT</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

common/src/main/java/org/apache/nemo/common/ir/vertex/transform/LatencymarkEmitTransform.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public void prepare(final Context context, final OutputCollector<O> oc) {
4141

4242
/**
4343
* get OutputCollector.
44+
* @return the output collector.
4445
*/
4546
public OutputCollector<O> getOutputCollector() {
4647
return outputCollector;

common/src/main/java/org/apache/nemo/common/ir/vertex/transform/StreamTransform.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
/**
2626
* A {@link Transform} relays input data from upstream vertex to downstream vertex promptly.
27-
* This transform can be used for merging input data into the {@link OutputCollector}.
27+
* This transform can be used for merging input data into the {@link org.apache.nemo.common.ir.OutputCollector}.
2828
*
2929
* @param <T> input/output type.
3030
*/

compiler/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.nemo</groupId>
2525
<artifactId>nemo-compiler</artifactId>
26-
<version>0.4-SNAPSHOT</version>
26+
<version>0.5-SNAPSHOT</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

compiler/frontend/beam/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121
<parent>
2222
<groupId>org.apache.nemo</groupId>
2323
<artifactId>nemo-compiler</artifactId>
24-
<version>0.4-SNAPSHOT</version>
24+
<version>0.5-SNAPSHOT</version>
2525
<relativePath>../../</relativePath>
2626
</parent>
2727

compiler/frontend/spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.nemo</groupId>
2525
<artifactId>nemo-compiler</artifactId>
26-
<version>0.4-SNAPSHOT</version>
26+
<version>0.5-SNAPSHOT</version>
2727
<relativePath>../../</relativePath>
2828
</parent>
2929

compiler/optimizer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ under the License.
3535
<parent>
3636
<groupId>org.apache.nemo</groupId>
3737
<artifactId>nemo-compiler</artifactId>
38-
<version>0.4-SNAPSHOT</version>
38+
<version>0.5-SNAPSHOT</version>
3939
<relativePath>../</relativePath>
4040
</parent>
4141

compiler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<artifactId>nemo-project</artifactId>
2424
<groupId>org.apache.nemo</groupId>
25-
<version>0.4-SNAPSHOT</version>
25+
<version>0.5-SNAPSHOT</version>
2626
<relativePath>../</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

compiler/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ under the License.
2323
<parent>
2424
<groupId>org.apache.nemo</groupId>
2525
<artifactId>nemo-compiler</artifactId>
26-
<version>0.4-SNAPSHOT</version>
26+
<version>0.5-SNAPSHOT</version>
2727
<relativePath>../</relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)