updated URL to central

Former-commit-id: b2b0741a5c32de3dbfd6e2d7953447b3348ad7e5
This commit is contained in:
Jeremy Long
2015-02-08 19:28:04 -05:00
parent f931412bee
commit 423f26852f

View File

@@ -340,7 +340,7 @@ public class Dependency implements Serializable, Comparable<Dependency> {
if ("maven".equals(i.getType()) && i.getValue().equals(mavenArtifact.toString())) {
found = true;
i.setConfidence(Confidence.HIGHEST);
final String url = "http://search.maven.org/#search|ga|1|1%3A%" + this.getSha1sum() + "%22";
final String url = "http://search.maven.org/#search|ga|1|1%3A%22" + this.getSha1sum() + "%22";
i.setUrl(url);
//i.setUrl(mavenArtifact.getArtifactUrl());
LOGGER.fine(String.format("Already found identifier %s. Confidence set to highest", i.getValue()));