diff --git a/docs/pom.xml b/docs/pom.xml index 238b06a23..197aee58c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -1,7 +1,9 @@ - + 4.0.0 - + spring-cloud-function-docs org.springframework.cloud @@ -12,86 +14,90 @@ Spring Cloud Function Docs Spring Cloud Function Docs - spring-cloud-function + spring-cloud-function ${basedir}/.. 1.0.x - + - - - maven-deploy-plugin - 2.8.2 - - true - - + + + maven-deploy-plugin + 2.8.2 + + true + + - + docs - ${main.basedir}/spring-cloud-function-adapters + ${main.basedir}/spring-cloud-function-adapters + - - - - org.apache.maven.plugins - maven-dependency-plugin - false - - - org.asciidoctor - asciidoctor-maven-plugin - false - - - com.agilejava.docbkx - docbkx-maven-plugin - - - org.apache.maven.plugins - maven-antrun-plugin - - - adapters - process-resources - - run - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - false - - - + + + + org.apache.maven.plugins + maven-dependency-plugin + false + + + org.asciidoctor + asciidoctor-maven-plugin + false + + + com.agilejava.docbkx + docbkx-maven-plugin + + + org.apache.maven.plugins + maven-antrun-plugin + + + adapters + process-resources + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + false + + + - + diff --git a/pom.xml b/pom.xml index d07f0a51f..635bb0a01 100644 --- a/pom.xml +++ b/pom.xml @@ -211,4 +211,19 @@ + + + java11+ + + [11,) + + + + javax.annotation + javax.annotation-api + + + + + diff --git a/spring-cloud-function-dependencies/pom.xml b/spring-cloud-function-dependencies/pom.xml index e45546512..a8cb185f6 100644 --- a/spring-cloud-function-dependencies/pom.xml +++ b/spring-cloud-function-dependencies/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -81,61 +82,61 @@ - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - true - - - false - - - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - false - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - true - - - false - - - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/libs-release-local - - false - - - + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + false + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + true + + + false + + + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/libs-release-local + + false + + +