mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
Archetypes - Update project version in dependency
Change the share module dependency version to project.version in order to avoid errors updating project version. Fix minor typo.
This commit is contained in:
parent
01e79d6953
commit
e378eec194
@ -220,7 +220,7 @@
|
|||||||
<executions>
|
<executions>
|
||||||
<!-- Copy the share extension -->
|
<!-- Copy the share extension -->
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-repo-extension</id>
|
<id>copy-share-extension</id>
|
||||||
<phase>pre-integration-test</phase>
|
<phase>pre-integration-test</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy</goal>
|
<goal>copy</goal>
|
||||||
@ -230,7 +230,7 @@
|
|||||||
<artifactItem>
|
<artifactItem>
|
||||||
<groupId>${groupId}</groupId>
|
<groupId>${groupId}</groupId>
|
||||||
<artifactId>${artifactId}</artifactId>
|
<artifactId>${artifactId}</artifactId>
|
||||||
<version>${version}</version>
|
<version>${project.version}</version>
|
||||||
<overWrite>false</overWrite>
|
<overWrite>false</overWrite>
|
||||||
<outputDirectory>${project.build.directory}/extensions</outputDirectory>
|
<outputDirectory>${project.build.directory}/extensions</outputDirectory>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user