diff options
author | Dan Timoney <dtimoney@att.com> | 2020-02-24 09:52:23 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-02-24 09:52:23 -0500 |
commit | 9ca8e4a4a9e94f51506fb856ba64650cff322c4d (patch) | |
tree | 7920dff1cd081131c8c95ac77acc0fcb6dc234ad /sshkeyshare | |
parent | 6a407a45c77662a42160462c8fa69261f3fc76b3 (diff) |
Update parent versions
Update parent versions to fix broken build
Change-Id: I1fa29fe77f736519ce9d2c458f452d962d5141f1
Issue-ID: CCSDK-2114
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sshkeyshare')
-rw-r--r-- | sshkeyshare/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sshkeyshare/pom.xml b/sshkeyshare/pom.xml index a852401..abc946f 100644 --- a/sshkeyshare/pom.xml +++ b/sshkeyshare/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> |