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
+ <project .build.outputTimestamp>2019-09-21T16:17:18Z</project .build.outputTimestamp>
79
80
<buildId >${os.name}-jdk${java.version}</buildId >
80
81
</properties >
81
82
@@ -568,12 +569,6 @@ under the License.
568
569
</lifecycleMappingMetadata >
569
570
</configuration >
570
571
</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 >
577
572
</plugins >
578
573
</pluginManagement >
579
574
<plugins >
You can’t perform that action at this time.
0 commit comments