Skip to content

Commit 42d2a9f

Browse files
authored
Merge pull request #75 from Unidata/2.4.7
2.4.7 Release
2 parents f0c5805 + d6f88ae commit 42d2a9f

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
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.6.1-SNAPSHOT / 5.6-SNAPSHOT | 2.4.7-SNAPSHOT | |
32+
| 5.7.1-SNAPSHOT / 5.7-SNAPSHOT | 2.4.8-SNAPSHOT | |
33+
| 5.7.0 / 5.6 | 2.4.7 | **v2.4.7** |
3334
| 5.6.0 / 5.5 | 2.4.6 | **v2.4.6** |
3435
| 5.5.3 / 5.4 | 2.4.5 | **v2.4.5** |
3536
| 5.5.0 / 5.3 | 2.4.3 | **v2.4.3** |

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.7-SNAPSHOT</version>
9+
<version>2.4.8-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.7-SNAPSHOT</version>
9+
<version>2.4.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>nciso</artifactId>
1212
<dependencies>

pom.xml

Lines changed: 5 additions & 5 deletions
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.7-SNAPSHOT</version>
7+
<version>2.4.8-SNAPSHOT</version>
88
<scm>
99
<developerConnection>scm:git:https://github.com/Unidata/threddsIso.git</developerConnection>
1010
</scm>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>edu.ucar</groupId>
7676
<artifactId>netcdf-java-testing-platform</artifactId>
77-
<version>5.6.0</version>
77+
<version>5.7.0</version>
7878
<type>pom</type>
7979
<scope>import</scope>
8080
</dependency>
@@ -172,8 +172,8 @@
172172
<artifactId>maven-compiler-plugin</artifactId>
173173
<version>${maven-compiler-plugin.version}</version>
174174
<configuration>
175-
<source>11</source>
176-
<target>11</target>
175+
<source>17</source>
176+
<target>17</target>
177177
</configuration>
178178
</plugin>
179179
<plugin>
@@ -250,7 +250,7 @@
250250
<maven-failsafe-plugin.version>3.2.2</maven-failsafe-plugin.version>
251251

252252
<!-- TDS version, and version for the download-tds artifacts repository (without SNAPSHOT) -->
253-
<tds.version>5.6-SNAPSHOT</tds.version>
253+
<tds.version>5.6</tds.version>
254254
<downloads-tds.version>5.6</downloads-tds.version>
255255
</properties>
256256
</project>

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.7-SNAPSHOT</version>
9+
<version>2.4.8-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>tds-plugin</artifactId>
1212
<dependencies>

0 commit comments

Comments
 (0)