Nelson Costa created ZEPPELIN-3169: -------------------------------------- Summary: Maven version set is broken Key: ZEPPELIN-3169 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3169 Project: Zeppelin Issue Type: Bug Affects Versions: 0.8.0 Reporter: Nelson Costa Assignee: Nelson Costa Fix For: 0.8.0
I noticed that running {noformat} mvn versions:set -DprocessDependencies=false -DnewVersion=0.8.0-SNAPSHOT-123 -DgenerateBackupPoms=false {noformat} we get errors on interpreter-parent module. {noformat} [ERROR] The project org.apache.zeppelin:zeppelin-elasticsearch:0.8.0-SNAPSHOT (/opt/src/zeppelin/elasticsearch/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.apache.zeppelin:interpreter-parent:0.8.0-SNAPSHOT: Could not find artifact org.apache.zeppelin:zeppelin:pom:0.8.0-SNAPSHOT and 'parent.relativePath' points at wrong local POM @ org.apache.zeppelin:interpreter-parent:0.8.0-SNAPSHOT, /opt/src/zeppelin/interpreter-parent/pom.xml, line 22, column 11 -> [Help 2] [ERROR] {noformat} Looks to have been a regression introduced on commit 4a3057fa87fbe092 -- This message was sent by Atlassian JIRA (v7.6.3#76005)