Skip to content

Commit 7b981c7

Browse files
authored
Merge pull request #82 from Unidata/2.4.8
2.4.8 Release
2 parents 8a9df35 + 0cdc5fd commit 7b981c7

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ The NOAA/NGDC ncISO team and the Unidata THREDDS team work closely (and with the
2929

3030
| netCDF-Java / TDS Version | threddsISO | threddsISO Tag |
3131
|:--------------------------|:---------------|:---------------|
32-
| 5.9.1 / 5.7-SNAPSHOT | 2.4.8-SNAPSHOT | |
32+
| 5.9.1 / - | 2.4.9-SNAPSHOT | - |
33+
| 5.9.1 / 5.7 | 2.4.8 | **v2.4.8** |
3334
| 5.7.0 / 5.6 | 2.4.7 | **v2.4.7** |
3435
| 5.6.0 / 5.5 | 2.4.6 | **v2.4.6** |
3536
| 5.5.3 / 5.4 | 2.4.5 | **v2.4.5** |

nciso-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>EDS</groupId>
88
<artifactId>threddsIso-parent</artifactId>
9-
<version>2.4.8-SNAPSHOT</version>
9+
<version>2.4.9-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>nciso-common</artifactId>
1212
<packaging>jar</packaging>

nciso/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>EDS</groupId>
88
<artifactId>threddsIso-parent</artifactId>
9-
<version>2.4.8-SNAPSHOT</version>
9+
<version>2.4.9-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>nciso</artifactId>
1212
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>EDS</groupId>
55
<artifactId>threddsIso-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.4.8-SNAPSHOT</version>
7+
<version>2.4.9-SNAPSHOT</version>
88
<scm>
99
<developerConnection>scm:git:https://github.com/Unidata/threddsIso.git</developerConnection>
1010
</scm>

tds-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>EDS</groupId>
88
<artifactId>threddsIso-parent</artifactId>
9-
<version>2.4.8-SNAPSHOT</version>
9+
<version>2.4.9-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>tds-plugin</artifactId>
1212
<dependencies>

0 commit comments

Comments
 (0)