We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e79ac commit 76cce84Copy full SHA for 76cce84
oneping/pom.xml
@@ -22,18 +22,18 @@
22
<parent>
23
<groupId>org.onosproject</groupId>
24
<artifactId>onos-dependencies</artifactId>
25
- <version>1.12.0</version>
+ <version>1.14.0</version>
26
<relativePath/><!-- parent is remote -->
27
</parent>
28
29
<artifactId>onos-app-oneping</artifactId>
30
- <version>1.12.0-SNAPSHOT</version>
+ <version>1.14.0-SNAPSHOT</version>
31
<packaging>bundle</packaging>
32
33
<description>One-Ping-Only sample application</description>
34
35
<properties>
36
- <onos.version>1.12.0</onos.version>
+ <onos.version>1.14.0</onos.version>
37
<onos.app.name>org.onosproject.oneping</onos.app.name>
38
<onos.app.origin>ON.Lab</onos.app.origin>
39
<onos.app.title>One-Ping-Only App</onos.app.title>
0 commit comments