summaryrefslogtreecommitdiffstats
path: root/v3po
diff options
context:
space:
mode:
Diffstat (limited to 'v3po')
-rw-r--r--v3po/api/pom.xml2
-rw-r--r--v3po/features/pom.xml12
-rw-r--r--v3po/pom.xml2
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>