Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Code scanning changes. #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Code scanning changes. #6

wants to merge 2 commits into from

Conversation

ankathur
Copy link
Member

No description provided.

@ankathur ankathur requested a review from bshannon August 31, 2018 10:13
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
<version>${maven.version}</version>
<version>3.3.9</version>
Copy link
Member

Choose a reason for hiding this comment

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

why not upgrade this one too ? there is a 3.5.4 version on maven central

</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.5.1</version>
<version>3.5</version>
Copy link
Member

Choose a reason for hiding this comment

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

why the downgrade from 3.5.1 to 3.5 ?

<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Copy link
Member

Choose a reason for hiding this comment

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

This can have some impact on which aether API we are using in the plugin.
Did you test the plugin ? Are all the goals working as expected ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants