diff options
author | Ed Warnicke <eaw@cisco.com> | 2016-03-08 12:08:04 -0700 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-03-08 20:47:04 +0000 |
commit | 8f645373e32e3265292e437c834acf234679181e (patch) | |
tree | ff35def958ae584fdd68c327d691784b0e97141d /v3po/api/pom.xml | |
parent | f6c7657a8c912c7c9b411f8f976b3cb3087acbee (diff) |
Fix pom files to use Beryllium Release Versions
Change-Id: I819355c989195a319e1b5ee6c3f2c0f2298628c2
Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'v3po/api/pom.xml')
-rw-r--r-- | v3po/api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v3po/api/pom.xml b/v3po/api/pom.xml index e31deea1f..6ae5dc5be 100644 --- a/v3po/api/pom.xml +++ b/v3po/api/pom.xml @@ -32,7 +32,7 @@ <dependency> <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>mdsal-model-artifacts</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-Beryllium</version> <type>pom</type> <scope>import</scope> </dependency> |