0 Replies Latest reply on Feb 4, 2009 9:47 AM by jaikiran

    Maven release - How is the parent version updated?

    jaikiran

      While working on an (unrelated) issue, i noticed that the pom.xml of jboss-ejb3-embedded still has version 1.0.0-Beta9 for the parent jboss-ejb3-build https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/embedded/pom.xml.

      I was under the impression that, after our last 1.0.0 release all the components were now having a 1.0.0 jboss-ejb3-build parent. Infact, i see that most of them do have this parent (ex: jboss-ejb3-common https://svn.jboss.org/repos/jbossas/projects/ejb3/trunk/common/pom.xml) except embedded.

      Just curious - is this version increment done by Maven or is it done manually during release? I went through this Maven release process wiki http://jboss.org/community/docs/DOC-11372 which says that the version increment is done by the release plugin, but it isn't clear enough about which version is incremented (the pom itself or its parent reference).