Update version to 1.1.0-SNAPSHOT
[aai/model-loader.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 53c5f5e..4cd7d83 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.openecomp.aai.model-loader</groupId>
        <artifactId>model-loader</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <packaging>war</packaging>
        
        <properties>
                <docker.location>${basedir}/target</docker.location>
+               <!-- Ecomp Version -->
+               <ecomp.version>1.0.0</ecomp.version>
                <dependency.scope>provided</dependency.scope>
                <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
                <maven.compiler.source>1.8</maven.compiler.source>
               <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
               <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
               <sonar.projectVersion>${project.version}</sonar.projectVersion>
+               <nexusproxy>https://nexus.openecomp.org</nexusproxy>
        </properties>
 
+       <distributionManagement>
+               <repository>
+                       <id>ecomp-releases</id>
+                       <name>ECOMP Release Repository</name>
+                       <url>${nexusproxy}/content/repositories/releases/</url>
+               </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <name>ECOMP Snapshot Repository</name>
+                       <url>${nexusproxy}/content/repositories/snapshots/</url>
+               </snapshotRepository>
+       </distributionManagement>
        <dependencies>
                <dependency>
                        <groupId>org.mockito</groupId>
                <dependency>
                        <groupId>org.openecomp.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.0.0-SNAPSHOT</version>
+                       <version>${ecomp.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.openecomp.sdc</groupId>
                    <artifactId>sdc-distribution-client</artifactId>
-                       <version>1.0.0-SNAPSHOT</version>
+                   <version>${ecomp.version}</version>
                </dependency>
                <dependency>
                        <groupId>org.json</groupId>
                           <name>ECOMP Snapshot Repository</name>
                          <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
                   </repository>
+                  <repository>
+                         <id>ecomp-staging</id>
+                          <name>ECOMP Staging Repository</name>
+                         <url>https://nexus.openecomp.org/content/repositories/staging/</url>
+                  </repository>
 
           </repositories>
        
                                        <imageName>${docker.push.registry}/openecomp/${project.artifactId}</imageName>                                  
                                        <dockerDirectory>${docker.location}</dockerDirectory>
                                        <imageTags>
-                                               <imageTag>${docker.imagetag}</imageTag>
                                                <imageTag>latest</imageTag>
                                        </imageTags>
                                        <forceTags>true</forceTags>
                   </execution>
              </executions>
            </plugin>
+           <plugin>
+               <groupId>org.sonatype.plugins</groupId>
+               <artifactId>nexus-staging-maven-plugin</artifactId>
+               <version>1.6.7</version>
+               <extensions>true</extensions>
+               <configuration>
+                       <nexusUrl>${nexusproxy}</nexusUrl>
+                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                       <serverId>ecomp-staging</serverId>
+               </configuration>
+           </plugin>
+
                </plugins>              
        </build>