diff options
author | Patrick Brady <pb071s@att.com> | 2018-07-24 12:27:35 -0700 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2018-07-24 21:01:53 +0000 |
commit | 54fbdf069a4291cda4f0f36fa5319bb1ad04bb62 (patch) | |
tree | 2f9f488fbbe1221fe16fe37e37a19feeefb689f7 /appc-parent/bundle-parent/pom.xml | |
parent | 12f9c2e9cb3abad1dd3c2790d32958f0cb3ba46d (diff) |
Change appc-parent to new odl
Changing the parent ccsdk version of the appc-parent
pom files so they will use the new ODL version.
Change-Id: Ia573a707f2c73899c415d7c2015362f7506f1f1d
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-939
Diffstat (limited to 'appc-parent/bundle-parent/pom.xml')
-rw-r--r-- | appc-parent/bundle-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-parent/bundle-parent/pom.xml b/appc-parent/bundle-parent/pom.xml index a5317dd6f..81d7e9b21 100644 --- a/appc-parent/bundle-parent/pom.xml +++ b/appc-parent/bundle-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>1.0.3</version> + <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> |