File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
spring-boot-examples/consumer-app Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 publish :
147147 runs-on : ubuntu-latest
148148 needs : build
149- timeout-minutes : 10
149+ timeout-minutes : 30
150150 env :
151151 JDK_VER : 17
152152 OSSRH_USER_TOKEN : ${{ secrets.OSSRH_USER_TOKEN }}
Original file line number Diff line number Diff line change 168168 <artifactId >nexus-staging-maven-plugin</artifactId >
169169 <version >${nexus-staging-maven-plugin.version} </version >
170170 <extensions >true</extensions >
171+ <configuration >
172+ <serverId >ossrh</serverId >
173+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
174+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
175+ </configuration >
171176 </plugin >
172177 </plugins >
173178 </pluginManagement >
210215 </execution >
211216 </executions >
212217 </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 >
224218 <plugin >
225219 <groupId >org.apache.maven.plugins</groupId >
226220 <artifactId >maven-checkstyle-plugin</artifactId >
Original file line number Diff line number Diff line change 8383 <plugin >
8484 <groupId >org.springframework.boot</groupId >
8585 <artifactId >spring-boot-maven-plugin</artifactId >
86+ <version >${springboot.version} </version >
8687 </plugin >
8788 <plugin >
8889 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments