File tree 6 files changed +11
-8
lines changed
alpine-executable-war/src/main/resources
alpine-infra/src/test/resources
alpine-model/src/test/resources
alpine-server/src/main/resources 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change
1
+ target /
Original file line number Diff line number Diff line change 1
1
name=${project.name}
2
2
version=${project.version}
3
- timestamp=${timestamp}
4
- uuid=${project.build.uuid}
Original file line number Diff line number Diff line change 1
1
name=${project.name}
2
2
version=${project.version}
3
- timestamp=${timestamp}
4
- uuid=${project.build.uuid}
Original file line number Diff line number Diff line change 1
1
name=${project.name}
2
2
version=${project.version}
3
- timestamp=${timestamp}
4
- uuid=${project.build.uuid}
Original file line number Diff line number Diff line change 1
1
name=Alpine
2
2
version=${project.version}
3
- timestamp=${timestamp}
4
- uuid=${project.build.uuid}
Original file line number Diff line number Diff line change 97
97
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
98
98
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
99
99
<timestamp >${maven.build.timestamp}</timestamp >
100
+ <project .build.outputTimestamp>10</project .build.outputTimestamp>
100
101
101
102
<!-- Maven Plugin Versions -->
102
103
<maven .compiler.plugin.version>3.10.1</maven .compiler.plugin.version>
115
116
<maven .uuidgenerator.plugin.version>1.0.1</maven .uuidgenerator.plugin.version>
116
117
<maven .jacoco.plugin.version>0.8.8</maven .jacoco.plugin.version>
117
118
<maven .antrun.plugin.version>3.1.0</maven .antrun.plugin.version>
119
+ <maven .release.plugin.version>3.0.0-M5</maven .release.plugin.version>
118
120
119
121
<!-- Software Security: Fortify SCA -->
120
122
<maven .fortify.plugin.version>18.20</maven .fortify.plugin.version>
502
504
<artifactId >datanucleus-maven-plugin</artifactId >
503
505
<version >${maven.datanucleus.plugin.version} </version >
504
506
</plugin >
507
+ <plugin >
508
+ <groupId >org.apache.maven.plugins</groupId >
509
+ <artifactId >maven-release-plugin</artifactId >
510
+ <version >${maven.release.plugin.version} </version >
511
+ <configuration >
512
+ <useReleaseProfile >true</useReleaseProfile >
513
+ </configuration >
514
+ </plugin >
505
515
</plugins >
506
516
</pluginManagement >
507
517
<plugins >
You can’t perform that action at this time.
0 commit comments