Remove staging plugin 02/91602/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 17 Jul 2019 14:43:14 +0000 (10:43 -0400)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 17 Jul 2019 14:43:14 +0000 (10:43 -0400)
Remove staging-profile, which had been needed for daily builds in
old daily build jobs.

Change-Id: I13d1b628268f46d59ff4521ffebf2f6d3b2b6390
Issue-ID: CCSDK-1496
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
19 files changed:
dependencies-bom/pom.xml
dependencies-odl-bom/pom.xml
odlparent/binding-parent/pom.xml
odlparent/bundle-parent/pom.xml
odlparent/client-parent/pom.xml
odlparent/feature-repo-parent/pom.xml
odlparent/mdsal-it-parent/pom.xml
odlparent/odlparent-lite/pom.xml
odlparent/odlparent/pom.xml
odlparent/pom.xml
odlparent/setup/pom.xml
odlparent/setup/src/main/resources/pom-template.xml
odlparent/single-feature-parent/pom.xml
pom.xml
springboot/pom.xml
springboot/springboot1/pom.xml
springboot/springboot2/pom.xml
standalone/pom.xml
version.properties

index 1ef2faf..1b50df6 100644 (file)
@@ -7,7 +7,7 @@
     <packaging>pom</packaging>
     <groupId>org.onap.ccsdk.parent</groupId>
     <artifactId>dependencies-bom</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
 
     <distributionManagement>
         <repository>
index 6be9299..3cf788d 100644 (file)
@@ -7,7 +7,7 @@
     <packaging>pom</packaging>
     <groupId>org.onap.ccsdk.parent</groupId>
     <artifactId>dependencies-odl-bom</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
 
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
index 30c9ab2..c48d9dc 100644 (file)
@@ -11,7 +11,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>binding-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.opendaylight.mdsal</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
                <profile>
                        <id>yang-compile</id>
                        <activation>
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-odl-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
index dda8a6f..a899624 100644 (file)
@@ -11,7 +11,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>bundle-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.opendaylight.odlparent</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
                <profile>
                        <id>yang-compile</id>
                        <activation>
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-odl-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
index 2304952..b9de916 100644 (file)
@@ -6,7 +6,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>client-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
        <url>http://wiki.onap.org</url>
                        <url>https://nexus.onap.org/content/repositories/snapshots</url>
                </snapshotRepository>
        </distributionManagement>
-       
-       <profiles>
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
+
 
        <build>
                <pluginManagement>
index 513081d..bca3619 100644 (file)
@@ -11,7 +11,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>feature-repo-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.opendaylight.odlparent</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
                <profile>
                        <id>yang-compile</id>
                        <activation>
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-odl-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
index fae7c4f..a47bff8 100644 (file)
@@ -11,7 +11,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>mdsal-it-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.opendaylight.controller</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
                <profile>
                        <id>yang-compile</id>
                        <activation>
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-odl-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
index c3be3cb..3bc836f 100644 (file)
@@ -11,7 +11,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>odlparent-lite</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.opendaylight.odlparent</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
                <profile>
                        <id>yang-compile</id>
                        <activation>
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-odl-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
index 076258b..145729c 100644 (file)
@@ -11,7 +11,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>odlparent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.opendaylight.odlparent</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
                <profile>
                        <id>yang-compile</id>
                        <activation>
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-odl-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
index 94301b7..9b59aee 100755 (executable)
@@ -7,12 +7,12 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>odlparent-aggregator</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
     </parent>
 
        <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
index d28f051..bb50027 100755 (executable)
@@ -8,12 +8,12 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>setup</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.onap.ccsdk.parent</groupId>
                <artifactId>odlparent-aggregator</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.1-SNAPSHOT</version>
        </parent>
 
 
index cbd808d..8c18ee2 100755 (executable)
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
                <profile>
                        <id>yang-compile</id>
                        <activation>
