File tree 2 files changed +12
-11
lines changed
spring-boot-examples/consumer-app
2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 162
162
<artifactId >maven-resources-plugin</artifactId >
163
163
<version >${maven-resources-plugin.version} </version >
164
164
</plugin >
165
+ <plugin >
166
+ <groupId >org.sonatype.plugins</groupId >
167
+ <artifactId >nexus-staging-maven-plugin</artifactId >
168
+ <version >${nexus-staging-maven-plugin.version} </version >
169
+ <extensions >true</extensions >
170
+ <configuration >
171
+ <serverId >ossrh</serverId >
172
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
173
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
174
+ </configuration >
175
+ </plugin >
165
176
</plugins >
166
177
</pluginManagement >
167
178
199
210
</execution >
200
211
</executions >
201
212
</plugin >
202
- <plugin >
203
- <groupId >org.sonatype.plugins</groupId >
204
- <artifactId >nexus-staging-maven-plugin</artifactId >
205
- <version >1.6.13</version >
206
- <extensions >true</extensions >
207
- <configuration >
208
- <serverId >ossrh</serverId >
209
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
210
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
211
- </configuration >
212
- </plugin >
213
213
<plugin >
214
214
<groupId >org.apache.maven.plugins</groupId >
215
215
<artifactId >maven-checkstyle-plugin</artifactId >
Original file line number Diff line number Diff line change 83
83
<plugin >
84
84
<groupId >org.springframework.boot</groupId >
85
85
<artifactId >spring-boot-maven-plugin</artifactId >
86
+ <version >${springboot.version} </version >
86
87
</plugin >
87
88
<plugin >
88
89
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments