Release aai/model-loader
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2f45b7e..eece4bc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.2.1</version>
+               <version>2.0.0</version>
                <relativePath />
        </parent>
 
        <groupId>org.onap.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
        <name>aai-model-loader</name>
-       <version>1.4.0-SNAPSHOT</version>
+       <version>1.5.0</version>
 
        <dependencyManagement>
                <dependencies>
@@ -51,7 +51,7 @@
                <start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class>
                <nexusproxy>https://nexus.onap.org</nexusproxy>
                <docker.location>${basedir}/target</docker.location>
-               <spring-boot.version>1.5.18.RELEASE</spring-boot.version>
+               <spring-boot.version>2.1.6.RELEASE</spring-boot.version>
                <apache.commons-text.version>1.1</apache.commons-text.version>
                <commons-compress.version>1.18</commons-compress.version>
                <hamcrest-all.version>1.3</hamcrest-all.version>
                <dependency>
                        <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.2.2</version>
+                       <version>1.5.0</version>
                </dependency>
                <dependency>
                        <groupId>ch.qos.logback</groupId>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
-                               <configuration>
-                                       <skip>true</skip>
-                               </configuration>
                        </plugin>
                </plugins>
        </build>