Skip to content

Commit 98ab86b

Browse files
update version to 9.0.6
1 parent 2145b12 commit 98ab86b

File tree

15 files changed

+66
-66
lines changed

15 files changed

+66
-66
lines changed

idepix-aatsr/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<parent>
2323
<groupId>org.esa.snap</groupId>
2424
<artifactId>snap-idepix</artifactId>
25-
<version>9.0.6-SNAPSHOT</version>
25+
<version>9.0.6</version>
2626
</parent>
2727

2828
<artifactId>idepix-aatsr</artifactId>
29-
<version>9.0.6-SNAPSHOT</version>
29+
<version>9.0.6</version>
3030

3131
<packaging>nbm</packaging>
3232

3333
<name>IdePix AATSR</name>
3434
<description>Classification of pixels (cloud, cloud-shadow and land) originating from AATSR 4th reprocessing data.</description>
3535

3636
<properties>
37-
<idepix-core.version>9.0.6-SNAPSHOT</idepix-core.version>
37+
<idepix-core.version>9.0.6</idepix-core.version>
3838
<s3tbx.version>9.0.3</s3tbx.version>
3939
</properties>
4040

idepix-assembly/pom.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>snap-idepix</artifactId>
77
<groupId>org.esa.snap</groupId>
8-
<version>9.0.6-SNAPSHOT</version>
8+
<version>9.0.6</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>idepix-assembly</artifactId>
14-
<version>9.0.6-SNAPSHOT</version>
14+
<version>9.0.6</version>
1515
<packaging>nbm</packaging>
1616

