You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/01/10 14:37:19 UTC

[syncope] branch master updated: [SYNCOPE-1381] Fixing archetype

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new 0608a72  [SYNCOPE-1381] Fixing archetype
0608a72 is described below

commit 0608a720438008f106e61a36b5d674cc46800994
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jan 10 15:36:43 2019 +0100

    [SYNCOPE-1381] Fixing archetype
---
 archetype/src/main/resources/archetype-resources/enduser/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetype/src/main/resources/archetype-resources/enduser/pom.xml b/archetype/src/main/resources/archetype-resources/enduser/pom.xml
index e1e37c7..1e3bb28 100644
--- a/archetype/src/main/resources/archetype-resources/enduser/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/enduser/pom.xml
@@ -346,7 +346,7 @@ under the License.
         <dependency>
           <groupId>org.apache.syncope.ext.flowable</groupId>
           <artifactId>syncope-ext-flowable-client-enduser</artifactId>
-          <version>${project.version}</version>
+          <version>${syncope.version}</version>
         </dependency>
       </dependencies>