Oparent upgrade, maven plugin deletion, bump version 17/90617/1
authordglFromAtt <dgl@research.att.com>
Thu, 27 Jun 2019 20:01:39 +0000 (20:01 +0000)
committerdglFromAtt <dgl@research.att.com>
Thu, 27 Jun 2019 20:01:46 +0000 (20:01 +0000)
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1224
Change-Id: Ia718315c5174eeb2407ec0abea25203401b97afd

dbc-client/pom.xml
dmaap-bc/pom.xml
pom.xml
version.properties

index f5fa4af..a112f59 100644 (file)
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.2.2</version>
+    <version>2.0.0</version>
     <relativePath/>
   </parent>
   <build>
     <plugins>
 
 
-      <plugin>
-        <groupId>org.sonatype.plugins</groupId>
-        <artifactId>nexus-staging-maven-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <serverId>ecomp-staging</serverId>
-          <nexusUrl>${nexusproxy}</nexusUrl>
-          <stagingProfileId>176c31dfe190a</stagingProfileId>
-        </configuration>
-      </plugin>
 
       <!-- for Distribution management -->
       <plugin>
     <jettyVersion>9.4.12.RC2</jettyVersion>
     <eelf.version>1.0.0</eelf.version>
     <swagger.version>1.5.19</swagger.version>
-    <artifact.version>1.1.6</artifact.version>
+    <artifact.version>1.1.8</artifact.version>
     <!--  SONAR  -->
     <jacoco.version>0.7.7.201606060606</jacoco.version>
     <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
index 82182b6..1287150 100644 (file)
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.2.2</version>
+    <version>2.0.0</version>
     <relativePath/>
   </parent>
   <build>
         </executions>
       </plugin>
 
-      <plugin>
-        <groupId>org.sonatype.plugins</groupId>
-        <artifactId>nexus-staging-maven-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <serverId>ecomp-staging</serverId>
-          <nexusUrl>${nexusproxy}</nexusUrl>
-          <stagingProfileId>176c31dfe190a</stagingProfileId>
-        </configuration>
-      </plugin>
-
       <!-- for Distribution management -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
     <dependency>
       <groupId>org.onap.dmaap.dbcapi</groupId>
       <artifactId>dbcapi</artifactId>
-      <version>1.0.29-SNAPSHOT</version>
+      <version>1.0.30-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <reporting>
     <jettyVersion>9.4.12.RC2</jettyVersion>
     <eelf.version>1.0.0</eelf.version>
     <swagger.version>1.5.19</swagger.version>
-    <artifact.version>1.1.6</artifact.version>
+    <artifact.version>1.1.8</artifact.version>
     <timestamp>${maven.build.timestamp}</timestamp>
     <maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
     <!--  SONAR  -->
diff --git a/pom.xml b/pom.xml
index acbb06d..85bf520 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
        <groupId>org.onap.oparent</groupId>
        <artifactId>oparent</artifactId>
-       <version>1.2.2</version>
+       <version>2.0.0</version>
   </parent>
 
   <properties>
-    <artifactVersion>1.1.6</artifactVersion>
+    <artifactVersion>1.1.8</artifactVersion>
     <multiproject.basedir>${basedir}</multiproject.basedir>
         <docker.maven.plugin.version>1.0.0</docker.maven.plugin.version>
         <skip.docker.build>true</skip.docker.build>
index e58e9d0..fab1e50 100644 (file)
@@ -27,7 +27,7 @@
 
 major=1
 minor=1
-patch=7
+patch=8
 base_version=${major}.${minor}.${patch}
 
 # Release must be completed with git revision # in Jenkins