Hello everybody,

I have a problem with automatically deploying modules in Maven. I suppose that I have a Maven's hierachy as the following:

- trunk
 + pom.xml
 +-- A
    + pom.xml
    +-- A1
        + pom.xml
        +-- A11
         ...
        +-- A12
        ...
    +-- A2
    +-- A3
 +-- B
    +-- B1

...

Now, the versions of the modules is 0.1.8-SNAPSHOT. I want to release 0.1.8 and start the 0.1.9-SNAPSHOT version. Is there any way to only do something in the trunk/pom.xml, I can then easily release 0.1.8 and change to 0.1.9-SNAPSHOT.

Thanks in advance,
Kinh

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

Reply via email to