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 | b003251dec07f42b53e62080625bebe4f9942267 (patch) | |
tree | 5e0e8a878838ec3ad1d3c3c95c6768af492ec681 | |
parent | 58c3a23e4b41752845eb25e1d369bf9468f56285 (diff) |
Fix pom files to use Beryllium Release Versions
Change-Id: I819355c989195a319e1b5ee6c3f2c0f2298628c2
Signed-off-by: Ed Warnicke <eaw@cisco.com>
-rw-r--r-- | common/api-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/features-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/impl-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/it-parent/pom.xml | 2 | ||||
-rw-r--r-- | common/karaf-parent/pom.xml | 2 | ||||
-rw-r--r-- | v3po/api/pom.xml | 2 | ||||
-rw-r--r-- | v3po/features/pom.xml | 12 | ||||
-rw-r--r-- | v3po/pom.xml | 2 | ||||
-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 |
13 files changed, 27 insertions, 27 deletions
diff --git a/common/api-parent/pom.xml b/common/api-parent/pom.xml index 24db461d9..54f2f6e9a 100644 --- a/common/api-parent/pom.xml +++ b/common/api-parent/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.opendaylight.mdsal</groupId> <artifactId>binding-parent</artifactId> - <version>0.8.0-SNAPSHOT</version> + <version>0.8.0-Beryllium</version> <relativePath/> </parent> diff --git a/common/features-parent/pom.xml b/common/features-parent/pom.xml index 7744ebc4b..432a4f7db 100644 --- a/common/features-parent/pom.xml +++ b/common/features-parent/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>features-parent</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0-Beryllium</version> <relativePath/> </parent> diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index c5b95f089..10ad690f5 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>config-parent</artifactId> - <version>0.4.0-SNAPSHOT</version> + <version>0.4.0-Beryllium</version> <relativePath/> </parent> diff --git a/common/it-parent/pom.xml b/common/it-parent/pom.xml index 142e73c09..3904c7d6b 100644 --- a/common/it-parent/pom.xml +++ b/common/it-parent/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-it-parent</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0-Beryllium</version> <relativePath/> </parent> diff --git a/common/karaf-parent/pom.xml b/common/karaf-parent/pom.xml index ac7bb8296..1dd3d6665 100644 --- a/common/karaf-parent/pom.xml +++ b/common/karaf-parent/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.opendaylight.controller</groupId> <artifactId>karaf-parent</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0-Beryllium</version> <relativePath/> </parent> 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> 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> |