File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 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 11name=${project.name}
22version=${project.version}
3- timestamp=${timestamp}
4- uuid=${project.build.uuid}
Original file line number Diff line number Diff line change 11name=${project.name}
22version=${project.version}
3- timestamp=${timestamp}
4- uuid=${project.build.uuid}
Original file line number Diff line number Diff line change 11name=${project.name}
22version=${project.version}
3- timestamp=${timestamp}
4- uuid=${project.build.uuid}
Original file line number Diff line number Diff line change 11name=Alpine
22version=${project.version}
3- timestamp=${timestamp}
4- uuid=${project.build.uuid}
Original file line number Diff line number Diff line change 9797 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
9898 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
9999 <timestamp >${maven.build.timestamp}</timestamp >
100+ <project .build.outputTimestamp>10</project .build.outputTimestamp>
100101
101102 <!-- Maven Plugin Versions -->
102103 <maven .compiler.plugin.version>3.10.1</maven .compiler.plugin.version>
115116 <maven .uuidgenerator.plugin.version>1.0.1</maven .uuidgenerator.plugin.version>
116117 <maven .jacoco.plugin.version>0.8.8</maven .jacoco.plugin.version>
117118 <maven .antrun.plugin.version>3.1.0</maven .antrun.plugin.version>
119+ <maven .release.plugin.version>3.0.0-M5</maven .release.plugin.version>
118120
119121 <!-- Software Security: Fortify SCA -->
120122 <maven .fortify.plugin.version>18.20</maven .fortify.plugin.version>
502504 <artifactId >datanucleus-maven-plugin</artifactId >
503505 <version >${maven.datanucleus.plugin.version} </version >
504506 </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 >
505515 </plugins >
506516 </pluginManagement >
507517 <plugins >
You can’t perform that action at this time.
0 commit comments