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>
|
||||
<!-- Copy the share extension -->
|
||||
<execution>
|
||||
<id>copy-repo-extension</id>
|
||||
<id>copy-share-extension</id>
|
||||
<phase>pre-integration-test</phase>
|
||||
<goals>
|
||||
<goal>copy</goal>
|
||||
@ -230,7 +230,7 @@
|
||||
<artifactItem>
|
||||
<groupId>${groupId}</groupId>
|
||||
<artifactId>${artifactId}</artifactId>
|
||||
<version>${version}</version>
|
||||
<version>${project.version}</version>
|
||||
<overWrite>false</overWrite>
|
||||
<outputDirectory>${project.build.directory}/extensions</outputDirectory>
|
||||
</artifactItem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user