Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 2daab2c

Browse files
committed
release 1.5.7 of seadas-reader
1 parent e045616 commit 2daab2c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

beam-obpg-reader/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727

2828
<artifactId>beam-obpg-reader</artifactId>
2929
<name>BEAM NASA Ocean Color Product Reader</name>
30-
<version>5.0.1-SNAPSHOT</version>
30+
<version>5.0.1</version>
3131

3232
<dependencies>
3333
<dependency>
3434
<groupId>gov.nasa.gsfc.seadas</groupId>
3535
<artifactId>seadas-reader</artifactId>
36-
<version>1.5.7-SNAPSHOT</version>
36+
<version>1.5.7</version>
3737
<exclusions>
3838
<exclusion>
3939
<groupId>org.esa.beam</groupId>

beam-reader-tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
<dependency>
6464
<groupId>gov.nasa.gsfc.seadas</groupId>
6565
<artifactId>seadas-reader</artifactId>
66-
<version>1.5.7-SNAPSHOT</version>
66+
<version>1.5.7</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>gov.nasa.gsfc.seadas</groupId>
7070
<artifactId>seadas-reader</artifactId>
71-
<version>1.5.7-SNAPSHOT</version>
71+
<version>1.5.7</version>
7272
<type>test-jar</type>
7373
</dependency>
7474
<dependency>

seadas-reader/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>gov.nasa.gsfc.seadas</groupId>
2929
<artifactId>seadas-reader</artifactId>
3030
<name>SeaDAS OBPG Ocean Color Product Reader</name>
31-
<version>1.5.7-SNAPSHOT</version>
31+
<version>1.5.7</version>
3232
<description>A reader for NASA Ocean Color (OBPG) Data Products</description>
3333

3434
<dependencies>

0 commit comments

Comments
 (0)