Skip to content

Commit

Permalink
Prospero 1.3.Beta2, maven 3.9.9, wildfly common 1.7.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jfdenise committed Dec 3, 2024
1 parent 0042aab commit b82ed46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,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);
}

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@

<version.junit>4.13.1</version.junit>
<version.adoc-maven-plugin-descriptor>1.0.0.Alpha3</version.adoc-maven-plugin-descriptor>
<version.org.apache.maven.core>3.8.4</version.org.apache.maven.core>
<version.org.apache.maven.core>3.9.9</version.org.apache.maven.core>
<version.org.apache.maven.plugin-tools>3.7.0</version.org.apache.maven.plugin-tools>
<version.org.apache.maven.plugin-plugin>3.7.0</version.org.apache.maven.plugin-plugin>
<version.org.apache.maven.plugin-plugin>3.9.0</version.org.apache.maven.plugin-plugin>
<version.org.asciidoctor>2.0.0</version.org.asciidoctor>
<version.org.jboss.galleon>6.0.4.Final</version.org.jboss.galleon>
<version.org.wildfly.core.wildfly-core>27.0.0.Beta3</version.org.wildfly.core.wildfly-core>
<version.org.wildfly.launcher>1.0.0.Beta2</version.org.wildfly.launcher>
<version.org.wildfly.common>1.6.0.Final</version.org.wildfly.common>
<version.org.wildfly.common>1.7.0.Final</version.org.wildfly.common>
<version.org.wildfly.plugins.wildfly-maven-plugin>5.1.0.Alpha2</version.org.wildfly.plugins.wildfly-maven-plugin>
<version.org.wildfly.plugins.wildfly-plugin-tools>1.2.0.Beta2</version.org.wildfly.plugins.wildfly-plugin-tools>
<version.org.wildfly.channel>1.2.1.Final</version.org.wildfly.channel>
<version.org.wildfly.prospero>1.2.1.Final</version.org.wildfly.prospero>
<version.org.wildfly.prospero>1.3.0.Beta2</version.org.wildfly.prospero>
<maven.surefire.plugin>3.0.0-M6</maven.surefire.plugin>
<!-- required by tests -->
<version.org.apache.httpcomponents.httpclient>4.5.13</version.org.apache.httpcomponents.httpclient>
Expand Down

0 comments on commit b82ed46

Please sign in to comment.