[VERSION] Update version to 1.0.0 31/1031/1
authorDan Timoney <dtimoney@att.com>
Mon, 20 Feb 2017 21:54:12 +0000 (16:54 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 20 Feb 2017 21:55:14 +0000 (16:55 -0500)
Update version to 1.0.0 to produce release build

Change-Id: I8d0d89c0a930310ef90a49fa34ca79bb108a27b2
Signed-off-by: Dan Timoney <dtimoney@att.com>
74 files changed:
dblib/features/pom.xml
dblib/installer/pom.xml
dblib/pom.xml
dblib/provider/pom.xml
filters/features/pom.xml
filters/features/src/main/resources/features.xml
filters/installer/pom.xml
filters/installer/src/assembly/assemble_installer_zip.xml
filters/installer/src/assembly/assemble_mvnrepo_zip.xml
filters/installer/src/main/resources/scripts/install-feature.sh
filters/pom.xml
filters/provider/pom.xml
filters/provider/src/main/java/org/openecomp/sdnc/filters/Activator.java
filters/provider/src/main/java/org/openecomp/sdnc/filters/LogFilter.java
filters/provider/src/main/java/org/openecomp/sdnc/filters/RequestResponseLoggingFilter.java
pom.xml
rootpom/src/site/site.xml
rootpom/src/site/site_en.xml
sli/common/pom.xml
sli/common/src/main/java/org/openecomp/sdnc/sli/ConfigurationException.java
sli/common/src/main/java/org/openecomp/sdnc/sli/DuplicateValueException.java
sli/common/src/main/java/org/openecomp/sdnc/sli/MetricLogger.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicAdaptor.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicAtom.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicBinaryExpression.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicContext.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicDblibStore.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicException.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicExprListener.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicExprParserErrorListener.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicExpression.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicExpressionFactory.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicFunctionCall.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicGraph.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicJavaPlugin.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicJdbcStore.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicNode.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicParser.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicParserException.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicRecorder.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicResource.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicStore.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicStoreFactory.java
sli/common/src/main/java/org/openecomp/sdnc/sli/SvcLogicVariableTerm.java
sli/common/src/main/resources/crAseNetwork.sql
sli/common/src/test/java/org/openecomp/sdnc/sli/SvcLogicContextTest.java
sli/common/src/test/java/org/openecomp/sdnc/sli/SvcLogicExpressionParserTest.java
sli/common/src/test/java/org/openecomp/sdnc/sli/SvcLogicParserTest.java
sli/common/src/test/resources/EvcActivateSvcLogic_v100.xml
sli/common/src/test/resources/EvcPortSvcLogic_v100.xml
sli/common/src/test/resources/ReleasePortSvcLogic_v101.xml
sli/common/src/test/resources/bad_neutron_logic_v11.xml
sli/common/src/test/resources/mergetest.xml
sli/common/src/test/resources/neutron_logic_v10.xml
sli/common/src/test/resources/nonsense.xml
sli/common/src/test/resources/simplelogger.properties
sli/common/src/test/resources/svclogic.properties
sli/common/src/test/resources/svclogic.sh
sli/features/pom.xml
sli/installer/pom.xml
sli/pom.xml
sli/provider/pom.xml
sli/recording/pom.xml
sliPluginUtils/features/pom.xml
sliPluginUtils/installer/pom.xml
sliPluginUtils/pom.xml
sliPluginUtils/provider/pom.xml
sliapi/features/pom.xml
sliapi/installer/pom.xml
sliapi/model/pom.xml
sliapi/pom.xml
sliapi/provider/pom.xml
src/site/apt/nodes.apt
src/site/site.xml

index e894115..b3fc853 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>dblib</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>dblib-features</artifactId>
        <name>DBLIB Adaptor - Features</name>
index eb1f747..ba452e3 100755 (executable)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>dblib</artifactId>
         <groupId>org.openecomp.sdnc.core</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
     <artifactId>dblib-installer</artifactId>
     <name>DBLIB Adaptor - Karaf  Installer</name>
index d9aba9d..4d02c7d 100755 (executable)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.openecomp.sdnc.core</groupId>
         <artifactId>sdnc-core</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
 
@@ -16,7 +16,7 @@
     <name>DBLIB Adaptor</name>
     <description>The DBLIB adaptor allows service logic to access persistent data in a local sql database</description>
 
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
     <build>
     <plugins>
index 70180ba..c46b2e8 100755 (executable)
@@ -4,10 +4,10 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>dblib</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>dblib-provider</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
        <packaging>bundle</packaging>
        <name>DBLIB Adaptor - Provider</name>
        <url>http://maven.apache.org</url>
index 59732d7..f3dfe62 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>filters</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>filters-features</artifactId>
        <name>Filters - Features</name>
index 75b780e..1c58e64 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index 91f4c77..39a00b9 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>filters</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>filters-installer</artifactId>
        <name>Filters - Karaf  Installer</name>
index 80b2ad1..728afca 100644 (file)
@@ -3,7 +3,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index c87b7d3..c14f8ae 100644 (file)
@@ -3,7 +3,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index d8d381d..93236c5 100644 (file)
@@ -5,7 +5,7 @@
 # openECOMP : SDN-C
 # ================================================================================
 # Copyright (C) 2017 AT&T Intellectual Property. All rights
-#                         reserved.
+#                                              reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index ee3b404..b809abc 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.openecomp.sdnc.core</groupId>
         <artifactId>sdnc-core</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
     <name>Filters</name>
     <description>Servlet filter to implement ECOMP logging spec</description>
 
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
 
 
 
index 9a54e4b..7b00001 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>filters</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>filters-provider</artifactId>
        <packaging>bundle</packaging>
index d246d63..258c82d 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index aa1d530..40100c3 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5fe22b2..48f0689 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/pom.xml b/pom.xml
index 6254b80..7087a8d 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
        <organization>
                <name>AT&amp;T</name>
        </organization>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
 
 </project>
index 476d6fc..cd1f1c9 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-              reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index 476d6fc..cd1f1c9 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-              reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index 3ab9848..1f65694 100755 (executable)
@@ -3,7 +3,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sli-common</artifactId>
        <packaging>bundle</packaging>
index 3ff29e3..fa1308f 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2fabbe8..beb22b0 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f664331..98513ca 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9f8038c..b4d62ab 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f474b04..e7a8715 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5c2626c..9b35006 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c51b19a..79082af 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5fca466..db8ef15 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 34dd6bb..c087b8a 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 49ad0da..d8d3384 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ac4591b..4c7dd22 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 509e121..a6af820 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e4d82de..751564b 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b9085e2..a98cf6b 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9631d68..d3d6d95 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d3c9d45..ac14cac 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e64a2c1..b9e7f80 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 578a691..6828e9a 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0359909..0e06b9e 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5fd19cc..ac9c515 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d0e9361..8a23adf 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 914444e..5fc00f8 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ff02718..6959c86 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a12496b..8b6618b 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 5cec818..9ddc3c0 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b6a5a1f..4123117 100644 (file)
@@ -3,7 +3,7 @@
 -- openECOMP : SDN-C
 -- ================================================================================
 -- Copyright (C) 2017 AT&T Intellectual Property. All rights
---                         reserved.
+--                                             reserved.
 -- ================================================================================
 -- Licensed under the Apache License, Version 2.0 (the "License");
 -- you may not use this file except in compliance with the License.
index ea6e1e1..6e6656e 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6ebd6df..d6503b6 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2ee65f5..e8ff2fe 100644 (file)
@@ -3,7 +3,7 @@
  * openECOMP : SDN-C
  * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. All rights
- *                         reserved.
+ *                                             reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8f6b587..097078a 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index 87d4d62..0808442 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index 53579ae..5a835b7 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index 8821b66..4e1e8d9 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index 0691028..12e083c 100644 (file)
@@ -3,7 +3,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index 818c4c5..9cd3312 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index fbdd2cc..6122082 100644 (file)
@@ -3,7 +3,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
index e202c4e..6f70984 100644 (file)
@@ -3,7 +3,7 @@
 # openECOMP : SDN-C
 # ================================================================================
 # Copyright (C) 2017 AT&T Intellectual Property. All rights
-#                         reserved.
+#                                              reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 3412166..fa33146 100644 (file)
@@ -3,7 +3,7 @@
 # openECOMP : SDN-C
 # ================================================================================
 # Copyright (C) 2017 AT&T Intellectual Property. All rights
-#                         reserved.
+#                                              reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 98459d3..09f0637 100644 (file)
@@ -5,7 +5,7 @@
 # openECOMP : SDN-C
 # ================================================================================
 # Copyright (C) 2017 AT&T Intellectual Property. All rights
-#                         reserved.
+#                                              reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index e2e9f5c..f07aad6 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sli-features</artifactId>
        <name>SLI - Features</name>
index fed23fa..a9dc66b 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sli</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sli-installer</artifactId>
        <name>SLI - Karaf  Installer</name>
index 6416558..2b1bc4a 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sdnc-core</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
@@ -59,7 +59,7 @@
        <organization>
                <name>openECOMP</name>
        </organization>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
 
 </project>
index d5a629b..bfea0e2 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sli</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sli-provider</artifactId>
        <packaging>bundle</packaging>
index d5f7448..62750cc 100755 (executable)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.openecomp.sdnc.core</groupId>
     <artifactId>sli</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
   <artifactId>sli-recording</artifactId>
   <packaging>bundle</packaging>
index f1da193..9910964 100755 (executable)
@@ -8,7 +8,7 @@
        <parent>
                <artifactId>sliPluginUtils</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
 
        <name>SliPluginUtils Plugin - Features</name>
index 52f5e84..f84f744 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>sliPluginUtils</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sliPluginUtils-installer</artifactId>
        <name>SLI Plugin Utilities - Karaf  Installer</name>
index 0bf4ad6..b9e7b35 100755 (executable)
@@ -3,7 +3,7 @@
 
        <groupId>org.openecomp.sdnc.core</groupId>
        <artifactId>sliPluginUtils</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
        <packaging>pom</packaging>
        <modelVersion>4.0.0</modelVersion>
 
@@ -11,7 +11,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sdnc-core</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <name>Service Logic Interface Plugin Utilities</name>
        <description>A package of static utility functions to be used when developing SLI plugins</description>
index 8a59661..7c8c7c2 100755 (executable)
@@ -8,7 +8,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sliPluginUtils</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
 
        <name>SliPluginUtils Plugin - Provider</name>
index 13ef69b..d5d768d 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sliapi-features</artifactId>
 
index 1eee871..4b61dae 100755 (executable)
@@ -5,7 +5,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sliapi-installer</artifactId>
        <name>SLI API  - Karaf  Installer</name>
index 775fb93..188e7c2 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sliapi-model</artifactId>
        <packaging>bundle</packaging>
index c0c928b..1240203 100755 (executable)
@@ -7,13 +7,13 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>sdnc-core</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
 
        <packaging>pom</packaging>
        <groupId>org.openecomp.sdnc.core</groupId>
        <artifactId>sliapi</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.0</version>
 
        <properties>
                <feature-name>sliapi</feature-name>
index 32d0c98..9034b27 100755 (executable)
@@ -4,7 +4,7 @@
        <parent>
                <artifactId>sliapi</artifactId>
                <groupId>org.openecomp.sdnc.core</groupId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
        </parent>
        <artifactId>sliapi-provider</artifactId>
        <packaging>bundle</packaging>
index d71aa4a..d005b5f 100644 (file)
@@ -3,7 +3,7 @@
 ~~ openECOMP : SDN-C
 ~~ ================================================================================
 ~~ Copyright (C) 2017 AT&T Intellectual Property. All rights
-~~                         reserved.
+~~                                             reserved.
 ~~ ================================================================================
 ~~ Licensed under the Apache License, Version 2.0 (the "License");
 ~~ you may not use this file except in compliance with the License.
index 6e4244d..7da1eb9 100644 (file)
@@ -4,7 +4,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                          reserved.
+                                               reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.