aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2020-04-08 11:59:09 -0400
committerJimmy Forsyth <jf2512@att.com>2020-04-08 11:59:10 -0400
commite0c68206d5ccbe6159a05063998274407b853d3f (patch)
treee7f3bbff9b8f1e23c9ffd08a5eb6cfd61058ea0a
parentb6c4be4e8edc61f28c431a0bef6ec04c45d1418e (diff)
Upversion to 1.7.0
Issue-ID: AAI-2860 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I30b74e3e2fd0cb871214f87699e28be17e009ba7
-rw-r--r--common-logging/pom.xml4
-rw-r--r--eelf-logging/pom.xml4
-rw-r--r--logging-api/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 7 insertions, 7 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index e479d99..af4cf2f 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
@@ -36,7 +36,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>eelf-logging</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml
index b8113b6..5d6f257 100644
--- a/eelf-logging/pom.xml
+++ b/eelf-logging/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
@@ -38,7 +38,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-api</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</dependency>
<!-- EELF logging library -->
diff --git a/logging-api/pom.xml b/logging-api/pom.xml
index a90c35d..c1603ff 100644
--- a/logging-api/pom.xml
+++ b/logging-api/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<parent>
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
- <version>1.5.1-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 0461275..e59e905 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ limitations under the License.
<groupId>org.onap.aai.logging-service</groupId>
<artifactId>logging-service</artifactId>
<packaging>pom</packaging>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>aai-logging-service</name>
<properties>
diff --git a/version.properties b/version.properties
index d661b46..3ec371c 100644
--- a/version.properties
+++ b/version.properties
@@ -24,7 +24,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=6
+minor=7
patch=0
base_version=${major}.${minor}.${patch}