diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2018-02-28 13:46:56 -0500 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2018-02-28 13:48:11 -0500 |
commit | 4240211773f5eccaff4e707e6aa10a6748f2c657 (patch) | |
tree | e4514ecf0686950161c5e3322cc8c3588a85a1f8 | |
parent | 5e29c037245dba3ab4afa696ec44066e3b9a1b4d (diff) |
Upversion for new development
Upversion the library after the release
Change-Id: I6a8d0866c738e02531a881ac99b507d0aa568540
Issue-ID: AAI-821
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-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 d85e2dc..af38e18 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> @@ -36,7 +36,7 @@ <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>eelf-logging</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index 551a645..39c357f 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> @@ -38,7 +38,7 @@ <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-api</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </dependency> <!-- EELF logging library --> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index b6af2cc..cd7faeb 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> </parent> @@ -10,7 +10,7 @@ <groupId>org.onap.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> <name>aai-logging-service</name> <properties> diff --git a/version.properties b/version.properties index 83316a9..e1cf72f 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |