commit | a7160da1d980139f6cc52f314d5684c7d431f0f0 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Mon Jul 09 17:19:19 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Jul 10 00:57:27 2018 +0000 |
tree | dbb75b720fb2de98a448af931ea30a0b59011739 | |
parent | cd91a07cd06e9577136a1b413fea150a4889e9c7 [diff] |
Fix SNAPSHOT version in test/proxy app Change-Id: I8b66ef4ed9f89341558513fa773f7223d30bfc53
diff --git a/apps/test/proxy/pom.xml b/apps/test/proxy/pom.xml index 60435f2..febcb51 100644 --- a/apps/test/proxy/pom.xml +++ b/apps/test/proxy/pom.xml
@@ -22,7 +22,7 @@ <parent> <groupId>org.onosproject</groupId> <artifactId>onos-apps-test</artifactId> - <version>1.13.2-SNAPSHOT</version> + <version>1.14.0-SNAPSHOT</version> </parent> <artifactId>onos-app-proxy-test</artifactId>