Basically.  I had to have both a parent version and a regular version

        <parent>
                <artifactId>subco</artifactId>
                <groupId>org.mainco.subco</groupId>
                <version>55.0.0</version>
        </parent>

        <name>myproject</name>
        <url>http://maven.apache.org</url>
        <version>55.0.0-SNAPSHOT</version>

and then for my dependent modules I could use the

${project.parent.version}

instead of 

${project.version}

since the modules were tied to the parent.  



--
View this message in context: 
http://maven.40175.n5.nabble.com/Is-it-possible-to-release-a-child-module-that-isn-t-listed-in-the-parent-s-list-of-modules-tp5775784p5776582.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