File tree Expand file tree Collapse file tree 3 files changed +3
-34
lines changed
src/main/java/org/springframework/data/r2dbc Expand file tree Collapse file tree 3 files changed +3
-34
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ pipeline {
4141 steps {
4242 script {
4343 docker. image(p[' docker.java.main.image' ]). inside(p[' docker.java.inside.docker' ]) {
44- sh " PROFILE=ci, all-dbs JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/test.sh"
44+ sh " PROFILE=all-dbs JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/test.sh"
4545 sh " JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/clean.sh"
4646 }
4747 }
@@ -71,7 +71,7 @@ pipeline {
7171 steps {
7272 script {
7373 docker. image(p[' docker.java.next.image' ]). inside(p[' docker.java.inside.docker' ]) {
74- sh " PROFILE=ci, all-dbs JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/test.sh"
74+ sh " PROFILE=all-dbs JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/test.sh"
7575 sh " JENKINS_USER_NAME=${ p['jenkins.user.name']} ci/clean.sh"
7676 }
7777 }
Original file line number Diff line number Diff line change 359359 <link >
360360 https://docs.spring.io/spring-data/commons/docs/current/api/
361361 </link >
362- <link >https://docs.oracle.com/javase/8 /docs/api/</link >
362+ <link >https://docs.oracle.com/en/java/ javase/17 /docs/api/</link >
363363 <link >https://r2dbc.io/spec/0.9.1.RELEASE/api/</link >
364364 </links >
365365 </configuration >
388388 <artifactId >maven-assembly-plugin</artifactId >
389389 </plugin >
390390
391- <plugin >
392- <groupId >org.asciidoctor</groupId >
393- <artifactId >asciidoctor-maven-plugin</artifactId >
394- <configuration >
395- <sourceDirectory >${project.root} /src/main/asciidoc</sourceDirectory >
396- <sourceDocumentName >index.adoc</sourceDocumentName >
397- <doctype >book</doctype >
398- <attributes >
399- <version >${project.version} </version >
400- <projectName >${project.name} </projectName >
401- <projectVersion >${project.version} </projectVersion >
402- <aspectjVersion >${aspectj} </aspectjVersion >
403- <querydslVersion >${querydsl} </querydslVersion >
404- <springVersion >${spring} </springVersion >
405- <r2dbcVersion >${r2dbc-releasetrain.version} </r2dbcVersion >
406- <reactiveStreamsVersion >${reactive-streams.version}
407- </reactiveStreamsVersion >
408- <releasetrainVersion >${releasetrain} </releasetrainVersion >
409- <allow-uri-read >true</allow-uri-read >
410- <toclevels >3</toclevels >
411- <numbered >true</numbered >
412- </attributes >
413- </configuration >
414- </plugin >
415-
416391 <plugin >
417392 <groupId >org.codehaus.mojo</groupId >
418393 <artifactId >flatten-maven-plugin</artifactId >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments