f5f4ed6 Fix versionless resolving by adding versions to fragments

Authored and Committed by Stanislav Ochotnicky 11 years ago
    Fix versionless resolving by adding versions to fragments
    
    When we added full versioned resolving, we omitted versions in depmaps, thinking
    that versioned poms & jars will be enough. But when Maven looks at mappings, it
    would not find exact version in HashTable and so it would fall back to
    unversioned search even though versioned jar/pom was available. Adding these
    version fixes things.
    
        
file modified
+1 -1
file modified
+15 -7