Hi All,

    Thanks for your advice.

    POM3 is depending on POM2.

    The following is POM3:


                    <dependencies>
                <dependency>
                        <groupId>pom2GroupId</groupId>
                        <artifactId>pom2ArtifactId</artifactId>
                        <version>pom2Version</version>
                </dependency>
                     </dependencies>

     Now, POM3 is ok. But, POM2 is having some issue. Initially POM2 is ok,
but after built POM1 and POM2 and finally build POM3, POM2 complains that
${currentVersion} can not be resolved.


Thanks and Regards,

Yee Long



--
View this message in context: 
http://maven.40175.n5.nabble.com/Enquiry-about-POM-parent-tag-version-tp5823587p5823703.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to