Skip to content

Commit 7d5cc32

Browse files
committed
update version to 9.0.2
1 parent c0b54b0 commit 7d5cc32

File tree

39 files changed

+45
-45
lines changed

39 files changed

+45
-45
lines changed

jlinda/jlinda-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jlinda</groupId>
66
<artifactId>jlinda</artifactId>
7-
<version>9.0.2-SNAPSHOT</version>
7+
<version>9.0.2</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

jlinda/jlinda-nest-ui/pom.xml

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

1111
<name>jLinda SNAP Support UI</name>

jlinda/jlinda-nest/pom.xml

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

1111
<name>jLinda SNAP Support</name>

jlinda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.esa.s1tbx</groupId>
88
<artifactId>s1tbx</artifactId>
9-
<version>9.0.2-SNAPSHOT</version>
9+
<version>9.0.2</version>
1010
</parent>
1111

1212
<name>jLinda</name>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.esa.s1tbx</groupId>
77
<artifactId>s1tbx</artifactId>
8-
<version>9.0.2-SNAPSHOT</version>
8+
<version>9.0.2</version>
99
<name>Sentinel-1 Toolbox</name>
1010
<url>https://sentinel.esa.int/web/sentinel/toolboxes/sentinel-1</url>
1111
<description>Tools for SAR Earth Observation</description>
@@ -32,10 +32,10 @@
3232
It is used to filter manifest.mf and set the manifest's "OpenIDE-Module-Specification-Version" header.
3333
This is necessary to make NetBeans modules updatable and independent from the Maven version (= s1tbx.version).
3434
-->
35-
<s1tbx.version>9.0.2-SNAPSHOT</s1tbx.version>
36-
<rstb.version>9.0.2-SNAPSHOT</rstb.version>
37-
<jlinda.version>9.0.2-SNAPSHOT</jlinda.version>
38-
<iceye.version>9.0.2-SNAPSHOT</iceye.version>
35+
<s1tbx.version>9.0.2</s1tbx.version>
36+
<rstb.version>9.0.2</rstb.version>
37+
<jlinda.version>9.0.2</jlinda.version>
38+
<iceye.version>9.0.2</iceye.version>
3939
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
4040
<buildDate>${maven.build.timestamp}</buildDate>
4141

rstb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<parent>
2424
<groupId>org.esa.s1tbx</groupId>
2525
<artifactId>s1tbx</artifactId>
26-
<version>9.0.2-SNAPSHOT</version>
26+
<version>9.0.2</version>
2727
</parent>
2828

2929
<name>RADARSAT Toolbox</name>
3030
<groupId>org.csa.rstb</groupId>
3131
<artifactId>rstb</artifactId>
32-
<version>9.0.2-SNAPSHOT</version>
32+
<version>9.0.2</version>
3333

3434
<packaging>pom</packaging>
3535

rstb/rstb-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.csa.rstb</groupId>
88
<artifactId>rstb</artifactId>
9-
<version>9.0.2-SNAPSHOT</version>
9+
<version>9.0.2</version>
1010
</parent>
1111

1212
<artifactId>rstb-io</artifactId>

rstb/rstb-kit/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.csa.rstb</groupId>
77
<artifactId>rstb</artifactId>
8-
<version>9.0.2-SNAPSHOT</version>
8+
<version>9.0.2</version>
99
</parent>
1010

1111
<artifactId>rstb-kit</artifactId>

rstb/rstb-op-calibration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.csa.rstb</groupId>
88
<artifactId>rstb</artifactId>
9-
<version>9.0.2-SNAPSHOT</version>
9+
<version>9.0.2</version>
1010
</parent>
1111

1212
<artifactId>rstb-op-calibration</artifactId>

rstb/rstb-op-classification-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.csa.rstb</groupId>
2525
<artifactId>rstb</artifactId>
26-
<version>9.0.2-SNAPSHOT</version>
26+
<version>9.0.2</version>
2727
</parent>
2828

2929
<name>RSTB Classification Tools UI</name>

0 commit comments

Comments
 (0)