Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBlock committed Jan 5, 2023
1 parent 9b3f510 commit d4278dd
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build_and_install_on_cems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ mvn clean install package assembly:directory
# echo "clean up bin dir"
echo "copy build result to bin dir"
rm -rf /gws/nopw/j04/fiduceo/Software/mms/bin/*
cp -a target/fiduceo-master-1.5.7-MMS/* /gws/nopw/j04/fiduceo/Software/mms/bin
cp -a target/fiduceo-master-1.5.8-MMS/* /gws/nopw/j04/fiduceo/Software/mms/bin

2 changes: 1 addition & 1 deletion build_and_install_on_cems_sst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ mvn clean install package assembly:directory
# echo "clean up bin dir"
echo "copy build result to bin dir"
rm -rf /gws/nopw/j04/esacci_sst/mms_new/bin/*
cp -a target/fiduceo-master-1.5.7-MMS/* /gws/nopw/j04/esacci_sst/mms_new/bin
cp -a target/fiduceo-master-1.5.8-MMS/* /gws/nopw/j04/esacci_sst/mms_new/bin

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.7</version>
<version>1.5.8</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.7</version>
<version>1.5.8</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.7" + ls +
assertEquals("db-maintenance-tool version 1.5.8" + 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.7" + ls +
assertEquals("db-maintenance-tool version 1.5.8" + ls +
ls +
"usage: db_maintenance <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.7</version>
<version>1.5.8</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.7</version>
<version>1.5.8</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.7" + ls +
assertEquals("ingestion-tool version 1.5.8" + 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.7</version>
<version>1.5.8</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.7" + ls +
private final String expectedPrintUsage = "matchup-tool version 1.5.8" + 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 @@ -84,7 +84,7 @@ public void testPrintUsageTo() {

matchupTool.printUsageTo(outputStream);

assertEquals("matchup-tool version 1.5.7" + ls +
assertEquals("matchup-tool version 1.5.8" + 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.7</version>
<version>1.5.8</version>

<properties>
<mms.version>1.5.7</mms.version>
<mms.version>1.5.8</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.7</version>
<version>1.5.8</version>
</parent>

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

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

0 comments on commit d4278dd

Please sign in to comment.