fix AMP packaging

This commit is contained in:
Brian Long 2024-08-19 09:54:58 -04:00
parent 8f3d1e4a04
commit f19e1ce7a7

View File

@ -38,7 +38,7 @@
<execution> <execution>
<id>acs-module-version</id> <id>acs-module-version</id>
<phase>initialize</phase> <phase>initialize</phase>
<goals><goal>match-text</goal></goals> <goals><goal>replace-text</goal></goals>
<configuration> <configuration>
<text>${project.version}</text> <text>${project.version}</text>
<newProperty>project.moduleVersion</newProperty> <newProperty>project.moduleVersion</newProperty>
@ -246,7 +246,7 @@
<plugin> <plugin>
<groupId>com.inteligr8.alfresco</groupId> <groupId>com.inteligr8.alfresco</groupId>
<artifactId>amp-maven-plugin</artifactId> <artifactId>amp-maven-plugin</artifactId>
<version>1.1.1</version> <version>1.1.2</version>
<executions> <executions>
<execution> <execution>
<id>build-amp-file</id> <id>build-amp-file</id>