aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-05-02 10:30:48 -0700
committerPatrick Brady <pb071s@att.com>2018-05-02 10:30:55 -0700
commit70f978ae8a6030e45b657523e51174c619ad3e2f (patch)
tree55f502c88e832c5e75d655f94e7fee46c4d929c1
parent3e8e2d843d5c3f78bc140fd5308d0b2974f1f3ae (diff)
Change ccsdk versions
The old ccsdk versions were expired since they were snapshots. Putting the new snapshot version in until a working version is released. Change-Id: Ie474e18e9cf63c9368cef72d4e0b3b54fd7f58c4 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CCSDK-261
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 09d51dade..7daf44e98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</parent>
@@ -85,9 +85,9 @@ limitations under the License.
<onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
- <sdnctl.dblib.version>0.2.1-SNAPSHOT</sdnctl.dblib.version>
- <sdnctl.sli.version>0.2.1-SNAPSHOT</sdnctl.sli.version>
- <ccsdk.sli.adaptors.version>0.2.1-SNAPSHOT</ccsdk.sli.adaptors.version>
+ <sdnctl.dblib.version>${ccsdk.sli.core.version}</sdnctl.dblib.version>
+ <sdnctl.sli.version>${ccsdk.sli.core.version}</sdnctl.sli.version>
+ <!-- <ccsdk.sli.adaptors.version>${ccsdk.sli.adaptors.version}</ccsdk.sli.adaptors.version> -->
<commons.collections.version>3.2.2</commons.collections.version>
<odl.sal.api.gen.plugin.version>0.11.1</odl.sal.api.gen.plugin.version>
<odl.yangtools.version>1.2.1</odl.yangtools.version>