File tree Expand file tree Collapse file tree 4 files changed +2
-22
lines changed
aws-serverless-jersey-archetype
aws-serverless-spring-archetype
aws-serverless-springboot3-archetype Expand file tree Collapse file tree 4 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 6666 <groupId >org.apache.maven.plugins</groupId >
6767 <artifactId >maven-archetype-plugin</artifactId >
6868 <version >3.2.1</version >
69- <executions >
70- <execution >
71- <goals >
72- <goal >integration-test</goal >
73- </goals >
74- </execution >
75- </executions >
7669 </plugin >
7770 </plugins >
7871 </pluginManagement >
Original file line number Diff line number Diff line change 6767 <groupId >org.apache.maven.plugins</groupId >
6868 <artifactId >maven-archetype-plugin</artifactId >
6969 <version >3.2.1</version >
70- <executions >
71- <execution >
72- <goals >
73- <goal >integration-test</goal >
74- </goals >
75- </execution >
76- </executions >
7770 </plugin >
7871 </plugins >
7972 </pluginManagement >
Original file line number Diff line number Diff line change 6666 <groupId >org.apache.maven.plugins</groupId >
6767 <artifactId >maven-archetype-plugin</artifactId >
6868 <version >3.2.1</version >
69- <executions >
70- <execution >
71- <goals >
72- <goal >integration-test</goal >
73- </goals >
74- </execution >
75- </executions >
7669 </plugin >
7770 </plugins >
7871 </pluginManagement >
Original file line number Diff line number Diff line change 236236 <plugin >
237237 <groupId >org.apache.maven.plugins</groupId >
238238 <artifactId >maven-release-plugin</artifactId >
239- <version >2.5.3 </version >
239+ <version >3.0.0 </version >
240240 <configuration >
241241 <preparationGoals >clean verify install</preparationGoals >
242242 <localCheckout >true</localCheckout >
243243 <scmCommentPrefix >chore: release - </scmCommentPrefix >
244+ <autoVersionSubmodules >true</autoVersionSubmodules >
244245 </configuration >
245246 </plugin >
246247
You can’t perform that action at this time.
0 commit comments