diff --git a/deploy/versions.sh b/deploy/versions.sh
index 3614b7a855..79aa149685 100755
--- a/deploy/versions.sh
+++ b/deploy/versions.sh
@@ -8,8 +8,8 @@ export BASE=`dirname $0`
export INSTALLER="${BASE}/installer"
#export TARGET=${BASE}/target
#export TARGET=${BASE}/../features/org.locationtech.udig-product/target/products/
-export SERIES=2.0
-export VERSION=2.0.0.RC1
+export SERIES=2.2
+export VERSION=2.2.0.RC1
export BUILD="${BASE}/build"
# Tycho Build
diff --git a/docs/common.py b/docs/common.py
index 17be193a18..73aa7778e9 100644
--- a/docs/common.py
+++ b/docs/common.py
@@ -42,17 +42,17 @@
# General information about the project.
project = u'uDig'
-copyright = u'2013, Refractions Research and others'
+copyright = u'2020, Refractions Research and others'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '2.0'
+version = '2.2'
# The full version, including alpha/beta/rc tags.
-release = '2.0.0.RC1'
+release = '2.2.0.RC1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/docs/pom.xml b/docs/pom.xml
index 5d735ce4d6..c37ff774b8 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -44,7 +44,7 @@
org.locationtech.udig
udig-tycho
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
diff --git a/docs/src/main/java/html/BulkConvert.java b/docs/src/main/java/html/BulkConvert.java
index 603d91abe7..1f92fbfb0b 100644
--- a/docs/src/main/java/html/BulkConvert.java
+++ b/docs/src/main/java/html/BulkConvert.java
@@ -591,7 +591,7 @@ private void bufferedStreamsCopy(File origional, File copy) {
}
}
- // From http://java.dzone.com/articles/file-copy-java-Ð-benchmark
+ // From http://java.dzone.com/articles/file-copy-java-D-benchmark
private void bufferedStreamsCopy(InputStream fin, OutputStream fout) throws IOException {
try {
int data;
diff --git a/docs/user/en/what_is_new/What is new 2.1.rst b/docs/user/en/what_is_new/What is new 2.1.rst
new file mode 100644
index 0000000000..562a18e7ac
--- /dev/null
+++ b/docs/user/en/what_is_new/What is new 2.1.rst
@@ -0,0 +1,46 @@
+.. _what_is_new_2_1:
+
+What is new for uDig 2.1
+========================
+
+This is a release candidate, prior to the creation of a stable 2.1.x series. GeoTools library has been updated to 19.4, please consult Upgrade guide in case you are using SDK to build your own geospatial application with uDig.
+
+.. contents:: :local:
+ :depth: 1
+
+Improvements and Fixes
+----------------------
+* `#230 `_ Initialitiation in SetAttributesCommand
+* `#280 `_ allows to open StyleEditors for created layers
+* `#283 `_ ConcurrentModificationException using LayerInterceptor
+* `#293 `_ fixed Table Sorting issues and selection problems
+* `#305 `_ Rollback issues were fixed
+* `#301 `_ fixed Draging selected Nodes
+* `#306 `_ fix of multiple listeners problems in ToolOptionContributionItem
+* `#317 `_ preventing Exceptions in EditBlackboard if transformation is not set
+* `#325 `_ fixed CRS/SRS paremeter for WMS 1.3.0 GetFeatureInfo Requests
+* `#330 `_ Cursor Position tool considers Locale when parsing Coordinate String
+* `#338 `_ Exception Handling for LineTool and PolygonTool
+* `#343 `_ Correctly calculate the winding of triangles
+* `#351 `_ InitMapCRS Interceptor doesn't init Map-CRS if defaultCRSPreference is set
+* `#304 `_ selection box doesn't vanish occasionally selecting with Drag&Drop
+* `#306 `_ Support for Text widget for ToolOptionContributionItem
+* `#218 `_ Bulk feature Copy or Move between Layers
+* `#299 `_ Improved rendering by considering min and max scales before read
+* `#307 `_ externalized strings to allow translations
+* `#313 `_ Allows to configure fill transparency for edit geometries (Preferences)
+* `#324 `_ Allows to configure vertex transparency for edit geometries (Preferences)
+* `#333 `_ DinstanceTool handles Map zoom in/out correctly
+* `#284 `_ Display character encoding in LayerSummary of Shapefile layers
+* `#329 `_ DrawCoordinate command added
+* `#277 `_ Adds Perspective Switcher to Application
+* `#292 `_ Disallow DropFilterAction between same layers
+* `#266 `_ document bundle seperated to have more control creation Appliactions using SDK
+* `#285 `_ test bundles names using same pattern
+* `#356 `_ Using latest Tycho Release (1.4.0) for build chain
+
+
+Updated 3rd-party Dependencies
+------------------------------
+
+uDig Codebase has been updated to work with `GeoTools 19.4 `_ series. This implies dependency updates for several other libraries as well.
diff --git a/docs/user/en/what_is_new/What is new 2.2.rst b/docs/user/en/what_is_new/What is new 2.2.rst
new file mode 100644
index 0000000000..a1595b09f1
--- /dev/null
+++ b/docs/user/en/what_is_new/What is new 2.2.rst
@@ -0,0 +1,25 @@
+.. _what_is_new_2_2:
+
+What is new for uDig 2.2
+========================
+
+This is a release candidate, prior to the creation of a stable 2.2.x series. GeoTools library has been updated to 22.1 and Eclipse Platform to 2019-03 to allow uDig to ruun with Java 11. Please consult Upgrade guide in case you are using SDK to build your own geospatial application with uDig.
+
+.. contents:: :local:
+ :depth: 1
+
+Improvements and Fixes
+----------------------
+* `#314 `_ Allows to configure display delay for edit tools
+* `#379 `_ Improved copy behavior for feature attributes
+* `#367 `_ Fixed Display access for Message Bubble
+* `#363 `_ Fixed Layer Memory Leak on Feature Events
+* Java 11 Support:
+ * `#354 `_ Removed joda-time dependency
+ * `#378 `_ Update Eclipse Platform to Release 2019-03
+ * `#361 `_ Update GeoTools to 22.1 (with dependencies)
+
+Updated 3rd-party Dependencies
+------------------------------
+
+uDig Codebase has been updated to work with `GeoTools 22.1 `_ series. This implies dependency updates for several other libraries as well. In combination with Eclipse Platform update to Release 2019-03 uDig supports Java 11 from now on. This implies that uDig cannot support 32bit Operation Systems anymore, for details see `Eclipse Platform Issue 536766 `_.
diff --git a/docs/user/en/what_is_new/index.rst b/docs/user/en/what_is_new/index.rst
index 8a118d96a5..1dabb527a0 100644
--- a/docs/user/en/what_is_new/index.rst
+++ b/docs/user/en/what_is_new/index.rst
@@ -8,6 +8,8 @@ The following features are new for uDig.
.. toctree::
:maxdepth: 2
+ What is new 2.2
+ What is new 2.1
What is new 2.0
What is new 1.5
What is new 1.4
diff --git a/docs/user/toc.xml b/docs/user/toc.xml
index c1c18d78c2..107bc2d496 100644
--- a/docs/user/toc.xml
+++ b/docs/user/toc.xml
@@ -1287,6 +1287,10 @@
+
+
+
+
diff --git a/extras/org.locationtech.udig.target/pom.xml b/extras/org.locationtech.udig.target/pom.xml
index 85b3e696fb..0a9b5f3911 100644
--- a/extras/org.locationtech.udig.target/pom.xml
+++ b/extras/org.locationtech.udig.target/pom.xml
@@ -5,7 +5,7 @@
org.locationtech.udig
udig-tycho
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
../../pom.xml
diff --git a/features/org.locationtech.udig-feature/feature.xml b/features/org.locationtech.udig-feature/feature.xml
index 32bf352dda..bb86b64580 100644
--- a/features/org.locationtech.udig-feature/feature.xml
+++ b/features/org.locationtech.udig-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/features/org.locationtech.udig-feature/pom.xml b/features/org.locationtech.udig-feature/pom.xml
index 1b698bad82..3d87535b39 100644
--- a/features/org.locationtech.udig-feature/pom.xml
+++ b/features/org.locationtech.udig-feature/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig-feature
diff --git a/features/org.locationtech.udig-product/org.locationtech.udig-product.product b/features/org.locationtech.udig-product/org.locationtech.udig-product.product
index d53513d55a..1e1babe4b5 100644
--- a/features/org.locationtech.udig-product/org.locationtech.udig-product.product
+++ b/features/org.locationtech.udig-product/org.locationtech.udig-product.product
@@ -1,7 +1,7 @@
-
+
diff --git a/features/org.locationtech.udig-product/pom.xml b/features/org.locationtech.udig-product/pom.xml
index 81813a8b26..f72c2b2ab8 100644
--- a/features/org.locationtech.udig-product/pom.xml
+++ b/features/org.locationtech.udig-product/pom.xml
@@ -11,7 +11,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig-product
diff --git a/features/org.locationtech.udig-site.community/pom.xml b/features/org.locationtech.udig-site.community/pom.xml
index 47db58a771..121fa01302 100644
--- a/features/org.locationtech.udig-site.community/pom.xml
+++ b/features/org.locationtech.udig-site.community/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig-site.community
diff --git a/features/org.locationtech.udig-site/pom.xml b/features/org.locationtech.udig-site/pom.xml
index d786d1c569..580af6392f 100644
--- a/features/org.locationtech.udig-site/pom.xml
+++ b/features/org.locationtech.udig-site/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig-site
diff --git a/features/org.locationtech.udig.rcp_feature/feature.xml b/features/org.locationtech.udig.rcp_feature/feature.xml
index f53b35f7f7..4df0483ea0 100644
--- a/features/org.locationtech.udig.rcp_feature/feature.xml
+++ b/features/org.locationtech.udig.rcp_feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/features/org.locationtech.udig.rcp_feature/pom.xml b/features/org.locationtech.udig.rcp_feature/pom.xml
index cf895483b8..98cd888070 100644
--- a/features/org.locationtech.udig.rcp_feature/pom.xml
+++ b/features/org.locationtech.udig.rcp_feature/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.rcp-feature
diff --git a/features/org.locationtech.udig_application-feature/feature.xml b/features/org.locationtech.udig_application-feature/feature.xml
index dc713217b7..a356ef37b1 100644
--- a/features/org.locationtech.udig_application-feature/feature.xml
+++ b/features/org.locationtech.udig_application-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/features/org.locationtech.udig_application-feature/pom.xml b/features/org.locationtech.udig_application-feature/pom.xml
index 35083fcd99..adadbe2fa2 100644
--- a/features/org.locationtech.udig_application-feature/pom.xml
+++ b/features/org.locationtech.udig_application-feature/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_application-feature
diff --git a/features/org.locationtech.udig_base-feature/feature.xml b/features/org.locationtech.udig_base-feature/feature.xml
index c862efcc30..c1d7c8c36f 100644
--- a/features/org.locationtech.udig_base-feature/feature.xml
+++ b/features/org.locationtech.udig_base-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/features/org.locationtech.udig_base-feature/pom.xml b/features/org.locationtech.udig_base-feature/pom.xml
index 444358bc36..406d8292d6 100644
--- a/features/org.locationtech.udig_base-feature/pom.xml
+++ b/features/org.locationtech.udig_base-feature/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_base-feature
diff --git a/features/org.locationtech.udig_platform-feature/feature.xml b/features/org.locationtech.udig_platform-feature/feature.xml
index 1cd9c6bc3f..d19f139c9d 100644
--- a/features/org.locationtech.udig_platform-feature/feature.xml
+++ b/features/org.locationtech.udig_platform-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/features/org.locationtech.udig_platform-feature/pom.xml b/features/org.locationtech.udig_platform-feature/pom.xml
index 2df359c346..156e57df52 100644
--- a/features/org.locationtech.udig_platform-feature/pom.xml
+++ b/features/org.locationtech.udig_platform-feature/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_platform-feature
diff --git a/features/org.locationtech.udig_printing-feature/feature.xml b/features/org.locationtech.udig_printing-feature/feature.xml
index cae47969cb..29edd54735 100644
--- a/features/org.locationtech.udig_printing-feature/feature.xml
+++ b/features/org.locationtech.udig_printing-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/features/org.locationtech.udig_printing-feature/pom.xml b/features/org.locationtech.udig_printing-feature/pom.xml
index 2d40eb6762..faf4d21963 100644
--- a/features/org.locationtech.udig_printing-feature/pom.xml
+++ b/features/org.locationtech.udig_printing-feature/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_printing-feature
diff --git a/features/org.locationtech.udig_sdk-feature/pom.xml b/features/org.locationtech.udig_sdk-feature/pom.xml
index 1f8b4bee30..b53f8b5467 100644
--- a/features/org.locationtech.udig_sdk-feature/pom.xml
+++ b/features/org.locationtech.udig_sdk-feature/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_sdk-feature
diff --git a/features/org.locationtech.udig_tutorials-feature/feature.xml b/features/org.locationtech.udig_tutorials-feature/feature.xml
index 13669ab8ce..b44d5e25a3 100644
--- a/features/org.locationtech.udig_tutorials-feature/feature.xml
+++ b/features/org.locationtech.udig_tutorials-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/features/org.locationtech.udig_tutorials-feature/pom.xml b/features/org.locationtech.udig_tutorials-feature/pom.xml
index ef12e17a2e..661db51504 100644
--- a/features/org.locationtech.udig_tutorials-feature/pom.xml
+++ b/features/org.locationtech.udig_tutorials-feature/pom.xml
@@ -5,7 +5,7 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_tutorials-feature
diff --git a/features/org.locationtech.udig_unstable-feature/feature.xml b/features/org.locationtech.udig_unstable-feature/feature.xml
index 276ea39c99..252de7d9ce 100644
--- a/features/org.locationtech.udig_unstable-feature/feature.xml
+++ b/features/org.locationtech.udig_unstable-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/features/org.locationtech.udig_unstable-feature/pom.xml b/features/org.locationtech.udig_unstable-feature/pom.xml
index fceb966ad6..0ab1bfeed5 100644
--- a/features/org.locationtech.udig_unstable-feature/pom.xml
+++ b/features/org.locationtech.udig_unstable-feature/pom.xml
@@ -5,10 +5,10 @@
features
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_unstable-feature
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
eclipse-feature
diff --git a/features/pom.xml b/features/pom.xml
index 027bc88390..5c87887e6f 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -6,7 +6,7 @@
org.locationtech.udig
udig-tycho
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
features
diff --git a/plugins/net.sf.opencsv/pom.xml b/plugins/net.sf.opencsv/pom.xml
index 92deb71ebd..b49deff516 100644
--- a/plugins/net.sf.opencsv/pom.xml
+++ b/plugins/net.sf.opencsv/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
net.sf.opencsv
2.3.0
diff --git a/plugins/org.locationtech.udig.bookmarks.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.bookmarks.tests/META-INF/MANIFEST.MF
index 2dbd174973..2f1467827a 100644
--- a/plugins/org.locationtech.udig.bookmarks.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.bookmarks.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bookmark Tests
Bundle-SymbolicName: org.locationtech.udig.bookmarks.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.bookmarks.tests.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.bookmarks.tests/pom.xml b/plugins/org.locationtech.udig.bookmarks.tests/pom.xml
index 37dd9aa479..4fd6cbd938 100644
--- a/plugins/org.locationtech.udig.bookmarks.tests/pom.xml
+++ b/plugins/org.locationtech.udig.bookmarks.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.bookmarks.tests
diff --git a/plugins/org.locationtech.udig.bookmarks/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.bookmarks/META-INF/MANIFEST.MF
index e3089bd278..685bc08f6c 100644
--- a/plugins/org.locationtech.udig.bookmarks/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.bookmarks/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bookmarks Plug-in
Bundle-SymbolicName: org.locationtech.udig.bookmarks; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.bookmarks.BookmarksPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.bookmarks/pom.xml b/plugins/org.locationtech.udig.bookmarks/pom.xml
index 26f599a38e..3fb2307335 100644
--- a/plugins/org.locationtech.udig.bookmarks/pom.xml
+++ b/plugins/org.locationtech.udig.bookmarks/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.bookmarks
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF
index b16c2888d7..be37748293 100644
--- a/plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Manifest.name
Bundle-SymbolicName: org.locationtech.udig.browser; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.browser.BrowserPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.browser/pom.xml b/plugins/org.locationtech.udig.browser/pom.xml
index c28ebcfa9a..7e334e056f 100644
--- a/plugins/org.locationtech.udig.browser/pom.xml
+++ b/plugins/org.locationtech.udig.browser/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.browser
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.arcgrid/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.arcgrid/META-INF/MANIFEST.MF
index 6ef266dbba..0177aa5d9c 100644
--- a/plugins/org.locationtech.udig.catalog.arcgrid/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.arcgrid/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ArcGrid Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.arcgrid;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.locationtech.udig.catalog,
org.locationtech.udig.catalog.rasterings,
diff --git a/plugins/org.locationtech.udig.catalog.arcgrid/pom.xml b/plugins/org.locationtech.udig.catalog.arcgrid/pom.xml
index 835b799560..04fa3ef2fb 100644
--- a/plugins/org.locationtech.udig.catalog.arcgrid/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.arcgrid/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.arcgrid
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.arcsde/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.arcsde/META-INF/MANIFEST.MF
index 2f30215426..1354e975b0 100644
--- a/plugins/org.locationtech.udig.catalog.arcsde/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.arcsde/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.arcsde; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.internal.arcsde.ArcsdePlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.arcsde/pom.xml b/plugins/org.locationtech.udig.catalog.arcsde/pom.xml
index 7396eda80f..e54f3ecbd2 100644
--- a/plugins/org.locationtech.udig.catalog.arcsde/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.arcsde/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.arcsde
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.csw/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.csw/META-INF/MANIFEST.MF
index 59691af162..c949283f36 100644
--- a/plugins/org.locationtech.udig.catalog.csw/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.csw/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Csw
Bundle-SymbolicName: org.locationtech.udig.catalog.csw;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Activator: org.locationtech.udig.catalog.csw.Activator
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.catalog.csw/pom.xml b/plugins/org.locationtech.udig.catalog.csw/pom.xml
index be59457d4e..58e1910c20 100644
--- a/plugins/org.locationtech.udig.catalog.csw/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.csw/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.csw
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.db2/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.db2/META-INF/MANIFEST.MF
index 07204fe8ee..d41bd39f8e 100644
--- a/plugins/org.locationtech.udig.catalog.db2/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.db2/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DB2 Catalog Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.db2; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.db2.DB2Plugin
Eclipse-BuddyPolicy: registered
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.db2/pom.xml b/plugins/org.locationtech.udig.catalog.db2/pom.xml
index 53c9f42ee5..db26614423 100644
--- a/plugins/org.locationtech.udig.catalog.db2/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.db2/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.db2
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.geotiff.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.geotiff.tests/META-INF/MANIFEST.MF
index 75eb706bb3..a2bf5af238 100644
--- a/plugins/org.locationtech.udig.catalog.geotiff.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.geotiff.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Geotiff Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.geotiff.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.tests.internal.geotiff.GeoTiffPlugin
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.catalog.geotiff.tests/pom.xml b/plugins/org.locationtech.udig.catalog.geotiff.tests/pom.xml
index 5957356a58..dc151c12ec 100644
--- a/plugins/org.locationtech.udig.catalog.geotiff.tests/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.geotiff.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.geotiff.tests
diff --git a/plugins/org.locationtech.udig.catalog.geotiff/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.geotiff/META-INF/MANIFEST.MF
index 588339073d..1eb2dea9ec 100644
--- a/plugins/org.locationtech.udig.catalog.geotiff/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.geotiff/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig.catalog.geotiff; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Eclipse-BuddyPolicy: ext
diff --git a/plugins/org.locationtech.udig.catalog.geotiff/pom.xml b/plugins/org.locationtech.udig.catalog.geotiff/pom.xml
index fec26f57bb..872e2f66af 100644
--- a/plugins/org.locationtech.udig.catalog.geotiff/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.geotiff/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.geotiff
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.geotools/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.geotools/META-INF/MANIFEST.MF
index 835eb8749c..136c2c85c3 100644
--- a/plugins/org.locationtech.udig.catalog.geotools/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.geotools/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GeoTools
Bundle-SymbolicName: org.locationtech.udig.catalog.geotools;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.geotools.Activator
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.geotools/pom.xml b/plugins/org.locationtech.udig.catalog.geotools/pom.xml
index 52865854c2..fa774ccd34 100644
--- a/plugins/org.locationtech.udig.catalog.geotools/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.geotools/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.geotools
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.google2/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.google2/META-INF/MANIFEST.MF
index e3e2c654df..bbc59e170e 100644
--- a/plugins/org.locationtech.udig.catalog.google2/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.google2/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.google2; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.google.GooglePlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.google2/pom.xml b/plugins/org.locationtech.udig.catalog.google2/pom.xml
index c75a2d6f51..3cd90dfb01 100644
--- a/plugins/org.locationtech.udig.catalog.google2/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.google2/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.google2
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.imageio/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.imageio/META-INF/MANIFEST.MF
index e18df5b6a2..14de0121f8 100644
--- a/plugins/org.locationtech.udig.catalog.imageio/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.imageio/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig.catalog.imageio;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Eclipse-RegisterBuddy: org.locationtech.udig.libs
diff --git a/plugins/org.locationtech.udig.catalog.imageio/pom.xml b/plugins/org.locationtech.udig.catalog.imageio/pom.xml
index b530940654..17adc26667 100644
--- a/plugins/org.locationtech.udig.catalog.imageio/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.imageio/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.imageio
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.jgrass/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.jgrass/META-INF/MANIFEST.MF
index 1b28005065..42934788a5 100644
--- a/plugins/org.locationtech.udig.catalog.jgrass/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.jgrass/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JGrass Catalog Plugin
Bundle-SymbolicName: org.locationtech.udig.catalog.jgrass;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.jgrass.JGrassPlugin
Bundle-Vendor: HydroloGIS S.r.l.
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.jgrass/pom.xml b/plugins/org.locationtech.udig.catalog.jgrass/pom.xml
index e3d6b5e8ba..5a4dc20367 100644
--- a/plugins/org.locationtech.udig.catalog.jgrass/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.jgrass/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.jgrass
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.kml/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.kml/META-INF/MANIFEST.MF
index e8f5c75772..01e67c57f2 100644
--- a/plugins/org.locationtech.udig.catalog.kml/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.kml/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.locationtech.udig.catalog.kml;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
diff --git a/plugins/org.locationtech.udig.catalog.kml/pom.xml b/plugins/org.locationtech.udig.catalog.kml/pom.xml
index 6acb8cbbd0..01679d016b 100644
--- a/plugins/org.locationtech.udig.catalog.kml/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.kml/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.kml
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.mysql/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.mysql/META-INF/MANIFEST.MF
index 1f89347a62..e362b9a289 100644
--- a/plugins/org.locationtech.udig.catalog.mysql/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.mysql/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.mysql;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.internal.mysql.MySQLPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.mysql/pom.xml b/plugins/org.locationtech.udig.catalog.mysql/pom.xml
index 2f58fa9d94..8a92449ad2 100644
--- a/plugins/org.locationtech.udig.catalog.mysql/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.mysql/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.mysql
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.oracle/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.oracle/META-INF/MANIFEST.MF
index 06733d41d2..ab81aaa2cc 100644
--- a/plugins/org.locationtech.udig.catalog.oracle/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.oracle/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.oracle; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.internal.oracle.OraclePlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.oracle/pom.xml b/plugins/org.locationtech.udig.catalog.oracle/pom.xml
index c1469fd54b..2a49e592d3 100644
--- a/plugins/org.locationtech.udig.catalog.oracle/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.oracle/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.oracle
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.postgis/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.postgis/META-INF/MANIFEST.MF
index d84163d0d6..e95f17951a 100644
--- a/plugins/org.locationtech.udig.catalog.postgis/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.postgis/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.postgis; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.internal.postgis.PostgisPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.postgis/pom.xml b/plugins/org.locationtech.udig.catalog.postgis/pom.xml
index d89966c886..72ece029ef 100644
--- a/plugins/org.locationtech.udig.catalog.postgis/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.postgis/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.postgis
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.rasterings/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.rasterings/META-INF/MANIFEST.MF
index 8cc36ab67c..46a18a682c 100644
--- a/plugins/org.locationtech.udig.catalog.rasterings/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.rasterings/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rasterings Catalog Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.rasterings;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.rasterings.RasteringsPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.catalog.rasterings/pom.xml b/plugins/org.locationtech.udig.catalog.rasterings/pom.xml
index 4a9c8f7418..f7c53476ae 100644
--- a/plugins/org.locationtech.udig.catalog.rasterings/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.rasterings/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.rasterings
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.shp/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.shp/META-INF/MANIFEST.MF
index 93430790d1..8488f2ca75 100644
--- a/plugins/org.locationtech.udig.catalog.shp/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.shp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.shp; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Localization: plugin
Bundle-Activator: org.locationtech.udig.catalog.internal.shp.ShpPlugin
Eclipse-ExtensibleAPI: true
diff --git a/plugins/org.locationtech.udig.catalog.shp/pom.xml b/plugins/org.locationtech.udig.catalog.shp/pom.xml
index b0cbbcaa39..1d95586364 100644
--- a/plugins/org.locationtech.udig.catalog.shp/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.shp/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.shp
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.teradata/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.teradata/META-INF/MANIFEST.MF
index 9a0850de91..2e0c3a7fcb 100644
--- a/plugins/org.locationtech.udig.catalog.teradata/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.teradata/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.locationtech.udig.catalog.teradata;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.teradata.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.catalog.teradata/pom.xml b/plugins/org.locationtech.udig.catalog.teradata/pom.xml
index f3132d17fb..3434ab1317 100644
--- a/plugins/org.locationtech.udig.catalog.teradata/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.teradata/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.teradata
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.tests/META-INF/MANIFEST.MF
index 8a2b9a9ef3..1b0ab3961a 100644
--- a/plugins/org.locationtech.udig.catalog.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Catalog Test Plug In
Bundle-SymbolicName: org.locationtech.udig.catalog.tests; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Export-Package: org.locationtech.udig.catalog.tests,
org.locationtech.udig.catalog.tests.internal;x-internal:=true,
diff --git a/plugins/org.locationtech.udig.catalog.tests/pom.xml b/plugins/org.locationtech.udig.catalog.tests/pom.xml
index d6f0d5686b..9e7157691c 100644
--- a/plugins/org.locationtech.udig.catalog.tests/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.tests/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.tests
diff --git a/plugins/org.locationtech.udig.catalog.ui.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.ui.tests/META-INF/MANIFEST.MF
index 80cbb9e906..d94dc7c255 100644
--- a/plugins/org.locationtech.udig.catalog.ui.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Catalog UI Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.ui.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.swt,
diff --git a/plugins/org.locationtech.udig.catalog.ui.tests/pom.xml b/plugins/org.locationtech.udig.catalog.ui.tests/pom.xml
index 81efc801d4..9556628985 100644
--- a/plugins/org.locationtech.udig.catalog.ui.tests/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.ui.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.ui.tests
diff --git a/plugins/org.locationtech.udig.catalog.ui/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.ui/META-INF/MANIFEST.MF
index e32c21e9c2..1b958deb25 100644
--- a/plugins/org.locationtech.udig.catalog.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.ui; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.ui.CatalogUIPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.ui/pom.xml b/plugins/org.locationtech.udig.catalog.ui/pom.xml
index 0364ff5178..c825410e24 100644
--- a/plugins/org.locationtech.udig.catalog.ui/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.ui/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.ui
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.wfs.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wfs.tests/META-INF/MANIFEST.MF
index 2ac514e66f..df9b0a859a 100644
--- a/plugins/org.locationtech.udig.catalog.wfs.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.wfs.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Wfs Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.wfs.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
org.locationtech.udig.catalog.wfs,
diff --git a/plugins/org.locationtech.udig.catalog.wfs.tests/pom.xml b/plugins/org.locationtech.udig.catalog.wfs.tests/pom.xml
index 166917be8a..a81f209dfd 100644
--- a/plugins/org.locationtech.udig.catalog.wfs.tests/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.wfs.tests/pom.xml
@@ -7,7 +7,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.wfs.tests
diff --git a/plugins/org.locationtech.udig.catalog.wfs/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wfs/META-INF/MANIFEST.MF
index dde7a7cfc9..fe2820f814 100644
--- a/plugins/org.locationtech.udig.catalog.wfs/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.wfs/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.wfs; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.internal.wfs.WfsPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.wfs/pom.xml b/plugins/org.locationtech.udig.catalog.wfs/pom.xml
index 94a4ec2016..6c90a8c1ec 100644
--- a/plugins/org.locationtech.udig.catalog.wfs/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.wfs/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.wfs
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.wms.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wms.tests/META-INF/MANIFEST.MF
index caeef0f47c..747383d1d2 100644
--- a/plugins/org.locationtech.udig.catalog.wms.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.wms.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WMS Tests
Bundle-SymbolicName: org.locationtech.udig.catalog.wms.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)",
org.locationtech.udig.catalog.wms,
diff --git a/plugins/org.locationtech.udig.catalog.wms.tests/pom.xml b/plugins/org.locationtech.udig.catalog.wms.tests/pom.xml
index e6fc354160..047d992a02 100644
--- a/plugins/org.locationtech.udig.catalog.wms.tests/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.wms.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.wms.tests
diff --git a/plugins/org.locationtech.udig.catalog.wms/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wms/META-INF/MANIFEST.MF
index 7438f1de93..cce00e5a33 100644
--- a/plugins/org.locationtech.udig.catalog.wms/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.wms/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.wms; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.internal.wms.WmsPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.wms/pom.xml b/plugins/org.locationtech.udig.catalog.wms/pom.xml
index 90c31aa8e2..4def01496d 100644
--- a/plugins/org.locationtech.udig.catalog.wms/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.wms/pom.xml
@@ -6,7 +6,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.wms
diff --git a/plugins/org.locationtech.udig.catalog.wmt.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wmt.tests/META-INF/MANIFEST.MF
index 995bc1e3e0..e7c77aa989 100644
--- a/plugins/org.locationtech.udig.catalog.wmt.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.wmt.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test WMT Plug-in
Bundle-SymbolicName: org.locationtech.udig.catalog.wmt.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Activator: org.locationtech.udig.tests.catalog.wmt.Activator
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.catalog.wmt.tests/pom.xml b/plugins/org.locationtech.udig.catalog.wmt.tests/pom.xml
index 065350cb82..08177ce16b 100644
--- a/plugins/org.locationtech.udig.catalog.wmt.tests/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.wmt.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.wmt.tests
diff --git a/plugins/org.locationtech.udig.catalog.wmt/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.wmt/META-INF/MANIFEST.MF
index 6843454597..aa448d7227 100644
--- a/plugins/org.locationtech.udig.catalog.wmt/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.wmt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog.wmt;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.internal.wmt.WMTPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog.wmt/pom.xml b/plugins/org.locationtech.udig.catalog.wmt/pom.xml
index 5f7b4c4ed5..71b665deed 100644
--- a/plugins/org.locationtech.udig.catalog.wmt/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.wmt/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.wmt
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog.worldimage/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog.worldimage/META-INF/MANIFEST.MF
index ba77be0781..84c2b0fa4f 100644
--- a/plugins/org.locationtech.udig.catalog.worldimage/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog.worldimage/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig.catalog.worldimage; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.catalog.worldimage/pom.xml b/plugins/org.locationtech.udig.catalog.worldimage/pom.xml
index fc4869e551..9db31d0da0 100644
--- a/plugins/org.locationtech.udig.catalog.worldimage/pom.xml
+++ b/plugins/org.locationtech.udig.catalog.worldimage/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog.worldimage
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.catalog/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.catalog/META-INF/MANIFEST.MF
index 6f26196c5d..d5bbcbe504 100644
--- a/plugins/org.locationtech.udig.catalog/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.catalog/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.catalog; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.CatalogPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.catalog/pom.xml b/plugins/org.locationtech.udig.catalog/pom.xml
index c00712929b..3a85472f51 100644
--- a/plugins/org.locationtech.udig.catalog/pom.xml
+++ b/plugins/org.locationtech.udig.catalog/pom.xml
@@ -6,7 +6,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.catalog
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.context/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.context/META-INF/MANIFEST.MF
index 395d89fc6e..22c25650f7 100644
--- a/plugins/org.locationtech.udig.context/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.context/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Context Plug-in
Bundle-SymbolicName: org.locationtech.udig.context; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.context.ContextPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.context/pom.xml b/plugins/org.locationtech.udig.context/pom.xml
index d7720b7172..80fdc6b238 100644
--- a/plugins/org.locationtech.udig.context/pom.xml
+++ b/plugins/org.locationtech.udig.context/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.context
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.core.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.core.tests/META-INF/MANIFEST.MF
index 8d6411292a..6ff6825d04 100644
--- a/plugins/org.locationtech.udig.core.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.core.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Eclipse-BuddyPolicy: ext
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.core.tests/pom.xml b/plugins/org.locationtech.udig.core.tests/pom.xml
index b6cf435657..2cd7ad1d95 100644
--- a/plugins/org.locationtech.udig.core.tests/pom.xml
+++ b/plugins/org.locationtech.udig.core.tests/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.core.tests
eclipse-test-plugin
diff --git a/plugins/org.locationtech.udig.core/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.core/META-INF/MANIFEST.MF
index 88a2b04afa..187fe08beb 100644
--- a/plugins/org.locationtech.udig.core/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.core;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.core.internal.CorePlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.core/pom.xml b/plugins/org.locationtech.udig.core/pom.xml
index 07f2eb7e38..c03e4b9a70 100644
--- a/plugins/org.locationtech.udig.core/pom.xml
+++ b/plugins/org.locationtech.udig.core/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.core
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.document.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.document.tests/META-INF/MANIFEST.MF
index e2573f706f..82622750f7 100644
--- a/plugins/org.locationtech.udig.document.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.document.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Document Plug-in Tests
Bundle-SymbolicName: org.locationtech.udig.document.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.locationtech.udig.document,
org.locationtech.udig.catalog,
diff --git a/plugins/org.locationtech.udig.document.tests/pom.xml b/plugins/org.locationtech.udig.document.tests/pom.xml
index dac80be59a..4dcc0c9fbf 100644
--- a/plugins/org.locationtech.udig.document.tests/pom.xml
+++ b/plugins/org.locationtech.udig.document.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.document.tests
diff --git a/plugins/org.locationtech.udig.document/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.document/META-INF/MANIFEST.MF
index cdf6df6ff8..c14046bd32 100644
--- a/plugins/org.locationtech.udig.document/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.document/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: %plugin.name
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Bundle-SymbolicName: org.locationtech.udig.document;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.document.DocumentPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.document/pom.xml b/plugins/org.locationtech.udig.document/pom.xml
index fee39d97d9..e8a6445715 100644
--- a/plugins/org.locationtech.udig.document/pom.xml
+++ b/plugins/org.locationtech.udig.document/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.document
diff --git a/plugins/org.locationtech.udig.feature.editor/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.feature.editor/META-INF/MANIFEST.MF
index 08b3e1b2e6..be0d4b920d 100644
--- a/plugins/org.locationtech.udig.feature.editor/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.feature.editor/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: FeatureEditor Plug-in
Bundle-SymbolicName: org.locationtech.udig.feature.editor; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.feature.editor.FeatureEditorPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.feature.editor/pom.xml b/plugins/org.locationtech.udig.feature.editor/pom.xml
index 7aaf8da7ed..c53a5d449d 100644
--- a/plugins/org.locationtech.udig.feature.editor/pom.xml
+++ b/plugins/org.locationtech.udig.feature.editor/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.feature.editor
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.graph/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.graph/META-INF/MANIFEST.MF
index aea14e03fa..bc0df39d84 100644
--- a/plugins/org.locationtech.udig.graph/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.graph/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Graph Plug-in
Bundle-SymbolicName: org.locationtech.udig.graph;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.locationtech.udig.project.ui,
org.locationtech.udig.mapgraphic,
diff --git a/plugins/org.locationtech.udig.graph/pom.xml b/plugins/org.locationtech.udig.graph/pom.xml
index 8d8af9e1e3..81713e7cfc 100644
--- a/plugins/org.locationtech.udig.graph/pom.xml
+++ b/plugins/org.locationtech.udig.graph/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.graph
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.help/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.help/META-INF/MANIFEST.MF
index 3ed826ec6e..0cb447c7a4 100644
--- a/plugins/org.locationtech.udig.help/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.help/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.help; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help.base,
diff --git a/plugins/org.locationtech.udig.help/pom.xml b/plugins/org.locationtech.udig.help/pom.xml
index 3032c006d4..c1f5420510 100644
--- a/plugins/org.locationtech.udig.help/pom.xml
+++ b/plugins/org.locationtech.udig.help/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.help
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.help/toc.xml b/plugins/org.locationtech.udig.help/toc.xml
index 1b371a31e8..f6d5c89f7c 100644
--- a/plugins/org.locationtech.udig.help/toc.xml
+++ b/plugins/org.locationtech.udig.help/toc.xml
@@ -369,9 +369,11 @@
-
-
-
+
+
+
+
+
@@ -855,7 +857,10 @@
-
+
+
+
+
@@ -1280,6 +1285,10 @@
+
+
+
+
diff --git a/plugins/org.locationtech.udig.image.georeferencing/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.image.georeferencing/META-INF/MANIFEST.MF
index f03ca8572d..61d6607dfe 100644
--- a/plugins/org.locationtech.udig.image.georeferencing/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.image.georeferencing/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.locationtech.udig.image.georeferencing
Bundle-SymbolicName: org.locationtech.udig.image.georeferencing;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.image.georeferencing.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.image.georeferencing/pom.xml b/plugins/org.locationtech.udig.image.georeferencing/pom.xml
index 5d78c3559c..13e64bc705 100644
--- a/plugins/org.locationtech.udig.image.georeferencing/pom.xml
+++ b/plugins/org.locationtech.udig.image.georeferencing/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.image.georeferencing
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.info.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.info.tests/META-INF/MANIFEST.MF
index 85cc4b1bfd..16ed33423d 100644
--- a/plugins/org.locationtech.udig.info.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.info.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: org.locationtech.udig.info.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.info.tests.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.info.tests/pom.xml b/plugins/org.locationtech.udig.info.tests/pom.xml
index 0c3ed96bcb..9501bcc5c4 100644
--- a/plugins/org.locationtech.udig.info.tests/pom.xml
+++ b/plugins/org.locationtech.udig.info.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.info.tests
diff --git a/plugins/org.locationtech.udig.info/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.info/META-INF/MANIFEST.MF
index 8f25ba6da2..5c7f26ccc5 100644
--- a/plugins/org.locationtech.udig.info/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.info/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.info; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tool.info.InfoPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.info/pom.xml b/plugins/org.locationtech.udig.info/pom.xml
index b2605fdfef..6f2c100a02 100644
--- a/plugins/org.locationtech.udig.info/pom.xml
+++ b/plugins/org.locationtech.udig.info/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.info
diff --git a/plugins/org.locationtech.udig.issues.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.issues.tests/META-INF/MANIFEST.MF
index e9b2006164..f16095ca5f 100644
--- a/plugins/org.locationtech.udig.issues.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.issues.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Issues Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.issues.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.issues.test.IssuesTestActivator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.issues.tests/pom.xml b/plugins/org.locationtech.udig.issues.tests/pom.xml
index 2638582a38..eafb634aba 100644
--- a/plugins/org.locationtech.udig.issues.tests/pom.xml
+++ b/plugins/org.locationtech.udig.issues.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.issues.tests
diff --git a/plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF
index 0953293188..d6aef7748e 100644
--- a/plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.issues/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.issues;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.issues.internal.IssuesActivator
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.issues/pom.xml b/plugins/org.locationtech.udig.issues/pom.xml
index a1277d72b9..6bbd5ac523 100644
--- a/plugins/org.locationtech.udig.issues/pom.xml
+++ b/plugins/org.locationtech.udig.issues/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.issues
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.jconsole/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.jconsole/META-INF/MANIFEST.MF
index 3460ccdba1..dbad02b5f9 100644
--- a/plugins/org.locationtech.udig.jconsole/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.jconsole/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JConsole Plugin
Bundle-SymbolicName: org.locationtech.udig.jconsole;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.jconsole.JConsolePlugin
Bundle-Vendor: HydroloGIS s.r.l.
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.jconsole/pom.xml b/plugins/org.locationtech.udig.jconsole/pom.xml
index f02b750618..39e786e77f 100644
--- a/plugins/org.locationtech.udig.jconsole/pom.xml
+++ b/plugins/org.locationtech.udig.jconsole/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.jconsole
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.legend/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.legend/META-INF/MANIFEST.MF
index 5625a7b87b..6d355e62ac 100644
--- a/plugins/org.locationtech.udig.legend/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.legend/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Legend Plug-in
Bundle-SymbolicName: org.locationtech.udig.legend; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.legend.LegendPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.legend/pom.xml b/plugins/org.locationtech.udig.legend/pom.xml
index 186ae5eb4a..8db4265547 100644
--- a/plugins/org.locationtech.udig.legend/pom.xml
+++ b/plugins/org.locationtech.udig.legend/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.legend
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.libs.db2/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.libs.db2/META-INF/MANIFEST.MF
index 844225cca2..8dd388f86b 100644
--- a/plugins/org.locationtech.udig.libs.db2/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.libs.db2/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DB2 Plug-in
Bundle-SymbolicName: org.locationtech.udig.libs.db2
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-ClassPath: .,libs/db2jcc_license_cu.jar,
libs/db2jcc.jar
diff --git a/plugins/org.locationtech.udig.libs.db2/pom.xml b/plugins/org.locationtech.udig.libs.db2/pom.xml
index 8113eabfcd..ec223f1b2c 100644
--- a/plugins/org.locationtech.udig.libs.db2/pom.xml
+++ b/plugins/org.locationtech.udig.libs.db2/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.libs.db2
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.libs.oracle/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.libs.oracle/META-INF/MANIFEST.MF
index 4e38723c98..309e3c6e4a 100644
--- a/plugins/org.locationtech.udig.libs.oracle/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.libs.oracle/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Oracle Libs Plug-in
Bundle-SymbolicName: org.locationtech.udig.libs.oracle
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-ClassPath: .,libs/oracle-driver.jar,
libs/oracle-classes.jar
diff --git a/plugins/org.locationtech.udig.libs.oracle/pom.xml b/plugins/org.locationtech.udig.libs.oracle/pom.xml
index ec40fbe4ee..1e73fbf13d 100644
--- a/plugins/org.locationtech.udig.libs.oracle/pom.xml
+++ b/plugins/org.locationtech.udig.libs.oracle/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.libs.oracle
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.libs.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.libs.tests/META-INF/MANIFEST.MF
index 7d33b13c66..81e109d39e 100644
--- a/plugins/org.locationtech.udig.libs.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.libs.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Libs Tests
Bundle-SymbolicName: org.locationtech.udig.libs.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.locationtech.udig.libs,
org.junit;bundle-version="[4.0.0,5.0.0)"
diff --git a/plugins/org.locationtech.udig.libs.tests/pom.xml b/plugins/org.locationtech.udig.libs.tests/pom.xml
index 611a58419a..a8a04acadb 100644
--- a/plugins/org.locationtech.udig.libs.tests/pom.xml
+++ b/plugins/org.locationtech.udig.libs.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.libs.tests
diff --git a/plugins/org.locationtech.udig.libs/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.libs/META-INF/MANIFEST.MF
index dc38df4bc9..9e87098bfb 100644
--- a/plugins/org.locationtech.udig.libs/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.libs/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.libs;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Eclipse-BundleShape: dir
diff --git a/plugins/org.locationtech.udig.libs/pom.xml b/plugins/org.locationtech.udig.libs/pom.xml
index 06b9a1d1e7..be1b6df4fb 100644
--- a/plugins/org.locationtech.udig.libs/pom.xml
+++ b/plugins/org.locationtech.udig.libs/pom.xml
@@ -7,7 +7,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.libs
diff --git a/plugins/org.locationtech.udig.location.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.location.tests/META-INF/MANIFEST.MF
index d799bb75b7..cf49a12890 100644
--- a/plugins/org.locationtech.udig.location.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.location.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.location.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Activator: org.locationtech.udig.location.test.TestPlugin
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.location.tests/pom.xml b/plugins/org.locationtech.udig.location.tests/pom.xml
index a7f95ac475..123abdd143 100644
--- a/plugins/org.locationtech.udig.location.tests/pom.xml
+++ b/plugins/org.locationtech.udig.location.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.location.tests
diff --git a/plugins/org.locationtech.udig.location/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.location/META-INF/MANIFEST.MF
index bfc2d21d85..305cf5cb97 100644
--- a/plugins/org.locationtech.udig.location/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.location/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Usg Plug-in
Bundle-SymbolicName: org.locationtech.udig.location; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.location.LocationUIPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.location/pom.xml b/plugins/org.locationtech.udig.location/pom.xml
index 5ec834400e..4ad45da6a8 100644
--- a/plugins/org.locationtech.udig.location/pom.xml
+++ b/plugins/org.locationtech.udig.location/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.location
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.mapgraphic.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.mapgraphic.tests/META-INF/MANIFEST.MF
index aad3abba70..f403ed08e9 100644
--- a/plugins/org.locationtech.udig.mapgraphic.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.mapgraphic.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Map Graphic Tests
Bundle-SymbolicName: org.locationtech.udig.mapgraphic.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.junit;bundle-version="[4.0.0,5.0.0)",
org.locationtech.udig.mapgraphic
diff --git a/plugins/org.locationtech.udig.mapgraphic.tests/pom.xml b/plugins/org.locationtech.udig.mapgraphic.tests/pom.xml
index 982581850a..471424d314 100644
--- a/plugins/org.locationtech.udig.mapgraphic.tests/pom.xml
+++ b/plugins/org.locationtech.udig.mapgraphic.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.mapgraphic.tests
diff --git a/plugins/org.locationtech.udig.mapgraphic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.mapgraphic/META-INF/MANIFEST.MF
index 3e74c8eb88..9229883ec7 100644
--- a/plugins/org.locationtech.udig.mapgraphic/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.mapgraphic/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.mapgraphic; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.mapgraphic.MapGraphicPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.mapgraphic/pom.xml b/plugins/org.locationtech.udig.mapgraphic/pom.xml
index 8b66b4f1a3..14da3a37f0 100644
--- a/plugins/org.locationtech.udig.mapgraphic/pom.xml
+++ b/plugins/org.locationtech.udig.mapgraphic/pom.xml
@@ -6,7 +6,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.mapgraphic
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.omsbox/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.omsbox/META-INF/MANIFEST.MF
index 7886c05ff2..36a8b726b9 100644
--- a/plugins/org.locationtech.udig.omsbox/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.omsbox/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Omsbox
Bundle-SymbolicName: org.locationtech.udig.omsbox;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.omsbox.OmsBoxPlugin
Bundle-Vendor: HydroloGIS S.r.l.
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.omsbox/pom.xml b/plugins/org.locationtech.udig.omsbox/pom.xml
index c614dc15a7..7247969394 100644
--- a/plugins/org.locationtech.udig.omsbox/pom.xml
+++ b/plugins/org.locationtech.udig.omsbox/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.omsbox
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.printing.model.edit/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.printing.model.edit/META-INF/MANIFEST.MF
index d4ef27a739..3a16b43362 100644
--- a/plugins/org.locationtech.udig.printing.model.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.printing.model.edit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig.printing.model.edit; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.printing.model.provider.PageEditPlugin$Implementation
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.printing.model.edit/pom.xml b/plugins/org.locationtech.udig.printing.model.edit/pom.xml
index 67304707f7..88c69d3e99 100644
--- a/plugins/org.locationtech.udig.printing.model.edit/pom.xml
+++ b/plugins/org.locationtech.udig.printing.model.edit/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.printing.model.edit
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.printing.model/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.printing.model/META-INF/MANIFEST.MF
index e4abac375d..1ad4af1365 100644
--- a/plugins/org.locationtech.udig.printing.model/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.printing.model/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.printing.model; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.printing.model.PrintingModelPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.printing.model/pom.xml b/plugins/org.locationtech.udig.printing.model/pom.xml
index 127a5ab081..29a50329c4 100644
--- a/plugins/org.locationtech.udig.printing.model/pom.xml
+++ b/plugins/org.locationtech.udig.printing.model/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.printing.model
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.printing.ui/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.printing.ui/META-INF/MANIFEST.MF
index 2ffb45338d..4724b662a5 100644
--- a/plugins/org.locationtech.udig.printing.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.printing.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %printing.ui.plugin.name
Bundle-SymbolicName: org.locationtech.udig.printing.ui; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.printing.ui.internal.PrintingPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.printing.ui/pom.xml b/plugins/org.locationtech.udig.printing.ui/pom.xml
index 980696cb8d..c360b793de 100644
--- a/plugins/org.locationtech.udig.printing.ui/pom.xml
+++ b/plugins/org.locationtech.udig.printing.ui/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.printing.ui
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.project.edit/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.edit/META-INF/MANIFEST.MF
index adf0535f90..d7420db19c 100644
--- a/plugins/org.locationtech.udig.project.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.project.edit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig.project.edit; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.project.internal.provider.ProjectEditPlugin$Implementation
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.project.edit/pom.xml b/plugins/org.locationtech.udig.project.edit/pom.xml
index 78950bb539..65e01380e5 100644
--- a/plugins/org.locationtech.udig.project.edit/pom.xml
+++ b/plugins/org.locationtech.udig.project.edit/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.project.edit
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.project.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.tests/META-INF/MANIFEST.MF
index 4e921b63a8..8196836835 100644
--- a/plugins/org.locationtech.udig.project.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.project.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Project Tests Plug-in
Bundle-SymbolicName: org.locationtech.udig.project.tests; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Export-Package: org.locationtech.udig.project.command,org.locationtech
.udig.project.internal,org.locationtech.udig.project.internal.command
diff --git a/plugins/org.locationtech.udig.project.tests/pom.xml b/plugins/org.locationtech.udig.project.tests/pom.xml
index 181c04391b..5a139eb131 100644
--- a/plugins/org.locationtech.udig.project.tests/pom.xml
+++ b/plugins/org.locationtech.udig.project.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.project.tests
diff --git a/plugins/org.locationtech.udig.project.ui.editor/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.ui.editor/META-INF/MANIFEST.MF
index f62df0e506..04833f55f8 100644
--- a/plugins/org.locationtech.udig.project.ui.editor/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.project.ui.editor/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Project Map Editor Plug-in
Bundle-SymbolicName: org.locationtech.udig.project.ui.editor;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.project.ui.editor.Activator
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.project.ui.editor/pom.xml b/plugins/org.locationtech.udig.project.ui.editor/pom.xml
index df865ed279..baec278d22 100644
--- a/plugins/org.locationtech.udig.project.ui.editor/pom.xml
+++ b/plugins/org.locationtech.udig.project.ui.editor/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.project.ui.editor
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.project.ui.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.ui.tests/META-INF/MANIFEST.MF
index 3242462058..77b81e31e6 100644
--- a/plugins/org.locationtech.udig.project.ui.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.project.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Project UI Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.project.ui.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Activator: org.locationtech.udig.project.ui.TestsUIPlugin
Export-Package: org.locationtech.udig; uses:="org.locationtech.udig.pr
diff --git a/plugins/org.locationtech.udig.project.ui.tests/pom.xml b/plugins/org.locationtech.udig.project.ui.tests/pom.xml
index 6c70e802f5..65526d562e 100644
--- a/plugins/org.locationtech.udig.project.ui.tests/pom.xml
+++ b/plugins/org.locationtech.udig.project.ui.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.project.ui.tests
diff --git a/plugins/org.locationtech.udig.project.ui/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project.ui/META-INF/MANIFEST.MF
index 0a124d10f5..9af190a849 100644
--- a/plugins/org.locationtech.udig.project.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.project.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.project.ui;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.project.ui.internal.ProjectUIPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.project.ui/pom.xml b/plugins/org.locationtech.udig.project.ui/pom.xml
index 2ddab341cf..0626c79b54 100644
--- a/plugins/org.locationtech.udig.project.ui/pom.xml
+++ b/plugins/org.locationtech.udig.project.ui/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.project.ui
diff --git a/plugins/org.locationtech.udig.project/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.project/META-INF/MANIFEST.MF
index 5793d4c1ab..8e27d7f253 100644
--- a/plugins/org.locationtech.udig.project/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.project/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig.project; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.project.internal.ProjectPlugin$Implementation
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.project/pom.xml b/plugins/org.locationtech.udig.project/pom.xml
index aafe3b0662..687315fa25 100644
--- a/plugins/org.locationtech.udig.project/pom.xml
+++ b/plugins/org.locationtech.udig.project/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.project
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.render.feature.basic.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.feature.basic.tests/META-INF/MANIFEST.MF
index 210ff003e5..086fd0d13d 100644
--- a/plugins/org.locationtech.udig.render.feature.basic.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.render.feature.basic.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Basic Feature Renderer Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.render.feature.basic.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.render.feature.basic.test.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.render.feature.basic.tests/pom.xml b/plugins/org.locationtech.udig.render.feature.basic.tests/pom.xml
index 9ffb39cb00..7f76c35d7d 100644
--- a/plugins/org.locationtech.udig.render.feature.basic.tests/pom.xml
+++ b/plugins/org.locationtech.udig.render.feature.basic.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.render.feature.basic.tests
diff --git a/plugins/org.locationtech.udig.render.feature.basic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.feature.basic/META-INF/MANIFEST.MF
index f1a1bf10e4..4b6c509d2f 100644
--- a/plugins/org.locationtech.udig.render.feature.basic/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.render.feature.basic/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.render.feature.basic; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.render.internal.feature.basic.RendererPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.render.feature.basic/pom.xml b/plugins/org.locationtech.udig.render.feature.basic/pom.xml
index ffe3f6a98b..429a5e9258 100644
--- a/plugins/org.locationtech.udig.render.feature.basic/pom.xml
+++ b/plugins/org.locationtech.udig.render.feature.basic/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.render.feature.basic
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.render.feature.shapefile/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.feature.shapefile/META-INF/MANIFEST.MF
index 364955c63b..589fe22b25 100644
--- a/plugins/org.locationtech.udig.render.feature.shapefile/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.render.feature.shapefile/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.render.feature.shapefile; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.render.internal.feature.shapefile.RendererPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.render.feature.shapefile/pom.xml b/plugins/org.locationtech.udig.render.feature.shapefile/pom.xml
index 4f00183eab..951d822f26 100644
--- a/plugins/org.locationtech.udig.render.feature.shapefile/pom.xml
+++ b/plugins/org.locationtech.udig.render.feature.shapefile/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.render.feature.shapefile
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.render.gridcoverage.basic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.gridcoverage.basic/META-INF/MANIFEST.MF
index e4136629d5..b0a873d5c4 100644
--- a/plugins/org.locationtech.udig.render.gridcoverage.basic/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.render.gridcoverage.basic/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.render.gridcoverage.basic; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.render.internal.gridcoverage.basic.RendererPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.render.gridcoverage.basic/pom.xml b/plugins/org.locationtech.udig.render.gridcoverage.basic/pom.xml
index aca8ac57a8..b7fc2e36c5 100644
--- a/plugins/org.locationtech.udig.render.gridcoverage.basic/pom.xml
+++ b/plugins/org.locationtech.udig.render.gridcoverage.basic/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.render.gridcoverage.basic
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.render.wms.basic.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.wms.basic.tests/META-INF/MANIFEST.MF
index 1e06fd8cae..72b2e2d812 100644
--- a/plugins/org.locationtech.udig.render.wms.basic.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.render.wms.basic.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: WMS Renderer Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.render.wms.basic.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.render.wms.basic.test.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.render.wms.basic.tests/pom.xml b/plugins/org.locationtech.udig.render.wms.basic.tests/pom.xml
index e4e3dad7f7..5a3aade582 100644
--- a/plugins/org.locationtech.udig.render.wms.basic.tests/pom.xml
+++ b/plugins/org.locationtech.udig.render.wms.basic.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.render.wms.basic.tests
diff --git a/plugins/org.locationtech.udig.render.wms.basic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.wms.basic/META-INF/MANIFEST.MF
index f6f743d8e0..ea4f87075e 100644
--- a/plugins/org.locationtech.udig.render.wms.basic/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.render.wms.basic/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.render.wms.basic; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.render.wms.basic.WMSPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.render.wms.basic/pom.xml b/plugins/org.locationtech.udig.render.wms.basic/pom.xml
index 457ec01873..17cf869da0 100644
--- a/plugins/org.locationtech.udig.render.wms.basic/pom.xml
+++ b/plugins/org.locationtech.udig.render.wms.basic/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.render.wms.basic
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.render.wmt.basic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.render.wmt.basic/META-INF/MANIFEST.MF
index 7cc60ce999..8ac48c505d 100644
--- a/plugins/org.locationtech.udig.render.wmt.basic/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.render.wmt.basic/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.render.wmt.basic;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.render.wmt.basic.WMTPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.render.wmt.basic/pom.xml b/plugins/org.locationtech.udig.render.wmt.basic/pom.xml
index 74235bc7af..9356b1a555 100644
--- a/plugins/org.locationtech.udig.render.wmt.basic/pom.xml
+++ b/plugins/org.locationtech.udig.render.wmt.basic/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.render.wmt.basic
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.socket/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.socket/META-INF/MANIFEST.MF
index 40002c6c42..81de21c3ce 100644
--- a/plugins/org.locationtech.udig.socket/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.socket/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Socket Plug-in
Bundle-SymbolicName: org.locationtech.udig.socket;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.socket.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.socket/pom.xml b/plugins/org.locationtech.udig.socket/pom.xml
index 391ad583a0..477dace61b 100644
--- a/plugins/org.locationtech.udig.socket/pom.xml
+++ b/plugins/org.locationtech.udig.socket/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.socket
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.style.advanced.core/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.advanced.core/META-INF/MANIFEST.MF
index 85a562f7c9..25c1882bc9 100644
--- a/plugins/org.locationtech.udig.style.advanced.core/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style.advanced.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Advanced Style Core
Bundle-SymbolicName: org.locationtech.udig.style.advanced.core
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.style.advanced.core.AdvancedStylePlugin
Bundle-Vendor: HydroloGIS S.r.l.
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.style.advanced.core/pom.xml b/plugins/org.locationtech.udig.style.advanced.core/pom.xml
index f902561221..43e66906cd 100644
--- a/plugins/org.locationtech.udig.style.advanced.core/pom.xml
+++ b/plugins/org.locationtech.udig.style.advanced.core/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style.advanced.core
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.style.advanced.feature/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.advanced.feature/META-INF/MANIFEST.MF
index 4bde9c8fab..75eaa6a8b6 100644
--- a/plugins/org.locationtech.udig.style.advanced.feature/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style.advanced.feature/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Advanced Style for Features
Bundle-SymbolicName: org.locationtech.udig.style.advanced.feature;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.style.advanced.StylePlugin
Bundle-Vendor: HydroloGIS S.r.l.
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.style.advanced.feature/pom.xml b/plugins/org.locationtech.udig.style.advanced.feature/pom.xml
index c34baaca68..0278557361 100644
--- a/plugins/org.locationtech.udig.style.advanced.feature/pom.xml
+++ b/plugins/org.locationtech.udig.style.advanced.feature/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style.advanced.feature
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.style.advanced.raster/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.advanced.raster/META-INF/MANIFEST.MF
index 2c0e5db2c9..1700310040 100644
--- a/plugins/org.locationtech.udig.style.advanced.raster/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style.advanced.raster/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Advanced Style for Rasters
Bundle-SymbolicName: org.locationtech.udig.style.advanced.raster;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.style.advanced.raster.RasterStylePlugin
Bundle-Vendor: HydroloGIS S.r.l.
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.style.advanced.raster/pom.xml b/plugins/org.locationtech.udig.style.advanced.raster/pom.xml
index 46b08e2d4d..d7671f031a 100644
--- a/plugins/org.locationtech.udig.style.advanced.raster/pom.xml
+++ b/plugins/org.locationtech.udig.style.advanced.raster/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style.advanced.raster
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.style.jgrass/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.jgrass/META-INF/MANIFEST.MF
index b1f4ed60ff..08ea421727 100644
--- a/plugins/org.locationtech.udig.style.jgrass/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style.jgrass/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JGrassraster Style Plug-in
Bundle-SymbolicName: org.locationtech.udig.style.jgrass;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.style.jgrass.JGrassrasterStyleActivator
Bundle-Vendor: HydroloGIS S.r.l.
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.style.jgrass/pom.xml b/plugins/org.locationtech.udig.style.jgrass/pom.xml
index a9aee40fc0..fc0ed6a1db 100644
--- a/plugins/org.locationtech.udig.style.jgrass/pom.xml
+++ b/plugins/org.locationtech.udig.style.jgrass/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style.jgrass
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.style.sld.raster/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.sld.raster/META-INF/MANIFEST.MF
index 4d85cb29b6..fae718e03f 100644
--- a/plugins/org.locationtech.udig.style.sld.raster/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style.sld.raster/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.style.sld.raster;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.style.sld.raster.SLDRasterPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.style.sld.raster/pom.xml b/plugins/org.locationtech.udig.style.sld.raster/pom.xml
index e60605e1b7..0066688775 100644
--- a/plugins/org.locationtech.udig.style.sld.raster/pom.xml
+++ b/plugins/org.locationtech.udig.style.sld.raster/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style.sld.raster
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.style.sld/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.sld/META-INF/MANIFEST.MF
index 5fb6a82b0a..bde299623a 100644
--- a/plugins/org.locationtech.udig.style.sld/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style.sld/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.style.sld; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.style.sld.SLDPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.style.sld/pom.xml b/plugins/org.locationtech.udig.style.sld/pom.xml
index cb3773610a..b9cff04fc6 100644
--- a/plugins/org.locationtech.udig.style.sld/pom.xml
+++ b/plugins/org.locationtech.udig.style.sld/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style.sld
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.style.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.tests/META-INF/MANIFEST.MF
index ff658d18f6..6044f065a5 100644
--- a/plugins/org.locationtech.udig.style.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Style Tests
Bundle-SymbolicName: org.locationtech.udig.style.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
org.junit;bundle-version="[4.0.0,5.0.0)",
diff --git a/plugins/org.locationtech.udig.style.tests/pom.xml b/plugins/org.locationtech.udig.style.tests/pom.xml
index 28351db307..45b45b3b99 100644
--- a/plugins/org.locationtech.udig.style.tests/pom.xml
+++ b/plugins/org.locationtech.udig.style.tests/pom.xml
@@ -8,7 +8,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style.tests
diff --git a/plugins/org.locationtech.udig.style.wms/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style.wms/META-INF/MANIFEST.MF
index 898fefe913..6c2fcecc11 100644
--- a/plugins/org.locationtech.udig.style.wms/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style.wms/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.style.wms; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.style.wms.WMSStylePlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.style.wms/pom.xml b/plugins/org.locationtech.udig.style.wms/pom.xml
index ebe8ae8ea2..52ddfac321 100644
--- a/plugins/org.locationtech.udig.style.wms/pom.xml
+++ b/plugins/org.locationtech.udig.style.wms/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style.wms
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.style/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.style/META-INF/MANIFEST.MF
index 811232cebd..0bb362d419 100644
--- a/plugins/org.locationtech.udig.style/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.style/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.style; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.style.StylePlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.style/pom.xml b/plugins/org.locationtech.udig.style/pom.xml
index b451ed10a7..64f705da43 100644
--- a/plugins/org.locationtech.udig.style/pom.xml
+++ b/plugins/org.locationtech.udig.style/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.style
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tool.default.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.default.tests/META-INF/MANIFEST.MF
index d16f3be425..3f63275e60 100644
--- a/plugins/org.locationtech.udig.tool.default.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tool.default.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Default Tool Tests Plug-in
Bundle-SymbolicName: org.locationtech.udig.tool.default.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tool.tests.TestsPlugin
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.tool.default.tests/pom.xml b/plugins/org.locationtech.udig.tool.default.tests/pom.xml
index 92190746b1..dbfb97c84b 100644
--- a/plugins/org.locationtech.udig.tool.default.tests/pom.xml
+++ b/plugins/org.locationtech.udig.tool.default.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tool.default.tests
diff --git a/plugins/org.locationtech.udig.tool.default/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.default/META-INF/MANIFEST.MF
index 01e14fd50a..8768536ea0 100644
--- a/plugins/org.locationtech.udig.tool.default/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tool.default/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.tool.default;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tools.internal.ToolsPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.tool.default/pom.xml b/plugins/org.locationtech.udig.tool.default/pom.xml
index 96e4201341..32005e8ab6 100644
--- a/plugins/org.locationtech.udig.tool.default/pom.xml
+++ b/plugins/org.locationtech.udig.tool.default/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tool.default
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tool.edit.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.edit.tests/META-INF/MANIFEST.MF
index 87c29f245a..8aa8397aa9 100644
--- a/plugins/org.locationtech.udig.tool.edit.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tool.edit.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: org.locationtech.udig.tool.edit.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tool.edit.tests.TestsPlugin
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tool.edit.tests/pom.xml b/plugins/org.locationtech.udig.tool.edit.tests/pom.xml
index 6c78ee7cb8..ddd0b11ff1 100644
--- a/plugins/org.locationtech.udig.tool.edit.tests/pom.xml
+++ b/plugins/org.locationtech.udig.tool.edit.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tool.edit.tests
diff --git a/plugins/org.locationtech.udig.tool.edit/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.edit/META-INF/MANIFEST.MF
index ea4beb7bc6..4d99e60fc0 100644
--- a/plugins/org.locationtech.udig.tool.edit/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tool.edit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.tools.edit; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tools.edit.EditPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.tool.edit/pom.xml b/plugins/org.locationtech.udig.tool.edit/pom.xml
index 037c3e63a4..b417408fc6 100644
--- a/plugins/org.locationtech.udig.tool.edit/pom.xml
+++ b/plugins/org.locationtech.udig.tool.edit/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tools.edit
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tool.measure/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.measure/META-INF/MANIFEST.MF
index 0cd178839e..cde2b2b224 100644
--- a/plugins/org.locationtech.udig.tool.measure/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tool.measure/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.tool.measure;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tool.measure.internal.MeasurementToolPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.tool.measure/pom.xml b/plugins/org.locationtech.udig.tool.measure/pom.xml
index 84cf5c427e..b5ec039613 100644
--- a/plugins/org.locationtech.udig.tool.measure/pom.xml
+++ b/plugins/org.locationtech.udig.tool.measure/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tool.measure
diff --git a/plugins/org.locationtech.udig.tool.select.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.select.tests/META-INF/MANIFEST.MF
index 60c827690d..b1739602ee 100644
--- a/plugins/org.locationtech.udig.tool.select.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tool.select.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: org.locationtech.udig.tool.select.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tool.select.tests.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tool.select.tests/pom.xml b/plugins/org.locationtech.udig.tool.select.tests/pom.xml
index 5e087ddf10..50f74ab990 100644
--- a/plugins/org.locationtech.udig.tool.select.tests/pom.xml
+++ b/plugins/org.locationtech.udig.tool.select.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tool.select.tests
diff --git a/plugins/org.locationtech.udig.tool.select/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tool.select/META-INF/MANIFEST.MF
index aead815ef8..f5d3418c49 100644
--- a/plugins/org.locationtech.udig.tool.select/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tool.select/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.tool.select; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tool.select.SelectPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.tool.select/pom.xml b/plugins/org.locationtech.udig.tool.select/pom.xml
index 58da34e0b0..b0b2af5de2 100644
--- a/plugins/org.locationtech.udig.tool.select/pom.xml
+++ b/plugins/org.locationtech.udig.tool.select/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tool.select
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tools.jgrass/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tools.jgrass/META-INF/MANIFEST.MF
index 233e5dd147..cde84e1523 100644
--- a/plugins/org.locationtech.udig.tools.jgrass/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tools.jgrass/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JGrass Tools Plug-in
Bundle-SymbolicName: org.locationtech.udig.tools.jgrass;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tools.jgrass.JGrassToolsPlugin
Bundle-Vendor: HydroloGIS S.r.l.
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.tools.jgrass/pom.xml b/plugins/org.locationtech.udig.tools.jgrass/pom.xml
index bdceee8430..e10e307bc5 100644
--- a/plugins/org.locationtech.udig.tools.jgrass/pom.xml
+++ b/plugins/org.locationtech.udig.tools.jgrass/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tools.jgrass
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tools.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tools.tests/META-INF/MANIFEST.MF
index 8e7a9eb77b..8c12f5460d 100644
--- a/plugins/org.locationtech.udig.tools.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tools.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tools Tests
Bundle-SymbolicName: org.locationtech.udig.tools.tests; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tools.tests.Activator
Bundle-Vendor: uDig Community
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tools.tests/pom.xml b/plugins/org.locationtech.udig.tools.tests/pom.xml
index 987c73c063..8fa09ce3c0 100644
--- a/plugins/org.locationtech.udig.tools.tests/pom.xml
+++ b/plugins/org.locationtech.udig.tools.tests/pom.xml
@@ -5,7 +5,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tools.tests
diff --git a/plugins/org.locationtech.udig.tools/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tools/META-INF/MANIFEST.MF
index 2528232f63..9cb834f640 100644
--- a/plugins/org.locationtech.udig.tools/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tools/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.locationtech.udig.tools; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tools.Activator
Bundle-Vendor: uDig Community
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.tools/pom.xml b/plugins/org.locationtech.udig.tools/pom.xml
index 9bed03b60d..807e4c5f4a 100644
--- a/plugins/org.locationtech.udig.tools/pom.xml
+++ b/plugins/org.locationtech.udig.tools/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tools
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/META-INF/MANIFEST.MF
index c94cfaa62d..faf9f544a9 100644
--- a/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test CSV Catalog Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.catalog.csv.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.locationtech.udig.tutorials.catalog.csv,
org.locationtech.udig.catalog,
diff --git a/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/pom.xml b/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/pom.xml
index dcaa72d6d8..7f24316c59 100644
--- a/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.catalog.csv.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.catalog.csv.tests
diff --git a/plugins/org.locationtech.udig.tutorials.catalog.csv/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.catalog.csv/META-INF/MANIFEST.MF
index 83030d6044..25caf4ffe9 100644
--- a/plugins/org.locationtech.udig.tutorials.catalog.csv/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.catalog.csv/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CSV Catalog Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.catalog.csv;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Require-Bundle: org.locationtech.udig.catalog.ui,
org.eclipse.core.runtime,
net.sf.opencsv;visibility:=reexport
diff --git a/plugins/org.locationtech.udig.tutorials.catalog.csv/pom.xml b/plugins/org.locationtech.udig.tutorials.catalog.csv/pom.xml
index 2052d28510..8666c88c12 100644
--- a/plugins/org.locationtech.udig.tutorials.catalog.csv/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.catalog.csv/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.catalog.csv
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.customapp/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.customapp/META-INF/MANIFEST.MF
index c718626c0a..b3abca3f7e 100644
--- a/plugins/org.locationtech.udig.tutorials.customapp/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.customapp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Custom Branding Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.customapp;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.customapp.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.tutorials.customapp/pom.xml b/plugins/org.locationtech.udig.tutorials.customapp/pom.xml
index 14ad25dc5c..36d15f559c 100644
--- a/plugins/org.locationtech.udig.tutorials.customapp/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.customapp/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.customapp
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.distancetool/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.distancetool/META-INF/MANIFEST.MF
index bb621f7e5e..c8f5486e5e 100644
--- a/plugins/org.locationtech.udig.tutorials.distancetool/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.distancetool/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Distancetool Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.distanceTool; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.distancetool.DistancetoolPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.tutorials.distancetool/pom.xml b/plugins/org.locationtech.udig.tutorials.distancetool/pom.xml
index f532d5102c..38020d5c73 100644
--- a/plugins/org.locationtech.udig.tutorials.distancetool/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.distancetool/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.distanceTool
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.examples/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.examples/META-INF/MANIFEST.MF
index a9630d3ba6..7a111876ab 100644
--- a/plugins/org.locationtech.udig.tutorials.examples/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.examples/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Examples Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.examples;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.examples.Activator
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.tutorials.examples/pom.xml b/plugins/org.locationtech.udig.tutorials.examples/pom.xml
index 4422de3191..51580533c1 100644
--- a/plugins/org.locationtech.udig.tutorials.examples/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.examples/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.examples
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.featureeditor/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.featureeditor/META-INF/MANIFEST.MF
index 917e6c3547..39b85c1282 100644
--- a/plugins/org.locationtech.udig.tutorials.featureeditor/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.featureeditor/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Feature Editor Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.featureeditor;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.featureeditor.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.featureeditor/pom.xml b/plugins/org.locationtech.udig.tutorials.featureeditor/pom.xml
index e86b4020a3..94cab78252 100644
--- a/plugins/org.locationtech.udig.tutorials.featureeditor/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.featureeditor/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.featureeditor
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.genericprojectelement/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.genericprojectelement/META-INF/MANIFEST.MF
index 56e8cd53f7..fc305dd6fa 100644
--- a/plugins/org.locationtech.udig.tutorials.genericprojectelement/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.genericprojectelement/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: GenericProjectElement Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.genericprojectelement;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.genericprojectelement.Activator
Require-Bundle: org.eclipse.core.runtime,
org.locationtech.udig.project.ui
diff --git a/plugins/org.locationtech.udig.tutorials.genericprojectelement/pom.xml b/plugins/org.locationtech.udig.tutorials.genericprojectelement/pom.xml
index 8c11972e9c..74f99fbaf9 100644
--- a/plugins/org.locationtech.udig.tutorials.genericprojectelement/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.genericprojectelement/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.genericprojectelement
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.mapgraphic/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.mapgraphic/META-INF/MANIFEST.MF
index 2efd17aa3f..f921e8292b 100644
--- a/plugins/org.locationtech.udig.tutorials.mapgraphic/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.mapgraphic/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mapgraphic Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.mapgraphic;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.mapgraphic.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.mapgraphic/pom.xml b/plugins/org.locationtech.udig.tutorials.mapgraphic/pom.xml
index c2347a725a..a0bda07c77 100644
--- a/plugins/org.locationtech.udig.tutorials.mapgraphic/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.mapgraphic/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.mapgraphic
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/META-INF/MANIFEST.MF
index a2088e7c9e..25e8551dd9 100644
--- a/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Preferred Zoom Levels
Bundle-SymbolicName: org.locationtech.udig.tutorials.preferredzoomlevels;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.preferredzoomlevels.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/pom.xml b/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/pom.xml
index 8b3547d52f..8fba898228 100644
--- a/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.preferredzoomlevels/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.preferredzoomlevels
diff --git a/plugins/org.locationtech.udig.tutorials.raster/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.raster/META-INF/MANIFEST.MF
index 626cde2594..d14bd32c62 100644
--- a/plugins/org.locationtech.udig.tutorials.raster/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.raster/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Raster Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.raster;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.raster.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.raster/pom.xml b/plugins/org.locationtech.udig.tutorials.raster/pom.xml
index 833703541a..c4a75f22de 100644
--- a/plugins/org.locationtech.udig.tutorials.raster/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.raster/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.raster
diff --git a/plugins/org.locationtech.udig.tutorials.rcp-feature/feature.xml b/plugins/org.locationtech.udig.tutorials.rcp-feature/feature.xml
index c5b4d648f0..7b24241ada 100644
--- a/plugins/org.locationtech.udig.tutorials.rcp-feature/feature.xml
+++ b/plugins/org.locationtech.udig.tutorials.rcp-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/plugins/org.locationtech.udig.tutorials.rcp-feature/pom.xml b/plugins/org.locationtech.udig.tutorials.rcp-feature/pom.xml
index 48b6da6ac0..1473a1d9d4 100644
--- a/plugins/org.locationtech.udig.tutorials.rcp-feature/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.rcp-feature/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.rcp-feature
diff --git a/plugins/org.locationtech.udig.tutorials.rcp/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.rcp/META-INF/MANIFEST.MF
index ff910f000b..cce7f6def4 100644
--- a/plugins/org.locationtech.udig.tutorials.rcp/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.rcp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rcp Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.rcp; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.rcp.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.rcp/pom.xml b/plugins/org.locationtech.udig.tutorials.rcp/pom.xml
index 41fdf2cf9a..4df0b267ed 100644
--- a/plugins/org.locationtech.udig.tutorials.rcp/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.rcp/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.rcp
diff --git a/plugins/org.locationtech.udig.tutorials.render.csv/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.render.csv/META-INF/MANIFEST.MF
index 2f36cb5a6d..b1e72348eb 100644
--- a/plugins/org.locationtech.udig.tutorials.render.csv/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.render.csv/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Render CSV Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.render.csv;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.render.csv.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.tutorials.render.csv/pom.xml b/plugins/org.locationtech.udig.tutorials.render.csv/pom.xml
index 206302ce8e..b6df30ef75 100644
--- a/plugins/org.locationtech.udig.tutorials.render.csv/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.render.csv/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.render.csv
diff --git a/plugins/org.locationtech.udig.tutorials.shpexport/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.shpexport/META-INF/MANIFEST.MF
index 40cf114a30..a02dfb30df 100644
--- a/plugins/org.locationtech.udig.tutorials.shpexport/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.shpexport/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Shapefile Export Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.shpexport;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.shpexport.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.shpexport/pom.xml b/plugins/org.locationtech.udig.tutorials.shpexport/pom.xml
index 443af65828..8898bf402a 100644
--- a/plugins/org.locationtech.udig.tutorials.shpexport/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.shpexport/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.shpexport
diff --git a/plugins/org.locationtech.udig.tutorials.style.color/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.style.color/META-INF/MANIFEST.MF
index 87918e7fa3..8cb961ea2c 100644
--- a/plugins/org.locationtech.udig.tutorials.style.color/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.style.color/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Color Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.style.color;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.style.color.Activator
Require-Bundle: org.locationtech.udig.project.ui,
org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.style.color/pom.xml b/plugins/org.locationtech.udig.tutorials.style.color/pom.xml
index 9a0a373df4..38b0f32105 100644
--- a/plugins/org.locationtech.udig.tutorials.style.color/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.style.color/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.style.color
diff --git a/plugins/org.locationtech.udig.tutorials.template/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.template/META-INF/MANIFEST.MF
index cad183f02d..4fc574a0f4 100644
--- a/plugins/org.locationtech.udig.tutorials.template/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.template/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Template Tutorial
Bundle-SymbolicName: org.locationtech.udig.tutorials.template; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.tutorials.template/pom.xml b/plugins/org.locationtech.udig.tutorials.template/pom.xml
index 0a8edaa271..b2964933ee 100644
--- a/plugins/org.locationtech.udig.tutorials.template/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.template/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.template
eclipse-plugin
diff --git a/plugins/org.locationtech.udig.tutorials.tool-view/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.tool-view/META-INF/MANIFEST.MF
index 0e4e54ef3b..74dcd6c580 100644
--- a/plugins/org.locationtech.udig.tutorials.tool-view/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.tool-view/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tool View
Bundle-SymbolicName: org.locationtech.udig.tutorials.tool-view;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.toolview.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.tutorials.tool-view/pom.xml b/plugins/org.locationtech.udig.tutorials.tool-view/pom.xml
index 15d3f32558..203d8e1fd0 100644
--- a/plugins/org.locationtech.udig.tutorials.tool-view/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.tool-view/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.tool-view
diff --git a/plugins/org.locationtech.udig.tutorials.tool.coordinate/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.tool.coordinate/META-INF/MANIFEST.MF
index 657b27d65c..1436af54ee 100644
--- a/plugins/org.locationtech.udig.tutorials.tool.coordinate/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.tool.coordinate/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Coordinate Tool Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.tool.coordinate; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorial.tool.coordinate.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.tool.coordinate/pom.xml b/plugins/org.locationtech.udig.tutorials.tool.coordinate/pom.xml
index efd6e8ab65..8a34c3f279 100644
--- a/plugins/org.locationtech.udig.tutorials.tool.coordinate/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.tool.coordinate/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.tool.coordinate
diff --git a/plugins/org.locationtech.udig.tutorials.tool.coverage/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.tool.coverage/META-INF/MANIFEST.MF
index ebe84518e9..93dfc43c4c 100644
--- a/plugins/org.locationtech.udig.tutorials.tool.coverage/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.tool.coverage/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Coverage Edit Tool Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.tool.coverage;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.tool.coverage.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.tool.coverage/pom.xml b/plugins/org.locationtech.udig.tutorials.tool.coverage/pom.xml
index a6c8bd83d1..3637eba22c 100644
--- a/plugins/org.locationtech.udig.tutorials.tool.coverage/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.tool.coverage/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.tool.coverage
diff --git a/plugins/org.locationtech.udig.tutorials.tracking/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.tracking/META-INF/MANIFEST.MF
index 9ef9f507d6..5254d8dad5 100644
--- a/plugins/org.locationtech.udig.tutorials.tracking/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.tracking/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Vehicletracking Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.tracking;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.tracking.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/plugins/org.locationtech.udig.tutorials.tracking/pom.xml b/plugins/org.locationtech.udig.tutorials.tracking/pom.xml
index f225f8e962..5aaaf0981e 100644
--- a/plugins/org.locationtech.udig.tutorials.tracking/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.tracking/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.tracking
diff --git a/plugins/org.locationtech.udig.tutorials.urladapter/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.urladapter/META-INF/MANIFEST.MF
index 9a0bf9ed56..d497005759 100644
--- a/plugins/org.locationtech.udig.tutorials.urladapter/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.urladapter/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Url Adapter Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.urladapter;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.urladapter.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.urladapter/pom.xml b/plugins/org.locationtech.udig.tutorials.urladapter/pom.xml
index 22ed34bfda..4cf8a312c8 100644
--- a/plugins/org.locationtech.udig.tutorials.urladapter/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.urladapter/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.urladapter
diff --git a/plugins/org.locationtech.udig.tutorials.workbench/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.tutorials.workbench/META-INF/MANIFEST.MF
index f566b5946a..0561286fd9 100644
--- a/plugins/org.locationtech.udig.tutorials.workbench/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.tutorials.workbench/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Workbench Plug-in
Bundle-SymbolicName: org.locationtech.udig.tutorials.workbench;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.tutorials.workbench.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.tutorials.workbench/pom.xml b/plugins/org.locationtech.udig.tutorials.workbench/pom.xml
index 468109d09b..97fe9fac65 100644
--- a/plugins/org.locationtech.udig.tutorials.workbench/pom.xml
+++ b/plugins/org.locationtech.udig.tutorials.workbench/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.tutorials.workbench
diff --git a/plugins/org.locationtech.udig.ui.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.ui.tests/META-INF/MANIFEST.MF
index d244a58b8b..9dcb5a33ac 100644
--- a/plugins/org.locationtech.udig.ui.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: UI Tests Plug-in
Bundle-SymbolicName: org.locationtech.udig.ui.tests;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.ui.tests.TestsPlugin
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.ui.tests/pom.xml b/plugins/org.locationtech.udig.ui.tests/pom.xml
index 00ec1b6528..4b18b141b3 100644
--- a/plugins/org.locationtech.udig.ui.tests/pom.xml
+++ b/plugins/org.locationtech.udig.ui.tests/pom.xml
@@ -6,7 +6,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.ui.tests
diff --git a/plugins/org.locationtech.udig.ui/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.ui/META-INF/MANIFEST.MF
index 94a395bce9..3dbd4eaaf5 100644
--- a/plugins/org.locationtech.udig.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig.ui; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.internal.ui.UiPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.ui/pom.xml b/plugins/org.locationtech.udig.ui/pom.xml
index 91e5a48b6f..d0d4fb5303 100644
--- a/plugins/org.locationtech.udig.ui/pom.xml
+++ b/plugins/org.locationtech.udig.ui/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.ui
diff --git a/plugins/org.locationtech.udig.validation.tests/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.validation.tests/META-INF/MANIFEST.MF
index c35cd7bad7..fd74a7e123 100644
--- a/plugins/org.locationtech.udig.validation.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.validation.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Plug-in
Bundle-SymbolicName: org.locationtech.udig.validation.tests
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.validation.test.TestPlugin
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig.validation.tests/pom.xml b/plugins/org.locationtech.udig.validation.tests/pom.xml
index 0881edaa75..bc51924ef1 100644
--- a/plugins/org.locationtech.udig.validation.tests/pom.xml
+++ b/plugins/org.locationtech.udig.validation.tests/pom.xml
@@ -8,7 +8,7 @@
org.locationtech.udig
plugins
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.validation.tests
diff --git a/plugins/org.locationtech.udig.validation/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig.validation/META-INF/MANIFEST.MF
index 9e95be43a2..c530147d55 100644
--- a/plugins/org.locationtech.udig.validation/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig.validation/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Validation Plug-in
Bundle-SymbolicName: org.locationtech.udig.validation; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Activator: org.locationtech.udig.validation.ValidationPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
diff --git a/plugins/org.locationtech.udig.validation/pom.xml b/plugins/org.locationtech.udig.validation/pom.xml
index 974db8f70a..7415b76ecc 100644
--- a/plugins/org.locationtech.udig.validation/pom.xml
+++ b/plugins/org.locationtech.udig.validation/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig.validation
diff --git a/plugins/org.locationtech.udig/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig/META-INF/MANIFEST.MF
index b071ca9c6c..c8eec15e70 100644
--- a/plugins/org.locationtech.udig/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig; singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.locationtech.udig/pom.xml b/plugins/org.locationtech.udig/pom.xml
index 81439cc111..f1f487aafb 100644
--- a/plugins/org.locationtech.udig/pom.xml
+++ b/plugins/org.locationtech.udig/pom.xml
@@ -7,7 +7,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig
diff --git a/plugins/org.locationtech.udig_base/META-INF/MANIFEST.MF b/plugins/org.locationtech.udig_base/META-INF/MANIFEST.MF
index ef06443edb..4ce1ec6ed4 100644
--- a/plugins/org.locationtech.udig_base/META-INF/MANIFEST.MF
+++ b/plugins/org.locationtech.udig_base/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.locationtech.udig_base
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.2.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/plugins/org.locationtech.udig_base/pom.xml b/plugins/org.locationtech.udig_base/pom.xml
index 1969259a7d..1cab5f59e8 100644
--- a/plugins/org.locationtech.udig_base/pom.xml
+++ b/plugins/org.locationtech.udig_base/pom.xml
@@ -6,7 +6,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_base
diff --git a/plugins/org.locationtech.udig_tutorials.custom-feature/feature.xml b/plugins/org.locationtech.udig_tutorials.custom-feature/feature.xml
index 1b9f1522f3..707bad0088 100644
--- a/plugins/org.locationtech.udig_tutorials.custom-feature/feature.xml
+++ b/plugins/org.locationtech.udig_tutorials.custom-feature/feature.xml
@@ -2,7 +2,7 @@
diff --git a/plugins/org.locationtech.udig_tutorials.custom-feature/pom.xml b/plugins/org.locationtech.udig_tutorials.custom-feature/pom.xml
index 16bb7fa469..5d157b7d32 100644
--- a/plugins/org.locationtech.udig_tutorials.custom-feature/pom.xml
+++ b/plugins/org.locationtech.udig_tutorials.custom-feature/pom.xml
@@ -5,7 +5,7 @@
plugins
org.locationtech.udig
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
org.locationtech.udig_tutorials.custom-feature
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 31d8401440..e25e99be2f 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -6,7 +6,7 @@
org.locationtech.udig
udig-tycho
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
plugins
diff --git a/pom.xml b/pom.xml
index 162168e987..a175bd88a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.locationtech.udig
udig-tycho
- 2.2.0-SNAPSHOT
+ 2.2.0.RC1
pom