diff options
author | Tommy Carpenter <tommy@research.att.com> | 2018-10-25 13:44:19 -0400 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2018-10-25 13:59:43 -0400 |
commit | a9406879f68eca3237534656978f9129c67a7fc9 (patch) | |
tree | 497e0f407b7d0d0b38ce8936540384180c909004 /app/app/pom.xml | |
parent | 1066a3b45e4ad25b397796049eef0996d720b723 (diff) |
Fix issue caused by flake8 upgrade
Issue-ID: DCAEGEN2-919
Change-Id: Id18b31751576cddbadcfd1d845c8e0e90dd3a49a
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'app/app/pom.xml')
-rw-r--r-- | app/app/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app/pom.xml b/app/app/pom.xml index 806098d..a066a99 100644 --- a/app/app/pom.xml +++ b/app/app/pom.xml @@ -24,13 +24,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.dcaegen2.platform.configbinding</groupId> <artifactId>app</artifactId> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> <groupId>org.onap.dcaegen2.platform.configbinding</groupId> <artifactId>app-app</artifactId> <name>dcaegen2-platform-configbinding-app-app</name> - <version>2.2.3-SNAPSHOT</version> + <version>2.2.4-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |