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 | |
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')
-rw-r--r-- | v3po/api/pom.xml | 2 | ||||
-rw-r--r-- | v3po/features/pom.xml | 12 | ||||
-rw-r--r-- | v3po/pom.xml | 2 |
3 files changed, 8 insertions, 8 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> 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> diff --git a/v3po/pom.xml b/v3po/pom.xml index e0eed0022..ef721352d 100644 --- a/v3po/pom.xml +++ b/v3po/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0-Beryllium</version> <relativePath/> </parent> |