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:
Jose Luis Osorno 2019-03-25 08:19:05 +01:00
parent 01e79d6953
commit e378eec194

View File

@ -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>