aboutsummaryrefslogtreecommitdiffstats
path: root/dblib/installer
diff options
context:
space:
mode:
Diffstat (limited to 'dblib/installer')
-rwxr-xr-xdblib/installer/pom.xml4
-rwxr-xr-xdblib/installer/src/assembly/assemble_installer_zip.xml2
-rwxr-xr-xdblib/installer/src/assembly/assemble_mvnrepo_zip.xml2
3 files changed, 7 insertions, 1 deletions
diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml
index 7754962..0646479 100755
--- a/dblib/installer/pom.xml
+++ b/dblib/installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>dblib</artifactId>
<groupId>org.openecomp.sdnc.core</groupId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
</parent>
<artifactId>dblib-installer</artifactId>
<name>DBLIB Adaptor - Karaf Installer</name>
@@ -59,6 +59,7 @@
<descriptors>
<descriptor>src/assembly/assemble_mvnrepo_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
<execution>
@@ -73,6 +74,7 @@
<descriptors>
<descriptor>src/assembly/assemble_installer_zip.xml</descriptor>
</descriptors>
+ <appendAssemblyId>false</appendAssemblyId>
</configuration>
</execution>
</executions>
diff --git a/dblib/installer/src/assembly/assemble_installer_zip.xml b/dblib/installer/src/assembly/assemble_installer_zip.xml
index 4716c7a..a6a22a9 100755
--- a/dblib/installer/src/assembly/assemble_installer_zip.xml
+++ b/dblib/installer/src/assembly/assemble_installer_zip.xml
@@ -4,6 +4,8 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
+ <id>bin</id>
+
<formats>
<format>zip</format>
</formats>
diff --git a/dblib/installer/src/assembly/assemble_mvnrepo_zip.xml b/dblib/installer/src/assembly/assemble_mvnrepo_zip.xml
index 92cd930..d96c9f4 100755
--- a/dblib/installer/src/assembly/assemble_mvnrepo_zip.xml
+++ b/dblib/installer/src/assembly/assemble_mvnrepo_zip.xml
@@ -4,6 +4,8 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
+ <id>bin</id>
+
<formats>
<format>zip</format>
</formats>