index 76d7a58..d3b98f6 100644 (file)
@@ -11,7 +11,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>single-feature-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.opendaylight.odlparent</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://nexus.onap.org</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
                <profile>
                        <id>yang-compile</id>
                        <activation>
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-odl-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
diff --git a/pom.xml b/pom.xml
index 46c88fd..992f928 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <packaging>pom</packaging>
     <groupId>org.onap.ccsdk.parent</groupId>
     <artifactId>parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
 
     <properties>
         </snapshotRepository>
     </distributionManagement>
 
-    <profiles>
-        <profile>
-            <id>nexus-staging</id>
-            <activation>
-                <property>
-                    <name>!altDeploymentRepository</name>
-                </property>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.sonatype.plugins</groupId>
-                        <artifactId>nexus-staging-maven-plugin</artifactId>
-                        <version>1.6.7</version>
-                        <extensions>true</extensions>
-                        <configuration>
-                            <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                            <stagingProfileId>176c31dfe190a</stagingProfileId>
-                            <serverId>ecomp-staging</serverId>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-    </profiles>
-
     <build>
         <plugins>
             <plugin>
index 606f23f..aaf982b 100755 (executable)
@@ -7,12 +7,12 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>springboot-aggregator</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>parent</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
     </parent>
 
        <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
index d86bb53..bc97b27 100755 (executable)
@@ -6,7 +6,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>spring-boot-1-starter-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.springframework.boot</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
 
        </profiles>
 
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
index 1bc6a49..62ba02b 100755 (executable)
@@ -6,7 +6,7 @@
        <packaging>pom</packaging>
        <groupId>org.onap.ccsdk.parent</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.1-SNAPSHOT</version>
 
        <parent>
                <groupId>org.springframework.boot</groupId>
                </profile>
 
                <!-- End of profiles from ONAP oparent -->
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                           <property>
-                               <name>!altDeploymentRepository</name>
-                           </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
+
 
        </profiles>
 
                        <dependency>
                                <groupId>org.onap.ccsdk.parent</groupId>
                                <artifactId>dependencies-bom</artifactId>
-                               <version>1.3.0-SNAPSHOT</version>
+                               <version>1.3.1-SNAPSHOT</version>
                                <type>pom</type>
                                <scope>import</scope>
                        </dependency>
index 1e68cdb..107918e 100755 (executable)
 <?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">
