File tree 3 files changed +7
-12
lines changed
spring-boot-examples/consumer-app
3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146
146
publish :
147
147
runs-on : ubuntu-latest
148
148
needs : build
149
- timeout-minutes : 10
149
+ timeout-minutes : 30
150
150
env :
151
151
JDK_VER : 17
152
152
OSSRH_USER_TOKEN : ${{ secrets.OSSRH_USER_TOKEN }}
Original file line number Diff line number Diff line change 168
168
<artifactId >nexus-staging-maven-plugin</artifactId >
169
169
<version >${nexus-staging-maven-plugin.version} </version >
170
170
<extensions >true</extensions >
171
+ <configuration >
172
+ <serverId >ossrh</serverId >
173
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
174
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
175
+ </configuration >
171
176
</plugin >
172
177
</plugins >
173
178
</pluginManagement >
210
215
</execution >
211
216
</executions >
212
217
</plugin >
213
- <plugin >
214
- <groupId >org.sonatype.plugins</groupId >
215
- <artifactId >nexus-staging-maven-plugin</artifactId >
216
- <version >1.6.13</version >
217
- <extensions >true</extensions >
218
- <configuration >
219
- <serverId >ossrh</serverId >
220
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
221
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
222
- </configuration >
223
- </plugin >
224
218
<plugin >
225
219
<groupId >org.apache.maven.plugins</groupId >
226
220
<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