Skip to content

Commit

Permalink
update dep-analyzer, release version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgo-disy committed Jan 17, 2022
1 parent 54bd736 commit 33ebafd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.
</parent>

<artifactId>maven-dependency-plugin</artifactId>
<version>3.2.1-SNAPSHOT</version>
<version>3.2.1-disy-1</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven Dependency Plugin</name>
Expand All @@ -40,12 +40,14 @@ under the License.
<maven>${mavenVersion}</maven>
</prerequisites>

<!--
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</developerConnection>
<url>https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
</scm>
-->
<issueManagement>
<system>JIRA</system>
<url>https://issues.apache.org/jira/browse/MDEP</url>
Expand All @@ -54,12 +56,14 @@ under the License.
<system>Jenkins</system>
<url>https://ci-builds.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/</url>
</ciManagement>
<!--
<distributionManagement>
<site>
<id>apache.website</id>
<url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
</site>
</distributionManagement>
-->

<contributors>
<contributor>
Expand Down Expand Up @@ -227,7 +231,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-analyzer</artifactId>
<version>1.11.3</version>
<version>1.12.0-disy-1</version>
<exclusions>
<exclusion>
<artifactId>maven-project</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ protected ProjectDependencyAnalyzer createProjectDependencyAnalyzer()
throws MojoExecutionException
{

final String role = ProjectDependencyAnalyzer.ROLE;
final String role = ProjectDependencyAnalyzer.class.getName();
final String roleHint = analyzer;

try
Expand Down

0 comments on commit 33ebafd

Please sign in to comment.