1717
<description>Collects NBM modules in one directory for uploading to SNAP repository</description>
@@ -21,81 +21,81 @@
2121
<!-- <dependency>-->
2222
<!-- <groupId>org.esa.snap</groupId>-->
2323
<!-- <artifactId>idepix-avhrr</artifactId>-->
24-
<!-- <version>9.0.6-SNAPSHOT</version>-->
24+
<!-- <version>9.0.6</version>-->
2525
<!-- <type>nbm</type>-->
2626
<!-- </dependency>-->
2727
<dependency>
2828
<groupId>org.esa.snap</groupId>
2929
<artifactId>idepix-core</artifactId>
30-
<version>9.0.6-SNAPSHOT</version>
30+
<version>9.0.6</version>
3131
<type>nbm</type>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.esa.snap</groupId>
3535
<artifactId>idepix-landsat8</artifactId>
36-
<version>9.0.6-SNAPSHOT</version>
36+
<version>9.0.6</version>
3737
<type>nbm</type>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.esa.snap</groupId>
4141
<artifactId>idepix-meris</artifactId>
42-
<version>9.0.6-SNAPSHOT</version>
42+
<version>9.0.6</version>
4343
<type>nbm</type>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.esa.snap</groupId>
4747
<artifactId>idepix-modis</artifactId>
48-
<version>9.0.6-SNAPSHOT</version>
48+
<version>9.0.6</version>
4949
<type>nbm</type>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.esa.snap</groupId>
5353
<artifactId>idepix-olci</artifactId>
54-
<version>9.0.6-SNAPSHOT</version>
54+
<version>9.0.6</version>
5555
<type>nbm</type>
5656
</dependency>
5757
<!-- mp: Shall not be released -->
5858
<!-- <dependency>-->
5959
<!-- <groupId>org.esa.snap</groupId>-->
6060
<!-- <artifactId>idepix-olcislstr</artifactId>-->
61-
<!-- <version>9.0.6-SNAPSHOT</version>-->
61+
<!-- <version>9.0.6</version>-->
6262
<!-- <type>nbm</type>-->
6363
<!-- </dependency>-->
6464
<!-- mp: Shall not be released -->
6565
<!-- <dependency>-->
6666
<!-- <groupId>org.esa.snap</groupId>-->
6767
<!-- <artifactId>idepix-c3solcislstr</artifactId>-->
68-
<!-- <version>9.0.6-SNAPSHOT</version>-->
68+
<!-- <version>9.0.6</version>-->
6969
<!-- <type>nbm</type>-->
7070
<!-- </dependency>-->
7171
<dependency>
7272
<groupId>org.esa.snap</groupId>
7373
<artifactId>idepix-probav</artifactId>
74-
<version>9.0.6-SNAPSHOT</version>
74+
<version>9.0.6</version>
7575
<type>nbm</type>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.esa.snap</groupId>
7979
<artifactId>idepix-s2msi</artifactId>
80-
<version>9.0.6-SNAPSHOT</version>
80+
<version>9.0.6</version>
8181
<type>nbm</type>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.esa.snap</groupId>
8585
<artifactId>idepix-seawifs</artifactId>
86-
<version>9.0.6-SNAPSHOT</version>
86+
<version>9.0.6</version>
8787
<type>nbm</type>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.esa.snap</groupId>
9191
<artifactId>idepix-spotvgt</artifactId>
92-
<version>9.0.6-SNAPSHOT</version>
92+
<version>9.0.6</version>
9393
<type>nbm</type>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.esa.snap</groupId>
9797
<artifactId>idepix-viirs</artifactId>
98-
<version>9.0.6-SNAPSHOT</version>
98+
<version>9.0.6</version>
9999
<type>nbm</type>
100100
</dependency>
101101
</dependencies>
@@ -134,74 +134,74 @@
134134
<!-- <artifactItem>-->
135135
<!-- <groupId>org.esa.snap</groupId>-->
136136
<!-- <artifactId>idepix-avhrr</artifactId>-->
137-
<!-- <version>9.0.6-SNAPSHOT</version>-->
137+
<!-- <version>9.0.6</version>-->
138138
<!-- <type>nbm</type>-->
139139
<!-- </artifactItem>-->
140140
<artifactItem>
141141
<groupId>org.esa.snap</groupId>
142142
<artifactId>idepix-core</artifactId>
143-
<version>9.0.6-SNAPSHOT</version>
143+
<version>9.0.6</version>
144144
<type>nbm</type>
145145
</artifactItem>
146146
<artifactItem>
147147
<groupId>org.esa.snap</groupId>
148148
<artifactId>idepix-landsat8</artifactId>
149-
<version>9.0.6-SNAPSHOT</version>
149+
<version>9.0.6</version>
150150
<type>nbm</type>
151151
</artifactItem>
152152
<artifactItem>
153153
<groupId>org.esa.snap</groupId>
154154
<artifactId>idepix-meris</artifactId>
155-
<version>9.0.6-SNAPSHOT</version>
155+
<version>9.0.6</version>
156156
<type>nbm</type>
157157
</artifactItem>
158158
<artifactItem>
159159
<groupId>org.esa.snap</groupId>
160160
<artifactId>idepix-modis</artifactId>
161-
<version>9.0.6-SNAPSHOT</version>
161+
<version>9.0.6</version>
162162
<type>nbm</type>
163163
</artifactItem>
164164
<artifactItem>
165165
<groupId>org.esa.snap</groupId>
166166
<artifactId>idepix-olci</artifactId>
167-
<version>9.0.6-SNAPSHOT</version>
167+
<version>9.0.6</version>
168168
<type>nbm</type>
169169
</artifactItem>
170170
<!-- mp: Shall not be released yet -->
171171
<!-- <artifactItem>-->
172172
<!-- <groupId>org.esa.snap</groupId>-->
173173
<!-- <artifactId>idepix-olcislstr</artifactId>-->
174-
<!-- <version>9.0.6-SNAPSHOT</version>-->
174+
<!-- <version>9.0.6</version>-->
175175
<!-- <type>nbm</type>-->
176176
<!-- </artifactItem>-->
177177
<artifactItem>
178178
<groupId>org.esa.snap</groupId>
179179
<artifactId>idepix-probav</artifactId>
180-
<version>9.0.6-SNAPSHOT</version>
180+
<version>9.0.6</version>
181181
<type>nbm</type>
182182
</artifactItem>
183183
<artifactItem>
184184
<groupId>org.esa.snap</groupId>
185185
<artifactId>idepix-s2msi</artifactId>
186-
<version>9.0.6-SNAPSHOT</version>
186+
<version>9.0.6</version>
187187
<type>nbm</type>
188188
</artifactItem>
189189
<artifactItem>
190190
<groupId>org.esa.snap</groupId>
191191
<artifactId>idepix-seawifs</artifactId>
192-
<version>9.0.6-SNAPSHOT</version>
192+
<version>9.0.6</version>
193193
<type>nbm</type>
194194
</artifactItem>
195195
<artifactItem>
196196
<groupId>org.esa.snap</groupId>
197197
<artifactId>idepix-spotvgt</artifactId>
198-
<version>9.0.6-SNAPSHOT</version>
198+
<version>9.0.6</version>
199199
<type>nbm</type>
200200
</artifactItem>
201201
<artifactItem>
202202
<groupId>org.esa.snap</groupId>
203203
<artifactId>idepix-viirs</artifactId>
204-
<version>9.0.6-SNAPSHOT</version>
204+
<version>9.0.6</version>
205205
<type>nbm</type>
206206
</artifactItem>
207207
</artifactItems>

