Skip to content

Commit

Permalink
MERIS v8.0.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
marpet committed Jul 22, 2021
1 parent 4fa5ef9 commit 0a7cb1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions idepix-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-core</artifactId>
<version>8.0.0</version>
<version>8.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
Expand All @@ -53,7 +53,7 @@
<artifactItem>
<groupId>org.esa.snap</groupId>
<artifactId>idepix-meris</artifactId>
<version>8.0.0</version>
<version>8.0.1</version>
<type>nbm</type>
</artifactItem>
<artifactItem>
Expand Down
2 changes: 1 addition & 1 deletion idepix-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>

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

<packaging>nbm</packaging>

Expand Down
4 changes: 2 additions & 2 deletions idepix-meris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
</parent>

<artifactId>idepix-meris</artifactId>
<version>8.0.1-SNAPSHOT</version>
<version>8.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.version>8.0.1-SNAPSHOT</idepix.version>
<idepix.version>8.0.1</idepix.version>
<s3tbx.version>8.0.2</s3tbx.version>
</properties>

Expand Down

0 comments on commit 0a7cb1c

Please sign in to comment.