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

Commit

Permalink
Fixed #15 - Migrate to Maven 3.0+ api
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jan 27, 2019
1 parent 1d5bed3 commit adbda9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plexus-component-metadata/pom.xml
Expand Up @@ -46,7 +46,7 @@
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<artifactId>maven-core</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -94,17 +94,17 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0.9</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>2.0.9</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.9</version>
<artifactId>maven-core</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
Expand Down

0 comments on commit adbda9c

Please sign in to comment.