On Sat, Aug 6, 2016 at 12:53 PM, Christopher <[email protected]> wrote: > On Sat, Aug 6, 2016, 09:42 Keith Turner <[email protected]> wrote: > >> Its in another branch, until we can get it released you will need to >> install it. The parent depends on build resources which is another >> branch, need to install that also. I would install the ones we are >> currently voting on for release in the branches below below. Then >> change the the version of the parent Fluo's pom to 1-incubating. >> >> https://github.com/apache/incubator-fluo/tree/fluo-parent-1-rc3 >> https://github.com/apache/incubator-fluo/tree/build-resources-1.0.0-rc1 >> >> so do >> git checkout fluo-parent-1-rc3; mvn install >> git checkout build-resources-1.0.0-rc1; mvn install >> then checkout master and change the parent version >> >> The reason I would use the rc versions at the moment is that the >> current versions have a small problem that the rc versions dont. >> >> > Oh? What small problem?
The versions are misaligned in the branches between parent pom and resources pom. The parent pom points to a non snapshot version of the resources. The resources declares itself as a snapshot. The RC branches do not have this problem. > >>
