This is an automated email from the ASF dual-hosted git repository. ztang pushed a commit to annotated tag release-0.3.0-RC0 in repository https://gitbox.apache.org/repos/asf/submarine.git
commit b9240d01535696f38814b24b4c461c29ca673a71 Author: pingsutw <[email protected]> AuthorDate: Tue Jan 21 17:32:30 2020 +0800 SUBMARINE-355. mvn version:set seems not working as expected ### What is this PR for? Restore missing submarine-all-0.3.0-hadoop-2.9.jar ### What type of PR is it? [Bug Fix] ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/SUBMARINE-355 ### How should this be tested? https://travis-ci.org/pingsutw/hadoop-submarine/builds/639891729 ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: pingsutw <[email protected]> Closes #162 from pingsutw/SUBMARINE-355 and squashes the following commits: 3afb375 [pingsutw] SUBMARINE-355. mvn version:set seems not working as expected (cherry picked from commit 79835328ad9f18ead48f7b5d6a42ac4606a782f7) --- submarine-all/pom.xml | 7 ------- submarine-dist/pom.xml | 10 ++-------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/submarine-all/pom.xml b/submarine-all/pom.xml index 72ee2c5..fde0aa4 100644 --- a/submarine-all/pom.xml +++ b/submarine-all/pom.xml @@ -32,13 +32,6 @@ <version>0.3.0-SNAPSHOT</version> <name>Submarine: All</name> - <properties> - <!-- Needed for generating FindBugs warnings using parent pom --> - <!--yarn.basedir>${project.parent.parent.basedir}</yarn.basedir--> - <project.artifactId>submarine-all</project.artifactId> - <project.version>0.3.0-SNAPSHOT</project.version> - </properties> - <dependencyManagement> <dependencies> <dependency> diff --git a/submarine-dist/pom.xml b/submarine-dist/pom.xml index a103447..51c67d6 100644 --- a/submarine-dist/pom.xml +++ b/submarine-dist/pom.xml @@ -28,17 +28,11 @@ <version>0.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> - <artifactId>${project.artifactId}</artifactId> - <version>${project.version}</version> + <artifactId>submarine-dist</artifactId> + <version>0.3.0-SNAPSHOT</version> <name>Submarine: Dist</name> <packaging>pom</packaging> - <properties> - <!-- Needed for generating FindBugs warnings using parent pom --> - <project.artifactId>submarine-dist</project.artifactId> - <project.version>0.3.0-SNAPSHOT</project.version> - </properties> - <dependencyManagement> <dependencies> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
