Roll to next snapshot
[ccsdk/parent.git] / odlparent / client-parent / pom.xml
index 51ba507..37f35fe 100644 (file)
@@ -1,14 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>client-parent</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.3.3-SNAPSHOT</version>
 
        <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
        <url>http://wiki.onap.org</url>
@@ -55,7 +53,7 @@
                <checkstyle.skip>true</checkstyle.skip>
 
                <org.json.version>20170516</org.json.version>
-               <jackson.version>2.8.5</jackson.version>
+               <jackson.version>2.8.9</jackson.version>
                <!-- Need to stick to JUnit 4.11 until https://github.com/jayway/powermock/issues/560 
                        is fixed (either in PowerMock or with a new JUnit release) -->
                <!-- Used everywhere -->
        <distributionManagement>
                <repository>
                        <id>ecomp-releases</id>
-                       <url>http://nexus.onap.org/content/repositories/releases</url>
+                       <url>https://nexus.onap.org/content/repositories/releases</url>
                </repository>
                <snapshotRepository>
                        <id>ecomp-snapshots</id>
-                       <url>http://nexus.onap.org/content/repositories/snapshots</url>
+                       <url>https://nexus.onap.org/content/repositories/snapshots</url>
                </snapshotRepository>
        </distributionManagement>
 
+
        <build>
                <pluginManagement>
                        <plugins>
                                        <configuration>
                                                <tasks>
                                                        <!-- flatten out structure -->
-                                                       <move todir="${project.build.directory}/dependency"
-                                                               failonerror="false">
-                                                               <fileset dir="${project.build.directory}/dependency" />
-                                                               <mapper type="flatten" />
+                                                       <move todir="${project.build.directory}/dependency" failonerror="false">
+                                                               <fileset dir="${project.build.directory}/dependency"/>
+                                                               <mapper type="flatten"/>
                                                        </move>
                                                        <!-- move to yang folder -->
-                                                       <copy todir="${project.build.directory}/yang"
-                                                               failonerror="false">
-                                                               <fileset dir="${project.build.directory}/dependency"
-                                                                       includes="**/*.yang" />
-                                                               <mapper type="flatten" />
+                                                       <copy todir="${project.build.directory}/yang" failonerror="false">
+                                                               <fileset dir="${project.build.directory}/dependency" includes="**/*.yang"/>
+                                                               <mapper type="flatten"/>
                                                        </copy>
                                                        <!-- add in hard coded items from src/main/yang -->
-                                                       <copy todir="${project.build.directory}/yang"
-                                                               failonerror="false">
-                                                               <fileset dir="${project.basedir}/src/main/yang"
-                                                                       includes="**/*.yang" />
-                                                               <mapper type="flatten" />
+                                                       <copy todir="${project.build.directory}/yang" failonerror="false">
+                                                               <fileset dir="${project.basedir}/src/main/yang" includes="**/*.yang"/>
+                                                               <mapper type="flatten"/>
                                                        </copy>
                                                </tasks>
                                        </configuration>
 
                </pluginManagement>
                <plugins>
-                       <plugin>
-                               <groupId>org.sonatype.plugins</groupId>
-                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <nexusUrl>${onap.nexus.url}</nexusUrl>
-                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                       <serverId>ecomp-staging</serverId>
-                               </configuration>
-                       </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>versions-maven-plugin</artifactId>