Skip to content

Commit d654f4f

Browse files
authored
Merge pull request #76 from lesserwhirls/ncj
Update to netCDF-Java 5.8.0 release
2 parents 42d2a9f + 7ae4eb6 commit d654f4f

File tree

4 files changed

+29
-63
lines changed

4 files changed

+29
-63
lines changed

.github/workflows/threddsIso-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: ${{ matrix.java }}
1919
distribution: ${{ matrix.distribution }}
2020
- name: Cache local Maven repository
21-
uses: actions/cache@v2
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.m2/repository
2424
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -27,30 +27,30 @@ The NOAA/NGDC ncISO team and the Unidata THREDDS team work closely (and with the
2727

2828
### Tags
2929

30-
| netCDF-Java / TDS Version | threddsISO | threddsISO Tag |
31-
|:------------------------------|:---------------|:---------------|
32-
| 5.7.1-SNAPSHOT / 5.7-SNAPSHOT | 2.4.8-SNAPSHOT | |
33-
| 5.7.0 / 5.6 | 2.4.7 | **v2.4.7** |
34-
| 5.6.0 / 5.5 | 2.4.6 | **v2.4.6** |
35-
| 5.5.3 / 5.4 | 2.4.5 | **v2.4.5** |
36-
| 5.5.0 / 5.3 | 2.4.3 | **v2.4.3** |
37-
| 5.4.2 / 5.2 | 2.4.2 | **v2.4.2** |
38-
| 5.4.2 / 5.1 | 2.4.1 | **v2.4.1** |
39-
| 5.4.2 / 5.0 | 2.4.0 | **v2.4.0** |
40-
| 4.6.17 | 2.2.15 | **v2.2.15** |
41-
| 4.6.16 | 2.2.14 | **v2.2.14** |
42-
| 4.6.15 | 2.2.13 | **v2.2.13** |
43-
| 4.6.15 | 2.2.13 | **v2.2.13** |
44-
| 4.6.14 | 2.2.12 | **v2.2.12** |
45-
| 4.6.12 | 2.2.11 | **v2.2.11** |
46-
| 4.6.11 | 2.2.10 | **v2.2.10** |
47-
| 4.6.9 | 2.2.9 | **v2.2.9** |
48-
| 4.6.4 | 2.2.8 | **v2.2.8** |
49-
| 4.6.1 | 2.2.6 | **v2.2.6** |
50-
| 4.6.0 | 2.2.5 | **v2.2.5** |
51-
| 4.5.4 | 2.2.4 | **v2.2.4** |
52-
| 4.3 | 2.2.2 | **v2.2.2** |
53-
| 4.2 | 2.0.2 | **v2.0.2** |
30+
| netCDF-Java / TDS Version | threddsISO | threddsISO Tag |
31+
|:--------------------------|:---------------|:---------------|
32+
| 5.8.0 / 5.7-SNAPSHOT | 2.4.8-SNAPSHOT | |
33+
| 5.7.0 / 5.6 | 2.4.7 | **v2.4.7** |
34+
| 5.6.0 / 5.5 | 2.4.6 | **v2.4.6** |
35+
| 5.5.3 / 5.4 | 2.4.5 | **v2.4.5** |
36+
| 5.5.0 / 5.3 | 2.4.3 | **v2.4.3** |
37+
| 5.4.2 / 5.2 | 2.4.2 | **v2.4.2** |
38+
| 5.4.2 / 5.1 | 2.4.1 | **v2.4.1** |
39+
| 5.4.2 / 5.0 | 2.4.0 | **v2.4.0** |
40+
| 4.6.17 | 2.2.15 | **v2.2.15** |
41+
| 4.6.16 | 2.2.14 | **v2.2.14** |
42+
| 4.6.15 | 2.2.13 | **v2.2.13** |
43+
| 4.6.15 | 2.2.13 | **v2.2.13** |
44+
| 4.6.14 | 2.2.12 | **v2.2.12** |
45+
| 4.6.12 | 2.2.11 | **v2.2.11** |
46+
| 4.6.11 | 2.2.10 | **v2.2.10** |
47+
| 4.6.9 | 2.2.9 | **v2.2.9** |
48+
| 4.6.4 | 2.2.8 | **v2.2.8** |
49+
| 4.6.1 | 2.2.6 | **v2.2.6** |
50+
| 4.6.0 | 2.2.5 | **v2.2.5** |
51+
| 4.5.4 | 2.2.4 | **v2.2.4** |
52+
| 4.3 | 2.2.2 | **v2.2.2** |
53+
| 4.2 | 2.0.2 | **v2.0.2** |
5454

5555
### Active Branches
5656

pom.xml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<repository>
2727
<id>unidata-all</id>
2828
<name>Unidata Artifacts</name>
29-
<url>https://artifacts.unidata.ucar.edu/content/repositories/unidata-all/</url>
29+
<url>https://artifacts.unidata.ucar.edu/repository/unidata-all/</url>
3030
<snapshots>
3131
<enabled>true</enabled>
3232
<updatePolicy>always</updatePolicy>
@@ -36,19 +36,6 @@
3636
<updatePolicy>never</updatePolicy>
3737
</releases>
3838
</repository>
39-
<repository>
40-
<id>Snapshot Repository</id>
41-
<name>Snapshot Repository</name>
42-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
43-
<snapshots>
44-
<enabled>true</enabled>
45-
<updatePolicy>always</updatePolicy>
46-
</snapshots>
47-
<releases>
48-
<enabled>false</enabled>
49-
<updatePolicy>never</updatePolicy>
50-
</releases>
51-
</repository>
5239
</repositories>
5340
<distributionManagement>
5441
<repository>
@@ -74,7 +61,7 @@
7461
<dependency>
7562
<groupId>edu.ucar</groupId>
7663
<artifactId>netcdf-java-testing-platform</artifactId>
77-
<version>5.7.0</version>
64+
<version>5.8.0</version>
7865
<type>pom</type>
7966
<scope>import</scope>
8067
</dependency>
@@ -249,8 +236,7 @@
249236
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
250237
<maven-failsafe-plugin.version>3.2.2</maven-failsafe-plugin.version>
251238

252-
<!-- TDS version, and version for the download-tds artifacts repository (without SNAPSHOT) -->
253-
<tds.version>5.6</tds.version>
254-
<downloads-tds.version>5.6</downloads-tds.version>
239+
<!-- TDS version -->
240+
<tds.version>5.7-SNAPSHOT</tds.version>
255241
</properties>
256242
</project>

tds-plugin/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -143,26 +143,6 @@
143143
</execution>
144144
</executions>
145145
</plugin>
146-
<plugin>
147-
<groupId>org.codehaus.mojo</groupId>
148-
<artifactId>wagon-maven-plugin</artifactId>
149-
<executions>
150-
<execution>
151-
<id>upload-to-downloads-page</id>
152-
<phase>deploy</phase>
153-
<goals>
154-
<goal>upload</goal>
155-
</goals>
156-
<configuration>
157-
<fromDir>${project.build.directory}</fromDir>
158-
<includes>${project.build.finalName}-jar-with-dependencies.*</includes>
159-
<url>https://artifacts.unidata.ucar.edu/content/repositories/downloads-tds/${downloads-tds.version}/</url>
160-
<!-- Server ID to use for authentication -->
161-
<serverId>unidata-snapshots</serverId>
162-
</configuration>
163-
</execution>
164-
</executions>
165-
</plugin>
166146
</plugins>
167147
</build>
168148
</project>

0 commit comments

Comments
 (0)