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/features/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/features/pom.xml')
-rw-r--r-- | v3po/features/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/v3po/features/pom.xml b/v3po/features/pom.xml index e95617451..c08008614 100644 --- a/v3po/features/pom.xml +++ b/v3po/features/pom.xml @@ -29,12 +29,12 @@ <maven>3.1.1</maven> </prerequisites> <properties> - <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version> - <mdsal.version>1.3.0-SNAPSHOT</mdsal.version> - <restconf.version>1.3.0-SNAPSHOT</restconf.version> - <netconf.version>1.0.0-SNAPSHOT</netconf.version> - <yangtools.version>0.8.0-SNAPSHOT</yangtools.version> - <dlux.version>0.3.0-SNAPSHOT</dlux.version> + <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version> + <mdsal.version>1.3.0-Beryllium</mdsal.version> + <restconf.version>1.3.0-Beryllium</restconf.version> + <netconf.version>1.0.0-Beryllium</netconf.version> + <yangtools.version>0.8.0-Beryllium</yangtools.version> + <dlux.version>0.3.0-Beryllium</dlux.version> <configfile.directory>etc/opendaylight/karaf</configfile.directory> </properties> <dependencyManagement> |