[204200] Updating plug-in/feature dependency versions.
diff --git a/examples/org.eclipse.uml2.examples-feature/feature.xml b/examples/org.eclipse.uml2.examples-feature/feature.xml
index 96a32aa..a827368 100644
--- a/examples/org.eclipse.uml2.examples-feature/feature.xml
+++ b/examples/org.eclipse.uml2.examples-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.uml2.examples"
       label="%feature.label"
-      version="2.1.0.qualifier"
+      version="2.2.0.qualifier"
       provider-name="%feature.provider-name"
       image="eclipse_update_120.jpg">
 
@@ -11,7 +11,7 @@
    </description>
 
    <copyright url="http://www.eclipse.org/legal/epl-v10.html">
-      Copyright (c) 2003, 2007 IBM Corporation and others.
+      Copyright (c) 2003, 2007 IBM Corporation, Embarcadero Technologies, and others.
 All rights reserved.   This program and the accompanying materials
 are made available under the terms of the Eclipse Public License v1.0
 which accompanies this distribution, and is available at
@@ -36,7 +36,7 @@
       <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
       <import plugin="org.eclipse.ui.ide" version="3.3.0" match="compatible"/>
       <import plugin="org.eclipse.emf.ecore.editor" version="2.2.0" match="compatible"/>
-      <import plugin="org.eclipse.uml2.uml.editor" version="2.1.0" match="compatible"/>
+      <import plugin="org.eclipse.uml2.uml.editor" version="2.2.0" match="compatible"/>
    </requires>
 
    <plugin