diff --git a/maven-core/src/main/resources/org/apache/maven/messages/build.properties b/maven-core/src/main/resources/org/apache/maven/messages/build.properties index d15784a7893..20f386ba0e2 100644 --- a/maven-core/src/main/resources/org/apache/maven/messages/build.properties +++ b/maven-core/src/main/resources/org/apache/maven/messages/build.properties @@ -16,7 +16,6 @@ # under the License. buildNumber=${buildNumber} -timestamp=${timestamp} version=${project.version} distributionId=${distributionId} distributionShortName=${distributionShortName} diff --git a/pom.xml b/pom.xml index c7ac485bbb5..46f4926f7c5 100644 --- a/pom.xml +++ b/pom.xml @@ -54,11 +54,11 @@ under the License. 3.8.1 4.12 2.21.0 - 2.0.0 + 2.1.0 1.25 3.2.1 4.2.1 - 0.3.3 + 0.3.4 3.3.3 1.4 1.7 @@ -76,6 +76,7 @@ under the License. ref/3-LATEST None **/package-info.java + 2019-11-07T12:32:18Z @@ -454,6 +455,22 @@ under the License. + + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + org.apache.maven.plugins + maven-assembly-plugin + 3.2.0 + org.codehaus.plexus plexus-component-metadata @@ -567,12 +584,6 @@ under the License. - - - org.apache.maven.plugins - maven-assembly-plugin - 3.1.1 -