aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html96
-rw-r--r--ms/cds-sdc-listener/application/pom.xml1
-rw-r--r--ms/cds-sdc-listener/distribution/pom.xml2
3 files changed, 2 insertions, 97 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html
index b369e012d..f5e7e844e 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html
+++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/resource-mapping/resource-mapping.component.html
@@ -65,102 +65,6 @@ limitations under the License.
<input type="text" />
</td>
</tr>
-
- <tr>
- <td>
- <input type="checkbox" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>Name</td>
- <td>
- <input type="text" />
- <i class="fa fa-search" aria-hidden="true"></i>
- </td>
- <td>
- <select>
- <option value="volvo">Input</option>
- <option value="saab">Output</option>
- </select>
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- </tr>
-
- <tr>
- <td>
- <input type="checkbox" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>Name</td>
- <td>
- <input type="text" />
- <i class="fa fa-search" aria-hidden="true"></i>
- </td>
- <td>
- <select>
- <option value="volvo">Input</option>
- <option value="saab">Output</option>
- </select>
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- </tr>
-
- <tr>
- <td>
- <input type="checkbox" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>Name</td>
- <td>
- <input type="text" />
- <i class="fa fa-search" aria-hidden="true"></i>
- </td>
- <td>
- <select>
- <option value="volvo">Input</option>
- <option value="saab">Output</option>
- </select>
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- <td>
- <input type="text" />
- </td>
- </tr>
</tbody>
</table>
</div> \ No newline at end of file
diff --git a/ms/cds-sdc-listener/application/pom.xml b/ms/cds-sdc-listener/application/pom.xml
index c2ec8b98c..cbf8ca879 100644
--- a/ms/cds-sdc-listener/application/pom.xml
+++ b/ms/cds-sdc-listener/application/pom.xml
@@ -18,6 +18,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.ccsdk.cds</groupId>
<artifactId>cds-sdc-listener-application</artifactId>
+ <version>0.4.2-SNAPSHOT</version>
<name>CDS-SDC Listener Application </name>
<properties>
diff --git a/ms/cds-sdc-listener/distribution/pom.xml b/ms/cds-sdc-listener/distribution/pom.xml
index d4ce04199..59e3824d7 100644
--- a/ms/cds-sdc-listener/distribution/pom.xml
+++ b/ms/cds-sdc-listener/distribution/pom.xml
@@ -10,7 +10,7 @@
<parent>
<artifactId>cds-sdc-listener</artifactId>
<groupId>org.onap.ccsdk.cds</groupId>
- <version>0.4.1-SNAPSHOT</version>
+ <version>0.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>