File tree 1 file changed +1
-14
lines changed
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
6
6
<parent >
7
- <artifactId >plexus</artifactId >
8
7
<groupId >org.codehaus.plexus</groupId >
8
+ <artifactId >plexus-components</artifactId >
9
9
<version >4.0-SNAPSHOT</version >
10
10
</parent >
11
11
52
52
<dependency >
53
53
<groupId >org.codehaus.plexus</groupId >
54
54
<artifactId >plexus-container-default</artifactId >
55
- <version >1.0-alpha-9-stable-1</version >
56
55
<scope >provided</scope >
57
56
</dependency >
58
57
<dependency >
59
58
<groupId >org.codehaus.plexus</groupId >
60
59
<artifactId >plexus-utils</artifactId >
61
- <version >3.0.22</version >
62
60
</dependency >
63
61
<dependency >
64
62
<groupId >org.codehaus.plexus</groupId >
136
134
</checkModificationExcludes >
137
135
</configuration >
138
136
</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 >
150
137
<plugin >
151
138
<groupId >org.apache.maven.plugins</groupId >
152
139
<artifactId >maven-enforcer-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments