aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt-odlux/odlux/apps
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-12-05 15:30:03 -0500
committerDan Timoney <dtimoney@att.com>2024-12-05 15:30:03 -0500
commit2d3ea6a5768c5be6be5ed0ee166e39a2ac64d6e1 (patch)
treec72ad433093a53db5505d498b95f203575d35362 /sdnr/wt-odlux/odlux/apps
parent518fb7c788c10ffe5159d1c87963a36fb6f559f0 (diff)
Release version 2.0.1 ccsdk/features maven artifactsoslo
Release version 2.0.1 ccsdk/features artifacts and roll to next snapshot Issue-ID: CCSDK-4066 Change-Id: I70dd2eec598f262acca5af8dd54ed3262e40726d Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr/wt-odlux/odlux/apps')
-rw-r--r--sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml2
-rwxr-xr-xsdnr/wt-odlux/odlux/apps/app-installer/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/connectApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/demoApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/faultApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/helpApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml2
-rw-r--r--sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml2
12 files changed, 12 insertions, 12 deletions
diff --git a/sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml b/sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml
index 05e99179a..196938adb 100644
--- a/sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/apiDemo/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-apiDemo</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/app-installer/pom.xml b/sdnr/wt-odlux/odlux/apps/app-installer/pom.xml
index be019a772..9134f8db7 100755
--- a/sdnr/wt-odlux/odlux/apps/app-installer/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/app-installer/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-apps-installer</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>pom</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml b/sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml
index 510d6f922..cd27f86c6 100644
--- a/sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/configurationApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-configurationApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/connectApp/pom.xml b/sdnr/wt-odlux/odlux/apps/connectApp/pom.xml
index 808b273b9..4ad480829 100644
--- a/sdnr/wt-odlux/odlux/apps/connectApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/connectApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-connectApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/demoApp/pom.xml b/sdnr/wt-odlux/odlux/apps/demoApp/pom.xml
index 008c4977f..f32141e8c 100644
--- a/sdnr/wt-odlux/odlux/apps/demoApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/demoApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-demoApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml b/sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml
index e9187d97e..7e88a199f 100644
--- a/sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/eventLogApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-eventLogApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/faultApp/pom.xml b/sdnr/wt-odlux/odlux/apps/faultApp/pom.xml
index 32c168d0c..9234b182b 100644
--- a/sdnr/wt-odlux/odlux/apps/faultApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/faultApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-faultApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/helpApp/pom.xml b/sdnr/wt-odlux/odlux/apps/helpApp/pom.xml
index 13f3eded1..ad8a2fb32 100644
--- a/sdnr/wt-odlux/odlux/apps/helpApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/helpApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-helpApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml b/sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml
index 951b5599d..0d610c8b4 100644
--- a/sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/inventoryApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-inventoryApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml b/sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml
index 489b7e9b9..66a5de3e7 100644
--- a/sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/maintenanceApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-maintenanceApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml b/sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml
index be59bf951..5c537c160 100644
--- a/sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/minimumApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-minimumApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>
diff --git a/sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml b/sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml
index f8428e121..488b13f81 100644
--- a/sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml
+++ b/sdnr/wt-odlux/odlux/apps/performanceHistoryApp/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.ccsdk.features.sdnr.odlux</groupId>
<artifactId>sdnr-odlux-app-performanceHistoryApp</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.2-SNAPSHOT.yaml</version>
<packaging>jar</packaging>
<name>SDNR ODLUX :: ${project.artifactId}</name>