Update version to 1.13.6-SNAPSHOT
[sdc.git] / openecomp-be / lib / openecomp-sdc-activity-log-lib / openecomp-sdc-activity-log-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5   <modelVersion>4.0.0</modelVersion>
6
7   <artifactId>openecomp-sdc-activity-log-api</artifactId>
8
9   <parent>
10     <groupId>org.openecomp.sdc</groupId>
11     <artifactId>openecomp-sdc-activity-log-lib</artifactId>
12     <version>1.13.6-SNAPSHOT</version>
13   </parent>
14
15   <dependencies>
16     <dependency>
17       <groupId>org.openecomp.sdc.core</groupId>
18       <artifactId>openecomp-facade-core</artifactId>
19       <version>${project.version}</version>
20     </dependency>
21     <dependency>
22       <groupId>org.openecomp.sdc.core</groupId>
23       <artifactId>openecomp-nosqldb-api</artifactId>
24       <version>${project.version}</version>
25     </dependency>
26     <dependency>
27       <groupId>org.openecomp.sdc</groupId>
28       <artifactId>openecomp-sdc-versioning-api</artifactId>
29       <version>${project.version}</version>
30     </dependency>
31   </dependencies>
32
33
34 </project>