mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-07 17:49:34 +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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user