Skip to content

Commit d4278dd

Browse files
committed
update version
1 parent 9b3f510 commit d4278dd

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

build_and_install_on_cems.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ mvn clean install package assembly:directory
66
# echo "clean up bin dir"
77
echo "copy build result to bin dir"
88
rm -rf /gws/nopw/j04/fiduceo/Software/mms/bin/*
9-
cp -a target/fiduceo-master-1.5.7-MMS/* /gws/nopw/j04/fiduceo/Software/mms/bin
9+
cp -a target/fiduceo-master-1.5.8-MMS/* /gws/nopw/j04/fiduceo/Software/mms/bin
1010

build_and_install_on_cems_sst.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ mvn clean install package assembly:directory
66
# echo "clean up bin dir"
77
echo "copy build result to bin dir"
88
rm -rf /gws/nopw/j04/esacci_sst/mms_new/bin/*
9-
cp -a target/fiduceo-master-1.5.7-MMS/* /gws/nopw/j04/esacci_sst/mms_new/bin
9+
cp -a target/fiduceo-master-1.5.8-MMS/* /gws/nopw/j04/esacci_sst/mms_new/bin
1010

cems/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>fiduceo-master</artifactId>
2727
<groupId>com.bc.fiduceo</groupId>
28-
<version>1.5.7</version>
28+
<version>1.5.8</version>
2929
</parent>
3030

3131
<modelVersion>4.0.0</modelVersion>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>fiduceo-master</artifactId>
77
<groupId>com.bc.fiduceo</groupId>
8-
<version>1.5.7</version>
8+
<version>1.5.8</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>

core/src/test/java/com/bc/fiduceo/db/DbMaintenanceToolIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public void testInvalidCommandLine() throws ParseException {
6161
psE.flush();
6262

6363
assertEquals("", out.toString());
64-
assertEquals("db-maintenance-tool version 1.5.7" + ls +
64+
assertEquals("db-maintenance-tool version 1.5.8" + ls +
6565
ls +
6666
"usage: db_maintenance <options>" + ls +
6767
"Valid options are:" + ls +

core/src/test/java/com/bc/fiduceo/db/DbMaintenanceToolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void testPrintUsageTo() {
5959

6060
tool.printUsageTo(stream);
6161

62-
assertEquals("db-maintenance-tool version 1.5.7" + ls +
62+
assertEquals("db-maintenance-tool version 1.5.8" + ls +
6363
ls +
6464
"usage: db_maintenance <options>" + ls +
6565
"Valid options are:" + ls +

google-s2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.bc.fiduceo</groupId>
1010
<artifactId>google-s2</artifactId>
11-
<version>1.5.7</version>
11+
<version>1.5.8</version>
1212

1313
<dependencies>
1414
<dependency>

ingestion-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>fiduceo-master</artifactId>
2727
<groupId>com.bc.fiduceo</groupId>
28-
<version>1.5.7</version>
28+
<version>1.5.8</version>
2929
</parent>
3030

3131
<modelVersion>4.0.0</modelVersion>

ingestion-tool/src/test/java/com/bc/fiduceo/ingest/IngestionToolTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void testPrintUsageTo() {
5959

6060
ingestionTool.printUsageTo(outputStream);
6161

62-
assertEquals("ingestion-tool version 1.5.7" + ls +
62+
assertEquals("ingestion-tool version 1.5.8" + ls +
6363
ls +
6464
"usage: ingestion-tool <options>" + ls +
6565
"Valid options are:" + ls +

matchup-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<artifactId>fiduceo-master</artifactId>
2727
<groupId>com.bc.fiduceo</groupId>
28-
<version>1.5.7</version>
28+
<version>1.5.8</version>
2929
</parent>
3030

3131
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)