Skip to content

Commit

Permalink
change v-number
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineEmbacher committed Apr 11, 2024
1 parent 9486be0 commit 603ec19
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Updates from version 1.5.8 to 1.5.9
### Updates from version 1.5.8 to 1.6.0
* era5 post processing .. In era5-post-processing-general-info.xml a fill value per
variable can be defined.
* era5 post processing .. can now load generalized information from an optional
Expand Down
2 changes: 1 addition & 1 deletion cems/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void testInvalidCommandLine() throws ParseException {
psE.flush();

assertEquals("", out.toString());
assertEquals("db-maintenance-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("db-maintenance-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: db_maintenance <options>" + ls +
"Valid options are:" + ls +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void testPrintUsageTo() {

tool.printUsageTo(stream);

assertEquals("db-maintenance-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("db-maintenance-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: db_maintenance <options>" + ls +
"Valid options are:" + ls +
Expand Down
2 changes: 1 addition & 1 deletion core/src/test/java/com/bc/fiduceo/qc/MmdQCToolTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public void testPrintUsageTo() {

MmdQCTool.printUsageTo(outputStream);

assertEquals("mmd-qc-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("mmd-qc-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: mmd-qc-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down
2 changes: 1 addition & 1 deletion google-s2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.bc.fiduceo</groupId>
<artifactId>google-s2</artifactId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ingestion-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void testPrintUsageTo() {

ingestionTool.printUsageTo(outputStream);

assertEquals("ingestion-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("ingestion-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: ingestion-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down
2 changes: 1 addition & 1 deletion matchup-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
public class MatchupToolIntegrationTest {

private final String ls = System.lineSeparator();
private final String expectedPrintUsage = "matchup-tool version 1.5.9-SNAPSHOT" + ls +
private final String expectedPrintUsage = "matchup-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: matchup-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void testPrintUsageTo() {

matchupTool.printUsageTo(outputStream);

assertEquals("matchup-tool version 1.5.9-SNAPSHOT" + ls +
assertEquals("matchup-tool version 1.6.0-SNAPSHOT" + ls +
ls +
"usage: matchup-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<groupId>com.bc.fiduceo</groupId>
<artifactId>fiduceo-master</artifactId>
<packaging>pom</packaging>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>

<properties>
<mms.version>1.5.9-SNAPSHOT</mms.version>
<mms.version>1.6.0-SNAPSHOT</mms.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion post-processing-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>fiduceo-master</artifactId>
<groupId>com.bc.fiduceo</groupId>
<version>1.5.9-SNAPSHOT</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void testPrintUsage() {
PostProcessingTool.printUsageTo(out);

final String ls = System.lineSeparator();
final String expected = "post-processing-tool version 1.5.9-SNAPSHOT" + ls +
final String expected = "post-processing-tool version 1.6.0-SNAPSHOT" + ls +
"" + ls +
"usage: post-processing-tool <options>" + ls +
"Valid options are:" + ls +
Expand Down

0 comments on commit 603ec19

Please sign in to comment.