Use 1.5.0 parent pom 73/98373/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 13 Nov 2019 15:58:03 +0000 (10:58 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 13 Nov 2019 15:58:03 +0000 (10:58 -0500)
Use released 1.5.0 version of parent pom

Change-Id: Icfce7d572b7403e3ea43cb41675fe9d7b169e782
Issue-ID: CCSDK-1920
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
cds-ui/client/.gitignore [new file with mode: 0644]
cds-ui/pom.xml
cds-ui/server/.gitignore [new file with mode: 0644]
ms/controllerblueprints/modules/blueprint-proto/pom.xml
ms/py-executor/pom.xml
pom.xml

diff --git a/cds-ui/client/.gitignore b/cds-ui/client/.gitignore
new file mode 100644 (file)
index 0000000..cd7838c
--- /dev/null
@@ -0,0 +1,2 @@
+/target-ide/
+/target/
index 08c1030..a95e494 100644 (file)
@@ -24,7 +24,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0</version>
         <relativePath/>
     </parent>
 
diff --git a/cds-ui/server/.gitignore b/cds-ui/server/.gitignore
new file mode 100644 (file)
index 0000000..b83d222
--- /dev/null
@@ -0,0 +1 @@
+/target/
index 91097b9..fef6cb7 100644 (file)
@@ -14,7 +14,6 @@
   ~  See the License for the specific language governing permissions and
   ~  limitations under the License.
   -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
index ef52898..9ede1b2 100644 (file)
@@ -14,7 +14,6 @@
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License.
   -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index a86d744..6d0f678 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>1.5.0-SNAPSHOT</version>
+        <version>1.5.0</version>
         <relativePath/>
     </parent>