feat: add wfc project version and payment module sub-version
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>wfc-modules-payment</artifactId>
|
||||
|
||||
<properties>
|
||||
<wfc-modules-payment.version>1.0.0</wfc-modules-payment.version>
|
||||
</properties>
|
||||
|
||||
<description>
|
||||
wfc-modules-payment
|
||||
</description>
|
||||
@@ -95,6 +98,18 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Implementation-Version>${wfc-modules-payment.version}</Implementation-Version>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user