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

Commit 7edb2cc

Browse files
committed
[maven-release-plugin] prepare release nemo-project-0.2
1 parent ceb8178 commit 7edb2cc

File tree

20 files changed

+46
-67
lines changed

20 files changed

+46
-67
lines changed

client/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.nemo</groupId>
2625
<artifactId>nemo-project</artifactId>
27-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2</version>
2827
<relativePath>../</relativePath>
2928
</parent>
3029

@@ -97,7 +96,7 @@ under the License.
9796
</outputFile>
9897
<transformers>
9998
<!-- Required for using beam-hadoop: See https://stackoverflow.com/questions/44365545-->
100-
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"/>
99+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
101100
</transformers>
102101
</configuration>
103102
</execution>

common/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.nemo</groupId>
2625
<artifactId>nemo-project</artifactId>
27-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2</version>
2827
<relativePath>../</relativePath>
2928
</parent>
3029

compiler/backend/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.nemo</groupId>
2625
<artifactId>nemo-compiler</artifactId>
27-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2</version>
2827
<relativePath>../</relativePath>
2928
</parent>
3029

compiler/frontend/beam/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ KIND, either express or implied. See the License for the
1515
specific language governing permissions and limitations
1616
under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120

2221
<parent>
2322
<groupId>org.apache.nemo</groupId>
2423
<artifactId>nemo-compiler</artifactId>
25-
<version>0.2-SNAPSHOT</version>
24+
<version>0.2</version>
2625
<relativePath>../../</relativePath>
2726
</parent>
2827

compiler/frontend/spark/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.nemo</groupId>
2625
<artifactId>nemo-compiler</artifactId>
27-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2</version>
2827
<relativePath>../../</relativePath>
2928
</parent>
3029

compiler/optimizer/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.nemo</groupId>
2625
<artifactId>nemo-compiler</artifactId>
27-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2</version>
2827
<relativePath>../</relativePath>
2928
</parent>
3029

compiler/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<parent>
2423
<artifactId>nemo-project</artifactId>
2524
<groupId>org.apache.nemo</groupId>
26-
<version>0.2-SNAPSHOT</version>
25+
<version>0.2</version>
2726
<relativePath>../</relativePath>
2827
</parent>
2928
<modelVersion>4.0.0</modelVersion>

compiler/test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.nemo</groupId>
2625
<artifactId>nemo-compiler</artifactId>
27-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2</version>
2827
<relativePath>../</relativePath>
2928
</parent>
3029

conf/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.nemo</groupId>
2625
<artifactId>nemo-project</artifactId>
27-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2</version>
2827
<relativePath>../</relativePath>
2928
</parent>
3029

examples/beam/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ KIND, either express or implied. See the License for the
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221
<modelVersion>4.0.0</modelVersion>
2322

2423
<parent>
2524
<groupId>org.apache.nemo</groupId>
2625
<artifactId>nemo-examples</artifactId>
27-
<version>0.2-SNAPSHOT</version>
26+
<version>0.2</version>
2827
<relativePath>../</relativePath>
2928
</parent>
3029

@@ -109,7 +108,7 @@ under the License.
109108
<transformers>
110109
<!-- Required for using beam-hadoop: See https://stackoverflow.com/questions/44365545
111110
-->
112-
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"/>
111+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
113112
</transformers>
114113
</configuration>
115114
</execution>

0 commit comments

Comments
 (0)