Release appc
[appc.git] / appc-core / appc-common-bundle / pom.xml
index 07300f5..d8d7a88 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================\r
   ONAP : APPC\r
   ================================================================================\r
-  Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.\r
+  Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved.\r
   ================================================================================\r
   Licensed under the Apache License, Version 2.0 (the "License");\r
   you may not use this file except in compliance with the License.\r
@@ -20,8 +20,8 @@
   <modelVersion>4.0.0</modelVersion>\r
   <parent>\r
       <groupId>org.onap.appc.parent</groupId>\r
-      <artifactId>binding-parent</artifactId>        \r
-      <version>1.4.0-SNAPSHOT</version>\r
+      <artifactId>binding-parent</artifactId>\r
+      <version>2.6.1</version>\r
   </parent>\r
   \r
   <groupId>org.onap.appc</groupId>\r
               </dependency>\r
             </dependencies>\r
           </plugin>\r
+     \r
+      <plugin>\r
+        <groupId>org.apache.felix</groupId>\r
+        <artifactId>maven-bundle-plugin</artifactId>\r
+        <extensions>true</extensions>\r
+        <configuration>\r
+          <instructions>\r
+            <Bundle-SymbolicName>appc-common-bundle</Bundle-SymbolicName>\r
+            <Export-Package>org.onap.appc.*, com.att.eelf.*</Export-Package>\r
+            <Embed-Dependency>eelf-core</Embed-Dependency>\r
+            <Embed-Transitive>true</Embed-Transitive>\r
+          </instructions>\r
+        </configuration>\r
+      </plugin>\r
     </plugins>  \r
   </build>\r
+  <version>1.6.3</version>\r
 </project>\r