commit | 0225791756a299a57ecc584e177b8dd166108561 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Thu Apr 26 12:58:37 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Thu Apr 26 12:58:37 2018 -0700 |
tree | b0182579b3da607d3ce2a434ef0a1690b0a774af | |
parent | 800d9d0770bb97c5d89f65bc88310c7b13f11055 [diff] |
Fix maven build - ONOS artifact version numbers were wrong Change-Id: Iafbcb86067336e8dae94eec9220ccee57aeedd5e
diff --git a/protocols/xmpp/pubsub/ctl/pom.xml b/protocols/xmpp/pubsub/ctl/pom.xml index d3d23fa..cb47fbb 100644 --- a/protocols/xmpp/pubsub/ctl/pom.xml +++ b/protocols/xmpp/pubsub/ctl/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>onos-protocols-xmpp-pubsub</artifactId> <groupId>org.onosproject</groupId> - <version>1.13.0-SNAPSHOT</version> + <version>1.14.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>