On Mon, Dec 28, 2009 at 12:25 PM, Viktor Ransmayr <[email protected]
> wrote:

> Hi Justin, hi Richard,
>
>    with the proposed procedure I made a small progress, i.e. the build
> errors are down by one. - I used
>
>
> <version>2.1.0-SNAPSHOT</version>
>
> for all dependencies, which seems to be wrong. - So my question is now: How
> and where do I find the
> proper versions to be used for:
>
Yep. That's just for main. For the rest, you need to look in the pom.xml
files corresponding to each project, i.e. shell is in shell/pom.xml,
shell.tui is in shell.tui/pom.xml, etc.

Alternatively, you could look in ~/.m2/repository to find the versions which
you built earlier (e.g.
~/.m2/repository/org/apache/felix/org.apache.felix.shell/).

This assumes that you want to use the latest versions of each of these
projects. If not, simply substitute the desired version number.

HTH,

Justin

Reply via email to