diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle index 843dcd010ed..707205a48a6 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle @@ -83,12 +83,6 @@ javadoc { } } -tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) { - attributes "maven-jar-plugin-version": "1.2.3", - "maven-failsafe-plugin-version": "1.2.3", - "build-helper-maven-plugin-version": "1.2.3" -} - task zip(type: Zip) { dependsOn asciidoctor, asciidoctorPdf duplicatesStrategy "fail" diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc index 972a96bc747..252d2d7c444 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/build-info.adoc @@ -12,7 +12,6 @@ It also allows you to add an arbitrary number of additional properties, as shown org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/getting-started.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/getting-started.adoc index 14e3d92588b..a3ed014f0ff 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/getting-started.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/getting-started.adoc @@ -14,7 +14,6 @@ To use the Spring Boot Maven Plugin, include the appropriate XML in the `plugins org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc index 81f5f439150..561f7529265 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/integration-tests.adoc @@ -10,7 +10,6 @@ To make sure that the lifecycle of your Spring Boot application is properly mana org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} pre-integration-test @@ -63,7 +62,6 @@ The example below showcases how you could achieve the same feature using the htt org.codehaus.mojo build-helper-maven-plugin - {build-helper-maven-plugin-version} reserve-tomcat-port @@ -82,7 +80,6 @@ The example below showcases how you could achieve the same feature using the htt org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} pre-integration-test @@ -106,7 +103,6 @@ The example below showcases how you could achieve the same feature using the htt org.apache.maven.plugins maven-failsafe-plugin - {maven-failsafe-plugin-version} ${tomcat.http.port} @@ -136,7 +132,6 @@ This example shows how you can customize the port in case `9001` is already used org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} 9009 @@ -187,7 +182,6 @@ This example shows how you can skip integration tests with a command-line proper org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} pre-integration-test @@ -212,7 +206,6 @@ This example shows how you can skip integration tests with a command-line proper org.apache.maven.plugins maven-failsafe-plugin - {maven-failsafe-plugin-version} ${skip.it} diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc index 44340077a97..82b3c01eeb2 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -16,7 +16,6 @@ It is possible to automate the creation of an image whenever the `package` phase org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} @@ -131,7 +130,6 @@ If you need to customize the builder used to create the image or the run image u org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} mine/java-cnb-builder @@ -169,7 +167,6 @@ The following is an example of {paketo-java-reference}/#configuring-the-jvm-vers org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} @@ -197,7 +194,6 @@ When using the Paketo builder, this can be accomplished by setting the `HTTPS_PR org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} @@ -227,7 +223,6 @@ You can take control over the name, as shown in the following example: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} example.com/library/${project.artifactId} diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc index 1cf342fbcb7..52d2fb03ce1 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc @@ -12,7 +12,6 @@ Packaging an executable archive is performed by the `repackage` goal, as shown i org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} @@ -48,7 +47,6 @@ The `Main-Class` in the manifest is controlled by the `layout` property of the S org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} ${start.class} ZIP @@ -90,7 +88,6 @@ To use this feature, the layering feature must be enabled: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} true @@ -128,7 +125,6 @@ This can be done using a separate configuration file that should be registered a org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} true @@ -225,7 +221,6 @@ If that is the case or if you prefer to keep the original artifact and attach th org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} repackage @@ -282,7 +277,6 @@ The following configuration installs/deploys a single `task` classified artifact org.apache.maven.plugins maven-jar-plugin - {maven-jar-plugin-version} @@ -298,7 +292,6 @@ The following configuration installs/deploys a single `task` classified artifact org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} repackage @@ -368,7 +361,6 @@ If you need the repackaged jar to have a different local name than the one defin org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} repackage @@ -400,7 +392,6 @@ If you need to only deploy the original jar and yet be able to run your app with org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} repackage @@ -435,7 +426,6 @@ Spring Boot repackages the jar file for this project using a custom layout facto org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} repackage @@ -492,7 +482,6 @@ The following example excludes `com.foo:bar`, and only that artifact: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} @@ -517,7 +506,6 @@ This example excludes any artifact belonging to the `com.foo` group: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} com.foo @@ -543,7 +531,6 @@ If you wish to exclude this dependency, you can do so in the following manner: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} true diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc index 8fda0bc7cb4..7b11efc6291 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/running.adoc @@ -27,7 +27,6 @@ To enable it, just add the following dependency to your project: org.springframework.boot spring-boot-devtools - {gradle-project-version} true @@ -55,7 +54,6 @@ You can restore it at any time by configuring your project: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} true @@ -103,7 +101,6 @@ The following configuration suspend the process until a debugger has joined on p org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 @@ -140,7 +137,6 @@ The following example sets `property1` to `test` and `property2` to 42: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} test @@ -182,7 +178,6 @@ The following example sets the 'ENV1', 'ENV2', 'ENV3', 'ENV4' env variables: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} 5000 @@ -220,7 +215,6 @@ The following example sets two arguments: `property1` and `property2=42`: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} property1 @@ -258,7 +252,6 @@ The following configuration enables the `foo` and `bar` profiles: org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} foo diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc index 210ad344d74..e8e6cf1b5d7 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/using.adoc @@ -90,7 +90,7 @@ For instance, to use a different version of the SLF4J library and the Spring Dat org.springframework.data spring-data-releasetrain - Moore-SR6 + Neumann-SR5 pom import @@ -131,7 +131,6 @@ If you want to both have a default while allowing it to be overridden on the com org.springframework.boot spring-boot-maven-plugin - {gradle-project-version} ${app.profiles}