diff options
author | Ashlee Young <ashlee@wildernessvoice.com> | 2015-12-08 11:32:02 -0800 |
---|---|---|
committer | Ashlee Young <ashlee@wildernessvoice.com> | 2015-12-08 11:32:02 -0800 |
commit | f9da5db0ff14879e47a6d83244ba63d45b4d432d (patch) | |
tree | 30ae7124d2650f556252245ffd3c68ae1b7d845f /framework/src/onos/protocols/openflow | |
parent | 76dc892491948adae5e5e62cf94448967e8d865b (diff) |
onos-1.4.0-rc1 tag
Change-Id: I7f6b85bbf2574b9e174ad919ff36acde28ca50a1
Signed-off-by: Ashlee Young <ashlee@wildernessvoice.com>
Diffstat (limited to 'framework/src/onos/protocols/openflow')
-rw-r--r-- | framework/src/onos/protocols/openflow/api/pom.xml | 2 | ||||
-rw-r--r-- | framework/src/onos/protocols/openflow/ctl/pom.xml | 2 | ||||
-rw-r--r-- | framework/src/onos/protocols/openflow/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/src/onos/protocols/openflow/api/pom.xml b/framework/src/onos/protocols/openflow/api/pom.xml index e535ac64..6a47e2ee 100644 --- a/framework/src/onos/protocols/openflow/api/pom.xml +++ b/framework/src/onos/protocols/openflow/api/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onosproject</groupId> <artifactId>onos-of</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0-rc1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/framework/src/onos/protocols/openflow/ctl/pom.xml b/framework/src/onos/protocols/openflow/ctl/pom.xml index 56d48550..947e12f8 100644 --- a/framework/src/onos/protocols/openflow/ctl/pom.xml +++ b/framework/src/onos/protocols/openflow/ctl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onosproject</groupId> <artifactId>onos-of</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0-rc1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/framework/src/onos/protocols/openflow/pom.xml b/framework/src/onos/protocols/openflow/pom.xml index 3bf976b5..07074660 100644 --- a/framework/src/onos/protocols/openflow/pom.xml +++ b/framework/src/onos/protocols/openflow/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onosproject</groupId> <artifactId>onos-protocols</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0-rc1</version> <relativePath>../pom.xml</relativePath> </parent> |