idepix-avhrr/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
<parent>
2222
<groupId>org.esa.snap</groupId>
2323
<artifactId>snap-idepix</artifactId>
24-
<version>9.0.6-SNAPSHOT</version>
24+
<version>9.0.6</version>
2525
</parent>
2626

2727
<artifactId>idepix-avhrr</artifactId>
28-
<version>9.0.6-SNAPSHOT</version>
28+
<version>9.0.6</version>
2929
<packaging>nbm</packaging>
3030

3131
<name>IdePix AVHRR</name>
3232
<description>Classification of pixels (cloud, snow, ice, land, water) originating from AVHRR.
3333
</description>
3434

3535
<properties>
36-
<idepix-core.version>9.0.6-SNAPSHOT</idepix-core.version>
36+
<idepix-core.version>9.0.6</idepix-core.version>
3737
</properties>
3838

3939
<dependencies>

idepix-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.esa.snap</groupId>
2323
<artifactId>snap-idepix</artifactId>
24-
<version>9.0.6-SNAPSHOT</version>
24+
<version>9.0.6</version>
2525
</parent>
2626

2727
<artifactId>idepix-core</artifactId>
28-
<version>9.0.6-SNAPSHOT</version>
28+
<version>9.0.6</version>
2929

3030
<packaging>nbm</packaging>
3131

idepix-landsat8/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.esa.snap</groupId>
2323
<artifactId>snap-idepix</artifactId>
24-
<version>9.0.6-SNAPSHOT</version>
24+
<version>9.0.6</version>
2525
</parent>
2626

2727
<artifactId>idepix-landsat8</artifactId>
28-
<version>9.0.6-SNAPSHOT</version>
28+
<version>9.0.6</version>
2929

3030
<packaging>nbm</packaging>
3131

@@ -34,7 +34,7 @@
3434
</description>
3535

3636
<properties>
37-
<idepix-core.version>9.0.6-SNAPSHOT</idepix-core.version>
37+
<idepix-core.version>9.0.6</idepix-core.version>
3838
</properties>
3939

4040
<dependencies>

idepix-meris/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
<parent>
2222
<groupId>org.esa.snap</groupId>
2323
<artifactId>snap-idepix</artifactId>
24-
<version>9.0.6-SNAPSHOT</version>
24+
<version>9.0.6</version>
2525
</parent>
2626

2727
<artifactId>idepix-meris</artifactId>
28-
<version>9.0.6-SNAPSHOT</version>
28+
<version>9.0.6</version>
2929

