aboutsummaryrefslogtreecommitdiffstats
path: root/app/app/pom.xml
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2019-02-06 20:40:59 -0500
committerTommy Carpenter <tommy@research.att.com>2019-02-07 10:40:33 -0500
commit58c2dfb5bf159488dd04cae572af93c975926d1c (patch)
treefcc7154094e6033b8635d6a994b0a152952785aa /app/app/pom.xml
parentf90acdf54d597d03f3d90865153971499f672b3b (diff)
Fix flake8 violation
Issue-ID: DCAEGEN2-1182 Change-Id: If0398a2312f27378236ed7c662a6f755800ade5c Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'app/app/pom.xml')
-rw-r--r--app/app/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/app/pom.xml b/app/app/pom.xml
index a066a99..7887201 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.4-SNAPSHOT</version>
+ <version>2.2.5-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.4-SNAPSHOT</version>
+ <version>2.2.5-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>