Remove staging plugin

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>
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml
index 30c9ab2..c48d9dc 100644
--- a/odlparent/binding-parent/pom.xml
+++ b/odlparent/binding-parent/pom.xml
@@ -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>
@@ -449,29 +449,7 @@
 		</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>
@@ -537,7 +515,7 @@
 			<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/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml
index dda8a6f..a899624 100644
--- a/odlparent/bundle-parent/pom.xml
+++ b/odlparent/bundle-parent/pom.xml
@@ -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>
@@ -449,29 +449,7 @@
 		</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>
@@ -537,7 +515,7 @@
 			<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/odlparent/client-parent/pom.xml b/odlparent/client-parent/pom.xml
index 2304952..b9de916 100644
--- a/odlparent/client-parent/pom.xml
+++ b/odlparent/client-parent/pom.xml
@@ -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>
@@ -341,32 +341,7 @@
 			<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>
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index 513081d..bca3619 100644
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-parent/pom.xml
@@ -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>
@@ -449,29 +449,7 @@
 		</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>
@@ -537,7 +515,7 @@
 			<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/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml
index fae7c4f..a47bff8 100644
--- a/odlparent/mdsal-it-parent/pom.xml
+++ b/odlparent/mdsal-it-parent/pom.xml
@@ -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>
@@ -449,29 +449,7 @@
 		</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>
@@ -537,7 +515,7 @@
 			<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/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml
index c3be3cb..3bc836f 100644
--- a/odlparent/odlparent-lite/pom.xml
+++ b/odlparent/odlparent-lite/pom.xml
@@ -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>
@@ -449,29 +449,7 @@
 		</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>
@@ -537,7 +515,7 @@
 			<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/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml
index 076258b..145729c 100644
--- a/odlparent/odlparent/pom.xml
+++ b/odlparent/odlparent/pom.xml
@@ -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>
@@ -449,29 +449,7 @@
 		</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>
@@ -537,7 +515,7 @@
 			<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/odlparent/pom.xml b/odlparent/pom.xml
index 94301b7..9b59aee 100755
--- a/odlparent/pom.xml
+++ b/odlparent/pom.xml
@@ -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>
diff --git a/odlparent/setup/pom.xml b/odlparent/setup/pom.xml
index d28f051..bb50027 100755
--- a/odlparent/setup/pom.xml
+++ b/odlparent/setup/pom.xml
@@ -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>
 
 
diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml
index cbd808d..8c18ee2 100755
--- a/odlparent/setup/src/main/resources/pom-template.xml
+++ b/odlparent/setup/src/main/resources/pom-template.xml
@@ -449,29 +449,7 @@
 		</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>
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index 76d7a58..d3b98f6 100644
--- a/odlparent/single-feature-parent/pom.xml
+++ b/odlparent/single-feature-parent/pom.xml
@@ -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>
@@ -449,29 +449,7 @@
 		</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>
@@ -537,7 +515,7 @@
 			<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>