Skip to content

Commit eb4d980

Browse files
committed
change parent pom to avoid copy/paste
1 parent 3f7fc8b commit eb4d980

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

pom.xml

+1-14
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<artifactId>plexus</artifactId>
87
<groupId>org.codehaus.plexus</groupId>
8+
<artifactId>plexus-components</artifactId>
99
<version>4.0-SNAPSHOT</version>
1010
</parent>
1111

@@ -52,13 +52,11 @@
5252
<dependency>
5353
<groupId>org.codehaus.plexus</groupId>
5454
<artifactId>plexus-container-default</artifactId>
55-
<version>1.0-alpha-9-stable-1</version>
5655
<scope>provided</scope>
5756
</dependency>
5857
<dependency>
5958
<groupId>org.codehaus.plexus</groupId>
6059
<artifactId>plexus-utils</artifactId>
61-
<version>3.0.22</version>
6260
</dependency>
6361
<dependency>
6462
<groupId>org.codehaus.plexus</groupId>
@@ -136,17 +134,6 @@
136134
</checkModificationExcludes>
137135
</configuration>
138136
</plugin>
139-
<plugin>
140-
<groupId>org.codehaus.plexus</groupId>
141-
<artifactId>plexus-component-metadata</artifactId>
142-
<executions>
143-
<execution>
144-
<goals>
145-
<goal>generate-metadata</goal>
146-
</goals>
147-
</execution>
148-
</executions>
149-
</plugin>
150137
<plugin>
151138
<groupId>org.apache.maven.plugins</groupId>
152139
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)