diff options
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 4 | ||||
-rw-r--r-- | common/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 1d255c4eb4..317413556c 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -416,12 +416,12 @@ <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.3.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> - <version>1.3.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.aspectj</groupId> diff --git a/common/pom.xml b/common/pom.xml index 86b9f36e50..aa3b09597a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -123,12 +123,12 @@ <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-kit</artifactId> - <version>1.3.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.appc.client</groupId> <artifactId>client-lib</artifactId> - <version>1.3.0</version> + <version>1.3.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -50,6 +50,7 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <resteasy.version>3.0.19.Final</resteasy.version> + <enforcer.skip>true</enforcer.skip> </properties> <distributionManagement> <repository> |