Plugin to format/validate POM
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / health-api / pom.xml
index 964de1e..9d50e13 100644 (file)
   ~  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<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>
+
   <parent>
-    <artifactId>inbounds</artifactId>
     <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
-    <version>0.6.1-SNAPSHOT</version>
+    <artifactId>inbounds</artifactId>
+    <version>0.7.0-SNAPSHOT</version>
   </parent>
-  <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
-  <artifactId>health-api</artifactId>
-  <!--<version>0.0.1-SNAPSHOT</version>-->
 
+  <artifactId>health-api</artifactId>
   <packaging>jar</packaging>
-  <name>health api for checking the system</name>
+
+  <name>Blueprints Processor Health API</name>
   <description>checking system check health endpoints</description>
 
   <dependencies>