// rev.
r.pom = pom.sha;
// Fixup, see if the pom is relocated
if (pom.distributionManagement != null) {
PomRef ref = pom.distributionManagement.relocation;
if (ref != null) {
Library.Relocation reloc = new Library.Relocation();
if (ref.groupId != null)
reloc.groupId = ref.groupId;
else