diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-03-09 22:02:22 +0000 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-03-09 22:03:49 +0000 |
commit | 9d393e71244bba4b2fda800e0c643e02f3c82719 (patch) | |
tree | 556bd3579ea4e82c0728b37f94249f78b0c8467e | |
parent | 9d193f88972dbf80054cc637f803c97bc9941e89 (diff) |
Update version to 1.1.0-SNAPSHOT
Change-Id: Icb52813263040b7bff1a44bacc21960ea7ad582d
Signed-off-by: Venkata Harish K Kajur <vk250x@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 a01feb3..6f6681c 100644 --- a/common-logging/pom.xml +++ b/common-logging/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> diff --git a/eelf-logging/pom.xml b/eelf-logging/pom.xml index a32f435..c9a9433 100644 --- a/eelf-logging/pom.xml +++ b/eelf-logging/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> diff --git a/logging-api/pom.xml b/logging-api/pom.xml index 6984935..1dbb2fc 100644 --- a/logging-api/pom.xml +++ b/logging-api/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-service</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </parent> @@ -16,7 +16,7 @@ <groupId>org.openecomp.aai.logging-service</groupId> <artifactId>logging-service</artifactId> <packaging>pom</packaging> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> <name>Common Logging Library</name> <properties> diff --git a/version.properties b/version.properties index 29cb353..b51be90 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=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} |