File tree 2 files changed +2
-8
lines changed
maven-core/src/main/resources/org/apache/maven/messages 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
18
18
buildNumber =${buildNumber}
19
- timestamp =${timestamp}
20
19
version =${project.version}
21
20
distributionId =${distributionId}
22
21
distributionShortName =${distributionShortName}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ under the License.
25
25
<parent >
26
26
<groupId >org.apache.maven</groupId >
27
27
<artifactId >maven-parent</artifactId >
28
- <version >33 </version >
28
+ <version >34.RB-SNAPSHOT </version >
29
29
<relativePath >../pom/maven/pom.xml</relativePath >
30
30
</parent >
31
31
@@ -76,6 +76,7 @@ under the License.
76
76
<maven .site.path>ref/3-LATEST</maven .site.path>
77
77
<checkstyle .violation.ignore>None</checkstyle .violation.ignore>
78
78
<checkstyle .excludes>**/package-info.java</checkstyle .excludes>
79
+ <source-date-epoch >1569085893</source-date-epoch >
79
80
</properties >
80
81
81
82
<modules >
@@ -567,12 +568,6 @@ under the License.
567
568
</lifecycleMappingMetadata >
568
569
</configuration >
569
570
</plugin >
570
- <!-- TODO remove when upgrade to apache-22 parent pom -->
571
- <plugin >
572
- <groupId >org.apache.maven.plugins</groupId >
573
- <artifactId >maven-assembly-plugin</artifactId >
574
- <version >3.1.1</version >
575
- </plugin >
576
571
</plugins >
577
572
</pluginManagement >
578
573
<plugins >
You can’t perform that action at this time.
0 commit comments