aboutsummaryrefslogtreecommitdiffstats
path: root/vnfapi/provider/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-06-06 14:31:42 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-06-06 14:31:42 -0400
commit5cf9db88d1070be553fec311c9a84b5f9ec5d5c9 (patch)
tree251a1201a6f4381a8fec3d524722fbfe6e3a7a49 /vnfapi/provider/pom.xml
parent80be80fba0d9a10ca256a906c571b4c0eedc164f (diff)
Roll version for Casablanca
Roll versions for Casablanca development Change-Id: I36526a7b5b8f1471a1d73b86b3cf996524a68f1e Issue-ID: SDNC-333 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'vnfapi/provider/pom.xml')
-rw-r--r--vnfapi/provider/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml
index a8721ceb..a8b12549 100644
--- a/vnfapi/provider/pom.xml
+++ b/vnfapi/provider/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>1.0.4</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>vnfapi-provider</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>sdnc-northbound :: vnfapi :: ${project.artifactId}</name>
r: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
html, body{
	margin:0;
	padding:0;
	height:100%;
}
div#page-wrapper{
	width: 991px;
	min-height: 100%;
	margin: auto; 
	border-style: solid;
	border-width: thin;
	border-color: #d0d6e0;
	position: relative;
}
body{
	display:none;
}
nav#header{
	padding: 10px;
	width: 972px;
	height: 101.8px;
	border-bottom: 1px solid #d0d6e0;
	text-align: left;
}
nav#header ul{
	padding-left: 0px;
	list-style-type: none;
}
nav#header a{
	color: #008080;
	text-decoration: none;
}
nav#header a:hover{
	text-decoration: underline;
}
nav#left-col{
	position: absolute;
	left: 0;
	width: 248px;
	padding-bottom: 35px;
}
nav#left-col ul{
	padding-left: 10px;
	list-style-type: none;
}
.pages {
	color: #008080;
	text-decoration: none;
	text-align: left;
	font-size: 18px;
}
.sub-bullet a{
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	color: black;
}
.sub-bullet a:hover{
	text-decoration: underline;
}
div#right-col{
	padding-left: 150px;
	padding-bottom: 35px;
	padding-right: 50px;
}
.title{
	color: #008080;
	font-size: 24px;
	list-style-type: none;
}
.info-title{
	color: black;
	font-size: 18px;
	list-style-type: none;
}
.info{
	color: grey;
	font-size: 14px;
	list-style-type: none;
}
.info-list{
	list-style-position:inside;
	font-size: 14px;
	color: grey;
	position: relative;
	padding-bottom: 5px;
}
.info-sublist{
	list-style-position:inside;
	font-size: 14px;
	color: grey;
	position: relative;
	padding-bottom: 5px;
	padding-left: 45px;
}
div#footer-wrapper{
	position: absolute;
    bottom: 0;
    width: 981px;
    height: 35px;
	background-color: #008080;
	color: white; 
	font-size:15px;
	text-align:right;
	padding-right:10px;
}
div#footer-wrapper a{
	color: white;
	text-align:right;
	text-decoration:none;
}
div#footer-wrapper a:hover{
	text-decoration: underline;
}