summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-08-01 21:58:24 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-08-01 21:58:31 +0000
commit33616b4b657a305b03e95fc649c5247e0aa5b28d (patch)
tree71f8a02edb15d4cda5cb52928812b102f0bb5b84
parent20fe5dd9e8f4733a9435b7c338a5932b6b0d255c (diff)
fix restconf build issue
Change-Id: Ifeff5f89c2c11244041df4ffc835083326ad5b87 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1578
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5364d84..7cfeaa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@ limitations under the License.
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>1.1.1</version>
+ <version>1.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -532,7 +532,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.security.crypt</groupId>
<artifactId>crypt-password</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.6</version>
</dependency>
</dependencies>
<repositories>