3030
<packaging>nbm</packaging>
3131

3232
<name>IdePix MERIS</name>
3333
<description>Classification of pixels (cloud, snow, ice, land, water) originating from MERIS.</description>
3434

3535
<properties>
36-
<idepix-core.version>9.0.6-SNAPSHOT</idepix-core.version>
36+
<idepix-core.version>9.0.6</idepix-core.version>
3737
<s3tbx.version>9.0.3</s3tbx.version>
3838
</properties>
3939

idepix-modis/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<parent>
2323
<groupId>org.esa.snap</groupId>
2424
<artifactId>snap-idepix</artifactId>
25-
<version>9.0.6-SNAPSHOT</version>
25+
<version>9.0.6</version>
2626
</parent>
2727

2828
<artifactId>idepix-modis</artifactId>
29-
<version>9.0.6-SNAPSHOT</version>
29+
<version>9.0.6</version>
3030

3131
<packaging>nbm</packaging>
3232

3333
<name>IdePix MODIS</name>
3434
<description>Classification of pixels (cloud, snow, ice, land, water) originating from MODIS.</description>
3535

3636
<properties>
37-
<idepix-core.version>9.0.6-SNAPSHOT</idepix-core.version>
37+
<idepix-core.version>9.0.6</idepix-core.version>
3838
<s3tbx.version>9.0.3</s3tbx.version>
3939
</properties>
4040

idepix-olci/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<parent>
2323
<groupId>org.esa.snap</groupId>
2424
<artifactId>snap-idepix</artifactId>
25-
<version>9.0.6-SNAPSHOT</version>
25+
<version>9.0.6</version>
2626
</parent>
2727

2828
<artifactId>idepix-olci</artifactId>
29-
<version>9.0.6-SNAPSHOT</version>
29+
<version>9.0.6</version>
3030

3131
<packaging>nbm</packaging>
3232

3333
<name>IdePix OLCI</name>
3434
<description>Classification of pixels (cloud, snow, ice, land, water) originating from OLCI.</description>
3535

3636
<properties>
37-
<idepix-core.version>9.0.6-SNAPSHOT</idepix-core.version>
37+
<idepix-core.version>9.0.6</idepix-core.version>
3838
<s3tbx.version>9.0.3</s3tbx.version>
3939
</properties>
4040

idepix-olcislstr/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.esa.snap</groupId>
2323
<artifactId>snap-idepix</artifactId>
24-
<version>9.0.6-SNAPSHOT</version>
24+
<version>9.0.6</version>
2525
</parent>
2626

2727
<artifactId>idepix-olcislstr</artifactId>
28-
<version>9.0.6-SNAPSHOT</version>
28+
<version>9.0.6</version>
2929

3030
<packaging>nbm</packaging>
3131

@@ -35,7 +35,7 @@
3535
</description>
3636

3737
<properties>
38-
<idepix-core.version>9.0.6-SNAPSHOT</idepix-core.version>
38+
<idepix-core.version>9.0.6</idepix-core.version>
3939
<s3tbx.version>9.0.3</s3tbx.version>
4040
</properties>
4141

idepix-probav/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<parent>
2222
<groupId>org.esa.snap</groupId>
2323
<artifactId>snap-idepix</artifactId>
24-
<version>9.0.6-SNAPSHOT</version>
24+
<version>9.0.6</version>
2525
</parent>
2626

2727
<artifactId>idepix-probav</artifactId>
28-
<version>9.0.6-SNAPSHOT</version>
28+
<version>9.0.6</version>
2929

3030
<packaging>nbm</packaging>
3131

@@ -34,7 +34,7 @@
3434
</description>
3535

3636
<properties>
37-
<idepix-core.version>9.0.6-SNAPSHOT</idepix-core.version>
37+
<idepix-core.version>9.0.6</idepix-core.version>
3838
</properties>
3939

4040
<dependencies>

0 commit comments

Comments
 (0)