Release appc
[appc.git] / appc-sdc-listener / appc-sdc-listener-bundle / pom.xml
index 4908959..e2c4f89 100644 (file)
@@ -27,18 +27,17 @@ limitations under the License.
        <parent>
                <groupId>org.onap.appc.parent</groupId>
                <artifactId>binding-parent</artifactId>
-               <version>2.7.0</version>
+               <version>2.7.1</version>
                 <relativePath/>
        </parent>
         <groupId>org.onap.appc</groupId>
 
        <properties>
                <jackson-yaml-version>2.8.6</jackson-yaml-version>
-               <snakeyaml.version>1.15</snakeyaml.version>
        </properties>
 
        <artifactId>appc-sdc-listener-bundle</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.7.1</version>
        <packaging>bundle</packaging>
 
        <dependencies>
@@ -94,7 +93,6 @@ limitations under the License.
                <dependency>
                        <groupId>org.yaml</groupId>
                        <artifactId>snakeyaml</artifactId>
-                       <version>${snakeyaml.version}</version>
                </dependency>
 
                <dependency>