diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-08-01 21:16:08 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-08-01 21:16:46 +0000 |
commit | a08f2a759d80d39be90d38652c8212be4a507d91 (patch) | |
tree | fcb027d0d9c08cbd3a6eb5aabe13e3da00a67d61 | |
parent | 7231ec8a84b00713928266e9addc24571365b723 (diff) |
fix prh build issue
Change-Id: If7b013aa6b027de25dc80140b55f66ef52821dbd
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1578
-rw-r--r-- | pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -51,7 +51,7 @@ <spring-cloud.version>Greenwich.SR1</spring-cloud.version> <springfox.version>2.9.2</springfox.version> <immutables.version>2.7.5</immutables.version> - <sdk.version>1.2.0-SNAPSHOT</sdk.version> + <sdk.version>1.3.0</sdk.version> </properties> <modules> @@ -117,9 +117,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> |