diff --git a/docs/src/site/apt/index.apt.vm b/docs/src/site/apt/index.apt.vm index 5a941ec7..de9e9e9a 100644 --- a/docs/src/site/apt/index.apt.vm +++ b/docs/src/site/apt/index.apt.vm @@ -121,6 +121,8 @@ Apache Software Foundation Parent POM The value will be updated by Maven Release Plugin during releases. If a project wants to disable Reproducible Builds, just define the property value with any single non-numeric character. + In version 34, Reproducible Central Report is added to report on Reproducible Builds checks for the project and it dependencies. + [] The <<>> Profile diff --git a/pom.xml b/pom.xml index d61e4a99..6e5772ad 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,7 @@ under the License. 1.7 1.11 3.1.0 + 3.6.0 3.7.1 3.4.0 3.6.0 @@ -391,6 +392,16 @@ under the License. + + + + org.apache.maven.plugins + maven-artifact-plugin + ${version.maven-artifact-plugin} + + + +