Release version 1.4.1 maven artifacts
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / health-api / pom.xml
index 964de1e..88a4d11 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">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>inbounds</artifactId>
-    <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
-    <version>0.6.1-SNAPSHOT</version>
-  </parent>
-  <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
-  <artifactId>health-api</artifactId>
-  <!--<version>0.0.1-SNAPSHOT</version>-->
+<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>
 
-  <packaging>jar</packaging>
-  <name>health api for checking the system</name>
-  <description>checking system check health endpoints</description>
+    <parent>
+        <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
+        <artifactId>modules-inbounds</artifactId>
+        <version>1.4.2-SNAPSHOT</version>
+    </parent>
 
-  <dependencies>
-    <dependency>
-      <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId>
-      <artifactId>rest-lib</artifactId>
-    </dependency>
-  </dependencies>
+    <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
+    <artifactId>health-api</artifactId>
+    <packaging>jar</packaging>
+
+    <name>MS Blueprints Processor Modules - Inbounds - Health API</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId>
+            <artifactId>health-api-common</artifactId>
+            <version>${ccsdk.cds.version}</version>
+        </dependency>
+    </dependencies>
 </project>