Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit adbda9c

Browse files
committed
Fixed #15 - Migrate to Maven 3.0+ api
1 parent 1d5bed3 commit adbda9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

plexus-component-metadata/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</dependency>
4747
<dependency>
4848
<groupId>org.apache.maven</groupId>
49-
<artifactId>maven-project</artifactId>
49+
<artifactId>maven-core</artifactId>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.ow2.asm</groupId>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@
9494
<dependency>
9595
<groupId>org.apache.maven</groupId>
9696
<artifactId>maven-plugin-api</artifactId>
97-
<version>2.0.9</version>
97+
<version>3.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.apache.maven</groupId>
101101
<artifactId>maven-model</artifactId>
102-
<version>2.0.9</version>
102+
<version>3.0</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.apache.maven</groupId>
106-
<artifactId>maven-project</artifactId>
107-
<version>2.0.9</version>
106+
<artifactId>maven-core</artifactId>
107+
<version>3.0</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>com.google.collections</groupId>

0 commit comments

Comments
 (0)