diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2019-04-09 07:55:17 +0200 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2019-04-09 07:55:17 +0200 |
commit | f3f9ed25e905bb80761420ede7189a2245ffe168 (patch) | |
tree | 698925e54ca2cc901b96e033b2df3b36f77f9bb6 /standardization | |
parent | c04fd10cc5e3b49e84f5a7a7d6da318891b591cb (diff) |
Change SDK version to 1.1.5
Change-Id: Ief09284baaef6692e5739fc31c223f145779c0dd
Issue-ID: DCAEGEN2-1021
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'standardization')
-rw-r--r-- | standardization/api-custom-header/pom.xml | 2 | ||||
-rw-r--r-- | standardization/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/standardization/api-custom-header/pom.xml b/standardization/api-custom-header/pom.xml index 3330c045..b6da940b 100644 --- a/standardization/api-custom-header/pom.xml +++ b/standardization/api-custom-header/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>dcaegen2-services-sdk-standardization</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> diff --git a/standardization/pom.xml b/standardization/pom.xml index d618dea9..d75329e9 100644 --- a/standardization/pom.xml +++ b/standardization/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>sdk</artifactId> - <version>1.1.4-SNAPSHOT</version> + <version>1.1.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> |