File tree 5 files changed +10
-8
lines changed
amazon-lambda/maven-archetype
amazon-lambda-http/maven-archetype
amazon-lambda-rest/maven-archetype
funqy/funqy-amazon-lambda/maven-archetype
independent-projects/parent
5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 34
34
<extension >
35
35
<groupId >org.apache.maven.archetype</groupId >
36
36
<artifactId >archetype-packaging</artifactId >
37
- <version >3.0.1 </version >
37
+ <version >${version.archetype.plugin} </version >
38
38
</extension >
39
39
</extensions >
40
40
<pluginManagement >
49
49
<plugin >
50
50
<groupId >org.apache.maven.plugins</groupId >
51
51
<artifactId >maven-archetype-plugin</artifactId >
52
- <version >3.0.1</version >
53
52
<executions >
54
53
<execution >
55
54
<goals >
Original file line number Diff line number Diff line change 34
34
<extension >
35
35
<groupId >org.apache.maven.archetype</groupId >
36
36
<artifactId >archetype-packaging</artifactId >
37
- <version >3.0.1 </version >
37
+ <version >${version.archetype.plugin} </version >
38
38
</extension >
39
39
</extensions >
40
40
<pluginManagement >
49
49
<plugin >
50
50
<groupId >org.apache.maven.plugins</groupId >
51
51
<artifactId >maven-archetype-plugin</artifactId >
52
- <version >3.0.1</version >
53
52
<executions >
54
53
<execution >
55
54
<goals >
Original file line number Diff line number Diff line change 41
41
<extension >
42
42
<groupId >org.apache.maven.archetype</groupId >
43
43
<artifactId >archetype-packaging</artifactId >
44
- <version >3.0.1 </version >
44
+ <version >${version.archetype.plugin} </version >
45
45
</extension >
46
46
</extensions >
47
47
<pluginManagement >
56
56
<plugin >
57
57
<groupId >org.apache.maven.plugins</groupId >
58
58
<artifactId >maven-archetype-plugin</artifactId >
59
- <version >3.0.1</version >
60
59
<executions >
61
60
<execution >
62
61
<goals >
Original file line number Diff line number Diff line change 34
34
<extension >
35
35
<groupId >org.apache.maven.archetype</groupId >
36
36
<artifactId >archetype-packaging</artifactId >
37
- <version >3.0.1 </version >
37
+ <version >${version.archetype.plugin} </version >
38
38
</extension >
39
39
</extensions >
40
40
<pluginManagement >
49
49
<plugin >
50
50
<groupId >org.apache.maven.plugins</groupId >
51
51
<artifactId >maven-archetype-plugin</artifactId >
52
- <version >3.0.1</version >
53
52
<executions >
54
53
<execution >
55
54
<goals >
Original file line number Diff line number Diff line change 17
17
18
18
<properties >
19
19
<!-- Plugin versions (please keep in alphabetical order) -->
20
+ <version .archetype.plugin>3.3.0</version .archetype.plugin>
20
21
<version .buildhelper.plugin>3.6.0</version .buildhelper.plugin>
21
22
<version .buildnumber.plugin>3.0.0</version .buildnumber.plugin>
22
23
<version .clean.plugin>3.2.0</version .clean.plugin>
221
222
</plugins >
222
223
<pluginManagement >
223
224
<plugins >
225
+ <plugin >
226
+ <groupId >org.apache.maven.plugins</groupId >
227
+ <artifactId >maven-archetype-plugin</artifactId >
228
+ <version >${version.archetype.plugin} </version >
229
+ </plugin >
224
230
<plugin >
225
231
<groupId >org.apache.maven.plugins</groupId >
226
232
<artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments