From f08e39c08a445a18d1e2b50df7e181c38b5aea78 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Mon, 11 Jan 2021 09:39:59 +0100 Subject: Fix versions in BPGenerator Maven staging job is failing because of common module version set to 2.0.0-SNAPSHOT. During the build - mvn versions:set is used which sets version according to version.properties, because common has different version its version is not changed and it is recognized as a SNAPSHOT dependency (which fails the jenkins build). Issue-ID: DCAEGEN2-2529 Signed-off-by: Remigiusz Janeczek Change-Id: Icffd3b128485a45b3fe7e19c5501eaa4a98fbcf8 --- mod/bpgenerator/common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/bpgenerator/common/pom.xml') diff --git a/mod/bpgenerator/common/pom.xml b/mod/bpgenerator/common/pom.xml index cae390f..56985a9 100644 --- a/mod/bpgenerator/common/pom.xml +++ b/mod/bpgenerator/common/pom.xml @@ -29,7 +29,7 @@ 4.0.0 blueprint-generator-common - 2.0.0-SNAPSHOT + 1.7.1-SNAPSHOT jar Common -- cgit 1.2.3-korg