diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 18:32:05 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-03 18:32:07 -0400 |
commit | 465c89671b4e2b3a8682d6386c6a3c9d43c01b8d (patch) | |
tree | 5296657e85562a30e223d03db88b1112dc31709a | |
parent | 4cd1b817e7e924d1bdea1a9c4e794a702732a129 (diff) |
Upversion for Dublin release4.0.0-ONAP
Issue-ID: AAI-2403
Change-Id: I170328747cc3fb7abaecc95952d2ae63197449d4
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | common-logging/pom.xml | 2 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 2 | ||||
-rw-r--r-- | logging-api/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index b1fa343..7194f24 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.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index c68c2ba..af802c4 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.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index fba6c4a..90a34e7 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.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> <name>aai-logging-service</name> <properties> diff --git a/version.properties b/version.properties index 3947b9c..f3dde84 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |