Skip to content

Commit

Permalink
Merge pull request #71 from tdrwenski/2.4.6
Browse files Browse the repository at this point in the history
Release 2.4.6
  • Loading branch information
tdrwenski authored Jul 16, 2024
2 parents 625bc02 + ed9115a commit f67620c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.6-SNAPSHOT</version>
<version>2.4.7-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.6-SNAPSHOT</version>
<version>2.4.7-SNAPSHOT</version>
</parent>
<artifactId>nciso</artifactId>
<dependencies>
Expand Down
8 changes: 4 additions & 4 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.6-SNAPSHOT</version>
<version>2.4.7-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.5.4-SNAPSHOT</version>
<version>5.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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.5-SNAPSHOT</tds.version>
<downloads-tds.version>5.5</downloads-tds.version>
<tds.version>5.6-SNAPSHOT</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.6-SNAPSHOT</version>
<version>2.4.7-SNAPSHOT</version>
</parent>
<artifactId>tds-plugin</artifactId>
<dependencies>
Expand Down

0 comments on commit f67620c

Please sign in to comment.