Skip to content

Commit

Permalink
release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marpet committed Oct 27, 2022
1 parent 264a115 commit 08815a1
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 70 deletions.
8 changes: 4 additions & 4 deletions idepix-aatsr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-aatsr</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>

<packaging>nbm</packaging>

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

<properties>
<idepix-core.version>9.0.0</idepix-core.version>
<s3tbx.version>9.0.0</s3tbx.version>
<idepix-core.version>9.0.1</idepix-core.version>
<s3tbx.version>9.0.3</s3tbx.version>
</properties>

<dependencies>
Expand Down
52 changes: 26 additions & 26 deletions idepix-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>snap-idepix</artifactId>
<groupId>org.esa.snap</groupId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>idepix-assembly</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<packaging>nbm</packaging>

<description>Collects NBM modules in one directory for uploading to SNAP repository</description>
Expand All @@ -21,74 +21,74 @@
<!-- <dependency>-->
<!-- <groupId>org.esa.snap</groupId>-->
<!-- <artifactId>idepix-avhrr</artifactId>-->
<!-- <version>9.0.0</version>-->
<!-- <version>9.0.1</version>-->
<!-- <type>nbm</type>-->
<!-- </dependency>-->
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-core</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-landsat8</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-meris</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-modis</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-olci</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<!-- mp: Shall not be released yet -->
<!-- <dependency>-->
<!-- <groupId>org.esa.snap</groupId>-->
<!-- <artifactId>idepix-olcislstr</artifactId>-->
<!-- <version>9.0.0</version>-->
<!-- <version>9.0.1</version>-->
<!-- <type>nbm</type>-->
<!-- </dependency>-->
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-probav</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-s2msi</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-seawifs</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-spotvgt</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
<dependency>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-viirs</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -127,74 +127,74 @@
<!-- <artifactItem>-->
<!-- <groupId>org.esa.snap</groupId>-->
<!-- <artifactId>idepix-avhrr</artifactId>-->
<!-- <version>9.0.0</version>-->
<!-- <version>9.0.1</version>-->
<!-- <type>nbm</type>-->
<!-- </artifactItem>-->
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-core</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-landsat8</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-meris</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-modis</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-olci</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<!-- mp: Shall not be released yet -->
<!-- <artifactItem>-->
<!-- <groupId>org.esa.snap</groupId>-->
<!-- <artifactId>idepix-olcislstr</artifactId>-->
<!-- <version>9.0.0</version>-->
<!-- <version>9.0.1</version>-->
<!-- <type>nbm</type>-->
<!-- </artifactItem>-->
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-probav</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-s2msi</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-seawifs</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-spotvgt</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-viirs</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<type>nbm</type>
</artifactItem>
</artifactItems>
Expand Down
6 changes: 3 additions & 3 deletions idepix-avhrr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-avhrr</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
<packaging>nbm</packaging>

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

<properties>
<idepix-core.version>9.0.0</idepix-core.version>
<idepix-core.version>9.0.1</idepix-core.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions idepix-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-core</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>

<packaging>nbm</packaging>

Expand Down
6 changes: 3 additions & 3 deletions idepix-landsat8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-landsat8</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>

<packaging>nbm</packaging>

Expand All @@ -34,7 +34,7 @@
</description>

<properties>
<idepix-core.version>9.0.0</idepix-core.version>
<idepix-core.version>9.0.1</idepix-core.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions idepix-meris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-meris</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>

<packaging>nbm</packaging>

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

<properties>
<idepix-core.version>9.0.0</idepix-core.version>
<s3tbx.version>9.0.0</s3tbx.version>
<idepix-core.version>9.0.1</idepix-core.version>
<s3tbx.version>9.0.3</s3tbx.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions idepix-modis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-modis</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>

<packaging>nbm</packaging>

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

<properties>
<idepix-core.version>9.0.0</idepix-core.version>
<s3tbx.version>9.0.0</s3tbx.version>
<idepix-core.version>9.0.1</idepix-core.version>
<s3tbx.version>9.0.3</s3tbx.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions idepix-olci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-olci</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>

<packaging>nbm</packaging>

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

<properties>
<idepix-core.version>9.0.0</idepix-core.version>
<s3tbx.version>9.0.0</s3tbx.version>
<idepix-core.version>9.0.1</idepix-core.version>
<s3tbx.version>9.0.3</s3tbx.version>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions idepix-olcislstr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-olcislstr</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>

<packaging>nbm</packaging>

Expand All @@ -35,8 +35,8 @@
</description>

<properties>
<idepix-core.version>9.0.0</idepix-core.version>
<s3tbx.version>9.0.0</s3tbx.version>
<idepix-core.version>9.0.1</idepix-core.version>
<s3tbx.version>9.0.3</s3tbx.version>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions idepix-probav/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
<parent>
<groupId>org.esa.snap</groupId>
<artifactId>snap-idepix</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
</parent>

<artifactId>idepix-probav</artifactId>
<version>9.0.1-SNAPSHOT</version>
<version>9.0.1</version>

<packaging>nbm</packaging>

Expand All @@ -34,7 +34,7 @@
</description>

<properties>
<idepix-core.version>9.0.0</idepix-core.version>
<idepix-core.version>9.0.1</idepix-core.version>
</properties>

<dependencies>
Expand Down
Loading

0 comments on commit 08815a1

Please sign in to comment.