I've been using svn revisions as the publish revision for modules published with ivy to an artifactory repository. I used this setup just as a quick way to run through some experiments. ModuleA was published with revisions 9184, 9679, 9703, and 10043. ModuleB depends on ModuleA using latest.integration as the rev. The latest build of ModuleB is failing to compile because it is still resolving to revision 9703 instead of 10043 as expected. Am I correct in expecting latest.revision to resolve to revision 10043?
-- Edwin G. Castro
