diff options
author | Tian Lee <TianL@amdocs.com> | 2018-05-04 13:52:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-04 13:52:42 +0000 |
commit | dab344acc19551599ad5e8513fb35c351be5d29b (patch) | |
tree | 29127cca36210d5d529f3fe15f79214a027d6109 | |
parent | b0bd6a03a129207e662ff3a705cc6f766a5ddacd (diff) | |
parent | 2c0167b86ac18bbd53a3c7b7c15d105adba84bb3 (diff) |
Merge "Upversion logging-service in prep for branch"2.0.0-ONAPbeijing2.0.0-ONAP
-rw-r--r-- | common-logging/pom.xml | 4 | ||||
-rw-r--r-- | eelf-logging/pom.xml | 4 | ||||
-rw-r--r-- | logging-api/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml index d2cbaf0..aa7de03 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.2.2-SNAPSHOT</version> + <version>1.2.3-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.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index e23a260..6bf357f 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.2.2-SNAPSHOT</version> + <version>1.2.3-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.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </dependency> <!-- EELF logging library --> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index d486983..0ab6a3b 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.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> </parent> @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> <name>aai-logging-service</name> <properties> diff --git a/version.properties b/version.properties index e1cf72f..cbe33e5 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |