Skip to content

Commit

Permalink
Merge pull request #75 from Unidata/2.4.7
Browse files Browse the repository at this point in the history
2.4.7 Release
  • Loading branch information
lesserwhirls authored Jan 30, 2025
2 parents f0c5805 + d6f88ae commit 42d2a9f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ The NOAA/NGDC ncISO team and the Unidata THREDDS team work closely (and with the

| netCDF-Java / TDS Version | threddsISO | threddsISO Tag |
|:------------------------------|:---------------|:---------------|
| 5.6.1-SNAPSHOT / 5.6-SNAPSHOT | 2.4.7-SNAPSHOT | |
| 5.7.1-SNAPSHOT / 5.7-SNAPSHOT | 2.4.8-SNAPSHOT | |
| 5.7.0 / 5.6 | 2.4.7 | **v2.4.7** |
| 5.6.0 / 5.5 | 2.4.6 | **v2.4.6** |
| 5.5.3 / 5.4 | 2.4.5 | **v2.4.5** |
| 5.5.0 / 5.3 | 2.4.3 | **v2.4.3** |
Expand Down
2 changes: 1 addition & 1 deletion nciso-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>EDS</groupId>
<artifactId>threddsIso-parent</artifactId>
<version>2.4.7-SNAPSHOT</version>
<version>2.4.8-SNAPSHOT</version>
</parent>
<artifactId>nciso-common</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion nciso/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>EDS</groupId>
<artifactId>threddsIso-parent</artifactId>
<version>2.4.7-SNAPSHOT</version>
<version>2.4.8-SNAPSHOT</version>
</parent>
<artifactId>nciso</artifactId>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>EDS</groupId>
<artifactId>threddsIso-parent</artifactId>
<packaging>pom</packaging>
<version>2.4.7-SNAPSHOT</version>
<version>2.4.8-SNAPSHOT</version>
<scm>
<developerConnection>scm:git:https://github.com/Unidata/threddsIso.git</developerConnection>
</scm>
Expand Down Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>edu.ucar</groupId>
<artifactId>netcdf-java-testing-platform</artifactId>
<version>5.6.0</version>
<version>5.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -172,8 +172,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -250,7 +250,7 @@
<maven-failsafe-plugin.version>3.2.2</maven-failsafe-plugin.version>

<!-- TDS version, and version for the download-tds artifacts repository (without SNAPSHOT) -->
<tds.version>5.6-SNAPSHOT</tds.version>
<tds.version>5.6</tds.version>
<downloads-tds.version>5.6</downloads-tds.version>
</properties>
</project>
2 changes: 1 addition & 1 deletion tds-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>EDS</groupId>
<artifactId>threddsIso-parent</artifactId>
<version>2.4.7-SNAPSHOT</version>
<version>2.4.8-SNAPSHOT</version>
</parent>
<artifactId>tds-plugin</artifactId>
<dependencies>
Expand Down

0 comments on commit 42d2a9f

Please sign in to comment.