aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2019-06-27 19:49:28 +0000
committerdglFromAtt <dgl@research.att.com>2019-06-27 19:59:45 +0000
commitb8b578883baa14084e316bd232d8c62ef9b84a1c (patch)
tree9dfd47d933f2e2c998c3fcc7cc9c4317ffe3417f
parent392df8b9b82da9a700e1b7368e4d5b03de2a6067 (diff)
Oparent upgrade, maven plugin deletion, bump version
Change-Id: I9a6b3f71a531b65d03ef26248869c32d349d9d58 Issue-ID: DMAAP-1224 Signed-off-by: dglFromAtt <dgl@research.att.com>
-rw-r--r--pom.xml15
-rw-r--r--version.properties2
2 files changed, 3 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 544af10..9648898 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>1.2.2</version>
+ <version>2.0.0</version>
<relativePath/>
</parent>
<build>
@@ -124,17 +124,6 @@
</plugin>
<!-- for Staging -->
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <serverId>ecomp-staging</serverId>
- <nexusUrl>${nexusproxy}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- </configuration>
- </plugin>
<!-- for Distribution Managment -->
@@ -393,7 +382,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jettyVersion>9.4.12.RC2</jettyVersion>
<eelf.version>1.0.0</eelf.version>
- <artifact.version>1.0.29-SNAPSHOT</artifact.version>
+ <artifact.version>1.0.30-SNAPSHOT</artifact.version>
<junit.version>4.12</junit.version>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
diff --git a/version.properties b/version.properties
index 96f9ee0..dc85f0e 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=0
-patch=29
+patch=30
base_version=${major}.${minor}.${patch}
# Release must be completed with git revision # in Jenkins