Skip to content

Commit b2d5c6d

Browse files
committed
update to SNAP 8.0.2
1 parent d677daf commit b2d5c6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Updates from version 1.5.2 to 1.5.3
2-
* updated to use SNAP version 8.0.0
2+
* updated to use SNAP version 8.0.2
33
* added random string to SLSTR uncompressed temp directory
44
* updated workflow handling to new PMonitor version
55
* updated random seed strategy: keeps on iterating after IOException

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<dependency>
2828
<groupId>org.esa.snap</groupId>
2929
<artifactId>snap-core</artifactId>
30-
<version>8.0.0</version>
30+
<version>8.0.2</version>
3131
</dependency>
3232

3333
<dependency>
3434
<groupId>org.esa.snap</groupId>
3535
<artifactId>snap-engine-utilities</artifactId>
36-
<version>8.0.0</version>
36+
<version>8.0.2</version>
3737
</dependency>
3838

3939
<dependency>
4040
<groupId>org.esa.snap</groupId>
4141
<artifactId>snap-envisat-reader</artifactId>
42-
<version>8.0.0</version>
42+
<version>8.0.2</version>
4343
</dependency>
4444

4545
<dependency>

0 commit comments

Comments
 (0)