Skip to content

[MNG-7453] Upgrade Maven Resolver to 1.8.0 in maven-4.x#719

Closed
cstamas wants to merge 1 commit intomasterfrom
MNG-7453-resolver180
Closed

[MNG-7453] Upgrade Maven Resolver to 1.8.0 in maven-4.x#719
cstamas wants to merge 1 commit intomasterfrom
MNG-7453-resolver180

Conversation

@cstamas
Copy link
Copy Markdown
Member

@cstamas cstamas commented Apr 13, 2022

Note: current repository change in POM is ONLY to
make CI run ITs. This PR is placeholder until
maven-resolver 1.8.0 is released, but until then
let's see ITs at least.


https://issues.apache.org/jira/browse/MNG-7453

Note: current repository change in POM is ONLY to
make CI run ITs. This PR is placeholder until
maven-resolver 1.8.0 is released, but until then
let's see ITs at least.
@cstamas cstamas self-assigned this Apr 13, 2022
Comment thread pom.xml
Comment on lines +48 to +59
<repositories>
<repository>
<id>repository.apache.org</id>
<url>https://repository.apache.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh, missed it :) I assumed maven build does not allow snapshots for some reason (and CI builds w/ snapshots would fail)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I remember what I mixed up: not snapshot artifacts, but staged artifacts....

@cstamas cstamas closed this Apr 14, 2022
@cstamas cstamas deleted the MNG-7453-resolver180 branch April 14, 2022 20:04
@jira-importer
Copy link
Copy Markdown

Resolve #9138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants