On Oct 24, 2010, at 7:55 PM, Ivan wrote: > While running the maven-release plugin against the 3.0.x branch, it reported > that some version numbers in the example are not snapshot. Do we have any > special reason that those samples are required to keep the separate version > numbers with OpenEJB itself ? I am thinking to modify them to > 3.0.3-SNAPSHOT. Thoughts ?
You can switch them all to 1.0-SNAPSHOT. They're not actually published to the maven repo, so the exact version number isn't important. In general though we try to keep the examples as mentally separate from our "stuff" as possible so users can easily see what is "theirs" and what is "ours". So the examples don't use org.apache.openejb packages or any OpenEJB anything (including our version number) except where you would do so in the real world. Side note, the mvn release plugin doesn't seem to work well with our setup. Will dig up our release process page and post it. -David > Thanks. > > 2010/10/22 Ivan <[email protected]> > >> Hi, >> After the discussion in the thread >> http://osdir.com/ml/dev.openejb.apache.org/2010-10/msg00042.html , I would >> like to be the volunteer for the OpenEJB 3.0.3. >> I am planning to try it in next Monday, before that, I would like to >> know whether you have other changes to be included in this release. >> Thanks. >> >> -- >> Ivan >> > > > > -- > Ivan
