Skip to content

Commit f18b001

Browse files
committed
set release version
Signed-off-by: Frank Gasdorf <fgdrf@users.sourceforge.net>
1 parent b8f221e commit f18b001

File tree

264 files changed

+265
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+265
-265
lines changed

deploy/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export INSTALLER="${BASE}/installer"
99
#export TARGET=${BASE}/target
1010
#export TARGET=${BASE}/../features/org.locationtech.udig-product/target/products/
1111
export SERIES=2.0
12-
export VERSION=2.0.0.RC1
12+
export VERSION=2.0.0
1313
export BUILD="${BASE}/build"
1414

1515
# Tycho Build

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<parent>
4545
<groupId>org.locationtech.udig</groupId>
4646
<artifactId>udig-tycho</artifactId>
47-
<version>2.0.0-SNAPSHOT</version>
47+
<version>2.0.0</version>
4848
</parent>
4949

5050
<!-- =========================================================== -->

extras/org.locationtech.udig.target/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.locationtech.udig</groupId>
77
<artifactId>udig-tycho</artifactId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

features/org.locationtech.udig-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.locationtech.udig-feature"
44
label="uDig Feature"
5-
version="2.0.0.qualifier"
5+
version="2.0.0"
66
provider-name="udig.refractions.net"
77
plugin="org.locationtech.udig">
88

features/org.locationtech.udig-feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>features</artifactId>
77
<groupId>org.locationtech.udig</groupId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010

1111
<artifactId>org.locationtech.udig-feature</artifactId>

features/org.locationtech.udig-product/org.locationtech.udig-product.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="uDig" uid="org.locationtech.udig-product" id="org.locationtech.udig.product" application="org.locationtech.udig.ui.application" version="2.0.0.qualifier" useFeatures="true" includeLaunchers="true">
4+
<product name="uDig" uid="org.locationtech.udig-product" id="org.locationtech.udig.product" application="org.locationtech.udig.ui.application" version="2.0.0" useFeatures="true" includeLaunchers="true">
55

66
<aboutInfo>
77
<image path="./icons/about.png"/>

features/org.locationtech.udig-product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>features</artifactId>
1313
<groupId>org.locationtech.udig</groupId>
14-
<version>2.0.0-SNAPSHOT</version>
14+
<version>2.0.0</version>
1515
</parent>
1616

1717
<artifactId>org.locationtech.udig-product</artifactId>

features/org.locationtech.udig-site.community/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>features</artifactId>
77
<groupId>org.locationtech.udig</groupId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010

1111
<artifactId>org.locationtech.udig-site.community</artifactId>

features/org.locationtech.udig-site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>features</artifactId>
77
<groupId>org.locationtech.udig</groupId>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
</parent>
1010

1111
<artifactId>org.locationtech.udig-site</artifactId>

features/org.locationtech.udig.rcp_feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="org.locationtech.udig.rcp-feature"
44
label="uDig RCP Feature"
5-
version="2.0.0.qualifier"
5+
version="2.0.0"
66
provider-name="udig.refractions.net">
77

88
<description url="http://udig.github.com/docs/dev/getting_started.html">

0 commit comments

Comments
 (0)