mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
update android pom
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<configuration>
|
||||
<!-- generate MonthDate code to month.date property -->
|
||||
<name>month.date</name>
|
||||
<pattern>MMdd</pattern>
|
||||
<pattern>MM.dd</pattern>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
@@ -70,21 +70,6 @@
|
||||
<failIfNoMatch>false</failIfNoMatch>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>regex-property2</id>
|
||||
<phase>initialize</phase>
|
||||
<goals>
|
||||
<goal>regex-property</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<!-- generate versionCode from revision property to snapshot-versionCode property -->
|
||||
<name>snapshot-versionCode</name>
|
||||
<value>${revision}</value>
|
||||
<regex>[^0-9]</regex>
|
||||
<replacement></replacement>
|
||||
<failIfNoMatch>false</failIfNoMatch>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@@ -429,9 +414,7 @@
|
||||
<goal>manifest-merger</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<androidManifestFile>${project.basedir}/AndroidManifest.xml</androidManifestFile>
|
||||
<manifestVersionName>${snapshot-version}</manifestVersionName>
|
||||
<manifestVersionCode>${snapshot-versionCode}0${month.date}</manifestVersionCode>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
Reference in New Issue
Block a user