Skip to content

Commit 4c8e94f

Browse files
committed
use packaging plugins' Reproducible Builds versions via parent
1 parent aeb626d commit 4c8e94f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

maven-core/src/main/resources/org/apache/maven/messages/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# under the License.
1717

1818
buildNumber=${buildNumber}
19-
timestamp=${timestamp}
2019
version=${project.version}
2120
distributionId=${distributionId}
2221
distributionShortName=${distributionShortName}

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.maven</groupId>
2727
<artifactId>maven-parent</artifactId>
28-
<version>33</version>
28+
<version>34.RB-SNAPSHOT</version>
2929
<relativePath>../pom/maven/pom.xml</relativePath>
3030
</parent>
3131

@@ -76,6 +76,7 @@ under the License.
7676
<maven.site.path>ref/3-LATEST</maven.site.path>
7777
<checkstyle.violation.ignore>None</checkstyle.violation.ignore>
7878
<checkstyle.excludes>**/package-info.java</checkstyle.excludes>
79+
<project.build.outputTimestamp>2019-09-21T16:17:18Z</project.build.outputTimestamp>
7980
<buildId>${os.name}-jdk${java.version}</buildId>
8081
</properties>
8182

@@ -568,12 +569,6 @@ under the License.
568569
</lifecycleMappingMetadata>
569570
</configuration>
570571
</plugin>
571-
<!-- TODO remove when upgrade to apache-22 parent pom -->
572-
<plugin>
573-
<groupId>org.apache.maven.plugins</groupId>
574-
<artifactId>maven-assembly-plugin</artifactId>
575-
<version>3.1.1</version>
576-
</plugin>
577572
</plugins>
578573
</pluginManagement>
579574
<plugins>

0 commit comments

Comments
 (0)