yes you set 3.2.0-SNAPSHOT as parent version (check the java-web-api too, i
don't remember if it was ok) and add <module>deps</module> in the parent pom
(or build it manually ;)).

- Romain

2011/5/13 peter-long <[email protected]>

> hi,
>
> thank you for the prompt reply
>
> the pom.xml in the deps directory currently looks like this (namespace
> declarations elided):
>
> <project ...>
>  <parent>
>    <artifactId>openejb</artifactId>
>    <groupId>org.apache.openejb</groupId>
>    <version>4.0.0-SNAPSHOT</version>
>  </parent>
>  <modelVersion>4.0.0</modelVersion>
>  <artifactId>deps</artifactId>
>  <packaging>pom</packaging>
>  <name>OpenEJB :: Dependencies</name>
>
>  <modules>
>    <module>javaee-api</module>
>    <module>javaee-web-api</module>
>  </modules>
> </project>
>
> are you saying that i should change the version tag's text content to
> 3.2-SNAPSHOT?
>
> but i can't see anywhere that i could "activate" it (mainly because i can
> not see how it is not activated at the moment)!
>
> cheers,
>
> peter
>
>
> --
> View this message in context:
> http://openejb.979440.n4.nabble.com/Best-version-to-build-with-JPA-2-in-mind-tp3518952p3519877.html
> Sent from the OpenEJB User mailing list archive at Nabble.com.
>

Reply via email to