diff options
author | Patrick Brady <pb071s@att.com> | 2017-10-25 13:06:18 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-10-25 13:06:47 -0700 |
commit | 6eec6d143f350484445a2e03243f397c570f7687 (patch) | |
tree | 0e0e652de3054439c0d8c39d14b916070418ddc9 | |
parent | 461788988cfa8596990fee90bc4968572b1d612f (diff) |
New version of ccsdk
Updating to the release version of ccsdk which
has dependencies listed differently to fix resolution
errors which were causing javadocs to fail and a lot of
other warning to show up.
Change-Id: I756d87a872d31636323504e71f95d29cd7d9ab7c
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: APPC-266
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-carbon-sr1</artifactId> - <version>0.0.2-SNAPSHOT</version> + <version>0.1.0</version> </parent> |