diff --git a/plugin/src/main/java/org/wildfly/plugin/provision/ChannelMavenArtifactRepositoryManager.java b/plugin/src/main/java/org/wildfly/plugin/provision/ChannelMavenArtifactRepositoryManager.java index f40b00e7..cb6d32f3 100644 --- a/plugin/src/main/java/org/wildfly/plugin/provision/ChannelMavenArtifactRepositoryManager.java +++ b/plugin/src/main/java/org/wildfly/plugin/provision/ChannelMavenArtifactRepositoryManager.java @@ -186,8 +186,7 @@ private void resolveFromChannels(MavenArtifact artifact) throws UnresolvedMavenA public void done(Path home) throws MavenUniverseException, IOException { ChannelManifest channelManifest = channelSession.getRecordedChannel(); - final ManifestVersionRecord currentVersions = new ManifestVersionResolver(localCachePath, system) - .getCurrentVersions(channels); + final ManifestVersionRecord currentVersions = ManifestVersionResolver.getCurrentVersions(channelSession); ProsperoMetadataUtils.generate(home, channels, channelManifest, currentVersions); } diff --git a/pom.xml b/pom.xml index f34a0cda..8e927662 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ 1.0.0.Beta3 32.0.1.Final 1.2.1.Final - 1.2.1.Final + 1.3.0.Final 1 3.9.9