aboutsummaryrefslogtreecommitdiffstats
path: root/mso-catalog-db/pom.xml
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2017-03-13 05:01:04 -0700
committerChrisC <cc697w@intl.att.com>2017-03-13 05:01:04 -0700
commit1ba1d1997d862b4da9235bd8f8c62ac2b28115a7 (patch)
tree13ab45f9705b5e8e1e7068e0bb3725c7b06c8fac /mso-catalog-db/pom.xml
parent5dd5647cca17a9939919027008e175f6d5d819f7 (diff)
Update to version 1.1.0
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8 Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'mso-catalog-db/pom.xml')
-rw-r--r--mso-catalog-db/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml
index fdb6cc17e3..6b9e55cc79 100644
--- a/mso-catalog-db/pom.xml
+++ b/mso-catalog-db/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -49,7 +49,7 @@
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<executions>
-
+
<execution>
<id>copy-sql-file</id>
<phase>install</phase>
@@ -58,9 +58,9 @@
</goals>
<configuration>
<overwrite>true</overwrite>
-
+
<outputDirectory>${project.basedir}/../packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas</outputDirectory>
-
+
<resources>
<resource>
<directory>${project.build.directory}</directory>
@@ -69,7 +69,7 @@
<include>*.sql</include>
</includes>
</resource>
- </resources>
+ </resources>
</configuration>
</execution>
</executions>
@@ -147,7 +147,7 @@
</exclusion>
</exclusions>
</dependency>
-
+
<dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>common</artifactId>