-
-
-       <modelVersion>4.0.0</modelVersion>
-       <packaging>pom</packaging>
-       <groupId>org.onap.ccsdk.parent</groupId>
-       <artifactId>standalone-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
-
-
-       <url>http://wiki.onap.org</url>
-       <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
-       <description>Root POM to be used in place of oparent for CCSDK based projects</description>
-
-       <parent>
-               <groupId>org.onap.oparent</groupId>
-               <artifactId>oparent</artifactId>
-               <version>2.0.0</version>
-       </parent>
-
-       <issueManagement>
-               <system>JIRA</system>
-               <url>https://jira.onap.org/</url>
-       </issueManagement>
-
-       <properties>
-
-
-               <!-- ONAP repositories -->
-               <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
-               <onap.nexus.host>nexus.onap.org</onap.nexus.host>
-               <onap.nexus.port>443</onap.nexus.port>
-               <onap.nexus.protocol>https</onap.nexus.protocol>
-               <onap.nexus.public-url>https://nexus.onap.org/content/groups/public</onap.nexus.public-url>
-               <onap.nexus.staging-url>https://nexus.onap.org/content/groups/staging</onap.nexus.staging-url>
-               <onap.nexus.release-url>https://nexus.onap.org/content/repositories/releases</onap.nexus.release-url>
-               <onap.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots</onap.nexus.snapshot-url>
-               <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id>
-               <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id>
-
-
-               <java.version.source>1.8</java.version.source>
-               <java.version.target>1.8</java.version.target>
-               <bundle.plugin.version>2.5.0</bundle.plugin.version>
-               <checkstyle.skip>true</checkstyle.skip>
-
-
-               <sonar.language>java</sonar.language>
-               <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
-               <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
-               <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
-               <sonar.projectVersion>${project.version}</sonar.projectVersion>
-
-
-
-               <mariadb.connector.version>2.1.1</mariadb.connector.version>
-               <fasterxml.jackson.version>2.9.8</fasterxml.jackson.version>
-               <velocity.version>2.0</velocity.version>
-
-               <dmaap.listener.version>1.1.5</dmaap.listener.version>
-               <sdc.client.version>1.3.0</sdc.client.version>
-               <sdc.tosca.version>1.5.0</sdc.tosca.version>
-
-
-       </properties>
-
-       <dependencyManagement>
-               <dependencies>
-                       <dependency>
-                               <groupId>org.onap.sdc.sdc-distribution-client</groupId>
-                               <artifactId>sdc-distribution-client</artifactId>
-                               <version>${sdc.client.version}</version>
-                               <scope>compile</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.onap.sdc.sdc-tosca</groupId>
-                               <artifactId>sdc-tosca</artifactId>
-                               <version>${sdc.tosca.version}</version>
-                               <scope>compile</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
-                               <artifactId>dmaapClient</artifactId>
-                               <version>${dmaap.listener.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.slf4j</groupId>
-                               <artifactId>slf4j-api</artifactId>
-                               <version>1.7.21</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.logging.log4j</groupId>
-                               <artifactId>log4j-slf4j-impl</artifactId>
-                               <version>2.11.2</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>com.fasterxml.jackson.core</groupId>
-                               <artifactId>jackson-core</artifactId>
-                               <version>${fasterxml.jackson.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>com.fasterxml.jackson.core</groupId>
-                               <artifactId>jackson-databind</artifactId>
-                               <version>${fasterxml.jackson.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>com.fasterxml.jackson.core</groupId>
-                               <artifactId>jackson-annotations</artifactId>
-                               <version>${fasterxml.jackson.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.apache.velocity</groupId>
-                               <artifactId>velocity-engine-core</artifactId>
-                               <version>${velocity.version}</version>
-                       </dependency>
-                       <dependency>
-                               <groupId>junit</groupId>
-                               <artifactId>junit</artifactId>
-                               <version>4.12</version>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.mockito</groupId>
-                               <artifactId>mockito-core</artifactId>
-                               <version>1.10.19</version>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>org.testng</groupId>
-                               <artifactId>testng</artifactId>
-                               <version>6.11</version>
-                               <scope>test</scope>
-                       </dependency>
-                       <dependency>
-                               <groupId>ch.vorburger.mariaDB4j</groupId>
-                               <artifactId>mariaDB4j</artifactId>
-                               <version>2.2.3</version>
-                               <scope>test</scope>
-                       </dependency>
-               </dependencies>
-       </dependencyManagement>
-
-
-       <profiles>
-               <profile>
-                       <id>nexus-staging</id>
-                       <activation>
-                               <property>
-                                       <name>!altDeploymentRepository</name>
-                               </property>
-                       </activation>
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>org.sonatype.plugins</groupId>
-                                               <artifactId>nexus-staging-maven-plugin</artifactId>
-                                               <version>1.6.7</version>
-                                               <extensions>true</extensions>
-                                               <configuration>
-                                                       <nexusUrl>https://${onap.nexus.host}</nexusUrl>
-                                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
-                                                       <serverId>ecomp-staging</serverId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
-       </profiles>
-
-
-       <build>
-               <plugins>
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>versions-maven-plugin</artifactId>
-                               <version>2.5</version>
-                               <configuration>
-                                       <processAllModules>true</processAllModules>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-       <organization>
-               <name>ONAP</name>
-       </organization>
+         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>standalone-parent</artifactId>
+    <version>1.3.1-SNAPSHOT</version>
+
+
+    <url>http://wiki.onap.org</url>
+    <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
+    <description>Root POM to be used in place of oparent for CCSDK based projects</description>
+
+    <parent>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>2.0.0</version>
+    </parent>
+
+    <issueManagement>
+        <system>JIRA</system>
+        <url>https://jira.onap.org/</url>
+    </issueManagement>
+
+    <properties>
+
+
+        <!-- ONAP repositories -->
+        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
+        <onap.nexus.host>nexus.onap.org</onap.nexus.host>
+        <onap.nexus.port>443</onap.nexus.port>
+        <onap.nexus.protocol>https</onap.nexus.protocol>
+        <onap.nexus.public-url>https://nexus.onap.org/content/groups/public</onap.nexus.public-url>
+        <onap.nexus.staging-url>https://nexus.onap.org/content/groups/staging</onap.nexus.staging-url>
+        <onap.nexus.release-url>https://nexus.onap.org/content/repositories/releases</onap.nexus.release-url>
+        <onap.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots</onap.nexus.snapshot-url>
+        <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id>
+        <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id>
+
+
+        <java.version.source>1.8</java.version.source>
+        <java.version.target>1.8</java.version.target>
+        <bundle.plugin.version>2.5.0</bundle.plugin.version>
+        <checkstyle.skip>true</checkstyle.skip>
+
+
+        <sonar.language>java</sonar.language>
+        <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
+        <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
+        <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
+        <sonar.projectVersion>${project.version}</sonar.projectVersion>
+
+
+
+        <mariadb.connector.version>2.1.1</mariadb.connector.version>
+        <fasterxml.jackson.version>2.9.8</fasterxml.jackson.version>
+        <velocity.version>2.0</velocity.version>
+
+        <dmaap.listener.version>1.1.5</dmaap.listener.version>
+        <sdc.client.version>1.3.0</sdc.client.version>
+        <sdc.tosca.version>1.5.0</sdc.tosca.version>
+
+
+    </properties>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.onap.sdc.sdc-distribution-client</groupId>
+                <artifactId>sdc-distribution-client</artifactId>
+                <version>${sdc.client.version}</version>
+                <scope>compile</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.onap.sdc.sdc-tosca</groupId>
+                <artifactId>sdc-tosca</artifactId>
+                <version>${sdc.tosca.version}</version>
+                <scope>compile</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
+                <artifactId>dmaapClient</artifactId>
+                <version>${dmaap.listener.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.slf4j</groupId>
+                <artifactId>slf4j-api</artifactId>
+                <version>1.7.21</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.logging.log4j</groupId>
+                <artifactId>log4j-slf4j-impl</artifactId>
+                <version>2.11.2</version>
+            </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-core</artifactId>
+                <version>${fasterxml.jackson.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-databind</artifactId>
+                <version>${fasterxml.jackson.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>com.fasterxml.jackson.core</groupId>
+                <artifactId>jackson-annotations</artifactId>
+                <version>${fasterxml.jackson.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.velocity</groupId>
+                <artifactId>velocity-engine-core</artifactId>
+                <version>${velocity.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.12</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.mockito</groupId>
+                <artifactId>mockito-core</artifactId>
+                <version>1.10.19</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.testng</groupId>
+                <artifactId>testng</artifactId>
+                <version>6.11</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>ch.vorburger.mariaDB4j</groupId>
+                <artifactId>mariaDB4j</artifactId>
+                <version>2.2.3</version>
+                <scope>test</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <repositories>
+        <repository>
+            <id>onap-public</id>
+            <url>https://nexus.onap.org/content/groups/public</url>
+            <releases>
+                <enabled>true</enabled>
+                <updatePolicy>never</updatePolicy>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>onap-staging</id>
+            <url>https://nexus.onap.org/content/groups/staging</url>
+            <releases>
+                <enabled>true</enabled>
+                <updatePolicy>never</updatePolicy>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>always</updatePolicy>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>ecomp-release</id>
+            <name>onap-repository-releases</name>
+            <url>https://nexus.onap.org/content/repositories/releases</url>
+            <releases>
+                <enabled>true</enabled>
+                <updatePolicy>never</updatePolicy>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </repository>
+        <repository>
+            <id>ecomp-snapshot</id>
+            <name>onap-repository-snapshots</name>
+            <url>https://nexus.onap.org/content/repositories/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>versions-maven-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <processAllModules>true</processAllModules>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <organization>
+        <name>ONAP</name>
+    </organization>
 </project>
index 8e5be7b..beacb7c 100644 (file)
@@ -6,7 +6,7 @@
 
 release_name=1
 sprint_number=3
-feature_revision=0
+feature_revision=1
 
 base_version=${release_name}.${sprint_number}.${feature_revision}