Skip to content

Commit

Permalink
Release-Version 2.1.0.RC1
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Gasdorf <[email protected]>
  • Loading branch information
fgdrf committed Sep 24, 2019
1 parent 62d47fe commit 2d4f98e
Show file tree
Hide file tree
Showing 273 changed files with 310 additions and 284 deletions.
4 changes: 2 additions & 2 deletions deploy/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
export VERSION=2.1.0.RC1
export BUILD="${BASE}/build"

# Tycho Build
Expand Down
6 changes: 3 additions & 3 deletions docs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@

# General information about the project.
project = u'uDig'
copyright = u'2013, Refractions Research and others'
copyright = u'2019, 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.1'

# The full version, including alpha/beta/rc tags.
release = '2.0.0.RC1'
release = '2.1.0.RC1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<parent>
<groupId>org.locationtech.udig</groupId>
<artifactId>udig-tycho</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<!-- =========================================================== -->
Expand Down
21 changes: 21 additions & 0 deletions docs/user/en/what_is_new/What is new 2.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. _what_is_new_2_1:

What is new for uDig 2.1
========================

This release provides an update of GeoTools library, lots of improvements, few features, and many bugfixes

.. contents:: :local:
:depth: 1

Improvements and Fixes
----------------------
From now on its possible to configure opacity for both, vertexes and fill geometry for Edit Tools, for details see :doc:`/reference/Edit Tool Preferences`

A complete list of changes consult `Release-Notes 2.1.0 <https://github.com/locationtech/udig-platform/releases/tag/release%2F2.1.0.RC1>`_


Updated 3rd-party Dependencies
------------------------------

uDig Codebase has been updated to work with `GeoTools 19.4 <http://geotoolsnews.blogspot.com/2018/12/geotools-194-released.html>`_ series. This implies dependency updates for several other 3rd party libraries as well, such as imageio-ext and jts.
1 change: 1 addition & 0 deletions docs/user/en/what_is_new/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following features are new for uDig.
.. toctree::
:maxdepth: 2

What is new 2.1
What is new 2.0
What is new 1.5
What is new 1.4
Expand Down
2 changes: 2 additions & 0 deletions docs/user/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,8 @@
</topic>
<topic label="What is new 2.0" href="EN/what_is_new/What is new 2.0.html">
</topic>
<topic label="What is new 2.1" href="EN/what_is_new/What is new 2.1.html">
</topic>
</topic>

</toc>
Expand Down
2 changes: 1 addition & 1 deletion extras/org.locationtech.udig.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.udig</groupId>
<artifactId>udig-tycho</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.locationtech.udig-feature"
label="uDig Feature"
version="2.1.0.qualifier"
version="2.1.0.RC1"
provider-name="udig.refractions.net"
plugin="org.locationtech.udig">

Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig-feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="uDig" uid="org.locationtech.udig-product" id="org.locationtech.udig.product" application="org.locationtech.udig.ui.application" version="2.1.0.qualifier" useFeatures="true" includeLaunchers="true">
<product name="uDig" uid="org.locationtech.udig-product" id="org.locationtech.udig.product" application="org.locationtech.udig.ui.application" version="2.1.0.RC1" useFeatures="true" includeLaunchers="true">

<aboutInfo>
<image path="./icons/about.png"/>
Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig-product</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig-site.community/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig-site.community</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig-site</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig.rcp_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.locationtech.udig.rcp-feature"
label="uDig RCP Feature"
version="2.1.0.qualifier"
version="2.1.0.RC1"
provider-name="udig.refractions.net">

<description url="http://udig.github.com/docs/dev/getting_started.html">
Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig.rcp_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig.rcp-feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.locationtech.udig_application-feature"
label="org.locationtech.udig_application-feature"
version="2.1.0.qualifier"
version="2.1.0.RC1"
provider-name="Refractions Research"
plugin="org.locationtech.udig.project">

Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig_application-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig_application-feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig_base-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.locationtech.udig_base-feature"
label="org.locationtech.udig_base-feature"
version="2.1.0.qualifier"
version="2.1.0.RC1"
provider-name="Refractions Research"
plugin="org.locationtech.udig_base">

Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig_base-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig_base-feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.locationtech.udig_platform-feature"
label="org.locationtech.udig_platform-feature"
version="2.1.0.qualifier"
version="2.1.0.RC1"
provider-name="Refractions Research"
plugin="org.locationtech.udig.catalog">

Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig_platform-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig_platform-feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.locationtech.udig_printing-feature"
label="org.locationtech.udig_printing-feature"
version="2.1.0.qualifier"
version="2.1.0.RC1"
provider-name="Refractions Research"
plugin="org.locationtech.udig.printing.ui">

Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig_printing-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig_printing-feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig_sdk-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig_sdk-feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.locationtech.udig_tutorials-feature"
label="org.locationtech.udig_tutorials-feature"
version="2.1.0.qualifier"
version="2.1.0.RC1"
provider-name="Refractions Research">

<description url="http://udig.refractions.net/confluence/display/DEV/1+Getting+Started">
Expand Down
2 changes: 1 addition & 1 deletion features/org.locationtech.udig_tutorials-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig_tutorials-feature</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.locationtech.udig_unstable-feature"
label="%feature.name"
version="2.1.0.qualifier"
version="2.1.0.RC1"
provider-name="udig.refractions.net">

<description url="http://udig.refractions.net/">
Expand Down
4 changes: 2 additions & 2 deletions features/org.locationtech.udig_unstable-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<artifactId>features</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig_unstable-feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.locationtech.udig</groupId>
<artifactId>udig-tycho</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>features</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins/net.sf.opencsv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>
<artifactId>net.sf.opencsv</artifactId>
<version>2.3.0</version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.qualifier
Bundle-Version: 2.1.0.RC1
Bundle-Activator: org.locationtech.udig.bookmarks.tests.Activator
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.locationtech.udig.bookmarks.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>

<artifactId>org.locationtech.udig.bookmarks.tests</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.qualifier
Bundle-Version: 2.1.0.RC1
Bundle-Activator: org.locationtech.udig.bookmarks.BookmarksPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.locationtech.udig.bookmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>
<artifactId>org.locationtech.udig.bookmarks</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.locationtech.udig.browser/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.qualifier
Bundle-Version: 2.1.0.RC1
Bundle-Activator: org.locationtech.udig.browser.BrowserPlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.locationtech.udig.browser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>
<artifactId>org.locationtech.udig.browser</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.qualifier
Bundle-Version: 2.1.0.RC1
Bundle-Vendor: udig.refractions.net
Require-Bundle: org.locationtech.udig.catalog,
org.locationtech.udig.catalog.rasterings,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.locationtech.udig.catalog.arcgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>
<artifactId>org.locationtech.udig.catalog.arcgrid</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.qualifier
Bundle-Version: 2.1.0.RC1
Bundle-Activator: org.locationtech.udig.catalog.internal.arcsde.ArcsdePlugin
Bundle-Vendor: udig.refractions.net
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.locationtech.udig.catalog.arcsde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>org.locationtech.udig</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0.RC1</version>
</parent>
<artifactId>org.locationtech.udig.catalog.arcsde</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0.qualifier
Bundle-Version: 2.1.0.RC1
Bundle-Vendor: udig.refractions.net
Bundle-Activator: org.locationtech.udig.catalog.csw.Activator
Require-Bundle: org.eclipse.core.runtime,
Expand Down
Loading

0 comments on commit 2d4f98e

Please sign in to comment.