Hi,

the problem i oberserve is that you have different versions in your
components. A usual multimodule build contains only a single version number
at root.

 myproject
 \_myproject-parent (version 1.0.1-SNAPSHOT)
 \_myproject-api
 \_myproject-impl

All other modules have only a reference to their parent
  <parent>
    <groupId>..</groupId>
    <artifactId>..</artifactId>
    <version>1.0.1-SNAPSHOT>
  </parent>
  <artifactId>myproject-impl</artifactId>

Take a look at this simple example:
https://github.com/khmarbaise/testprojects

Kind regards
Karl Heinz Marbaise


-----
Kind regards
Karl Heinz Marbaise
----
http://www.soebes.de
http://www.skmwiki.de
http://supose.org/wiki/supose
-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Release-plugin-tp3398372p3398388.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to