diff options
Diffstat (limited to 'vbd')
-rw-r--r-- | vbd/api/pom.xml | 2 | ||||
-rw-r--r-- | vbd/features/pom.xml | 20 | ||||
-rw-r--r-- | vbd/features/src/main/features/features.xml | 2 | ||||
-rw-r--r-- | vbd/gui/bundle/pom.xml | 2 | ||||
-rw-r--r-- | vbd/pom.xml | 2 |
5 files changed, 14 insertions, 14 deletions
diff --git a/vbd/api/pom.xml b/vbd/api/pom.xml index 82cd6fdec..79272a84a 100644 --- a/vbd/api/pom.xml +++ b/vbd/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/vbd/features/pom.xml b/vbd/features/pom.xml index e481750e4..262bece76 100644 --- a/vbd/features/pom.xml +++ b/vbd/features/pom.xml @@ -31,13 +31,13 @@ <maven>3.1.1</maven> </prerequisites> <properties> - <mdsal.version>2.0.0-SNAPSHOT</mdsal.version> - <mdsal.model.version>0.8.0-SNAPSHOT</mdsal.model.version> - <restconf.version>1.3.0-SNAPSHOT</restconf.version> - <netconf.mdsal.version>1.3.0-SNAPSHOT</netconf.mdsal.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.version>2.0.0-Beryllium</mdsal.version> + <mdsal.model.version>0.8.0-Beryllium</mdsal.model.version> + <restconf.version>1.3.0-Beryllium</restconf.version> + <netconf.mdsal.version>1.3.0-Beryllium</netconf.mdsal.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> <v3po.version>1.0.0-SNAPSHOT</v3po.version> <configfile.directory>etc/opendaylight/karaf</configfile.directory> </properties> @@ -47,21 +47,21 @@ <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0-Beryllium</version> <type>pom</type> <scope>import</scope> </dependency> <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> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yangtools-artifacts</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-Beryllium</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/vbd/features/src/main/features/features.xml b/vbd/features/src/main/features/features.xml index ebe72ad6e..bf09b6243 100644 --- a/vbd/features/src/main/features/features.xml +++ b/vbd/features/src/main/features/features.xml @@ -21,7 +21,7 @@ <repository>mvn:org.opendaylight.mdsal/features-mdsal/{{VERSION}}/xml/features</repository> <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository> <repository>mvn:io.fd.honeycomb.v3po/v3po-features/{{VERSION}}/xml/features</repository> - <repository>mvn:org.opendaylight.netconf/features-netconf-connector/1.0.0-SNAPSHOT/xml/features</repository> + <repository>mvn:org.opendaylight.netconf/features-netconf-connector/{{VERSION}}/xml/features</repository> <feature name='odl-vbd-api' version='${project.version}' description='OpenDaylight :: vbd :: api'> <feature version='${mdsal.model.version}'>odl-mdsal-models</feature> diff --git a/vbd/gui/bundle/pom.xml b/vbd/gui/bundle/pom.xml index ff2b787b5..c2d58eaeb 100644 --- a/vbd/gui/bundle/pom.xml +++ b/vbd/gui/bundle/pom.xml @@ -31,7 +31,7 @@ <dependency> <groupId>org.opendaylight.dlux</groupId> <artifactId>loader</artifactId> - <version>0.3.0-SNAPSHOT</version> + <version>0.3.0-Beryllium</version> </dependency> <dependency> <groupId>io.fd.honeycomb.vbd</groupId> diff --git a/vbd/pom.xml b/vbd/pom.xml index 3a96320ae..78d68a805 100644 --- a/vbd/pom.xml +++ b/vbd/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> |