Skip to content

Commit

Permalink
#1078 changing version and keeping table files
Browse files Browse the repository at this point in the history
  • Loading branch information
fmendezh committed Sep 12, 2024
1 parent cc6bb0e commit d7e1d9d
Show file tree
Hide file tree
Showing 42 changed files with 41 additions and 45 deletions.
2 changes: 1 addition & 1 deletion gbif/coordinator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>gbif</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/coordinator/tasks-integration-tests-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>coordinator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/coordinator/tasks-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>coordinator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/coordinator/tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>coordinator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/identifiers/diagnostics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>identifiers</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/identifiers/identifiers-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>identifiers</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/identifiers/keygen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>identifiers</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/identifiers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>gbif</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/ingestion/clustering-gbif/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>ingestion</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/ingestion/ingest-gbif-beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>ingestion</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,6 @@ public static void run(
}

log.info("Save metrics into the file and set files owner");
// Delete root directory of table records
FsUtils.deleteIfExist(
hdfsConfigs, PathBuilder.buildFilePathViewUsingInputPath(options, recordType));

MetricsHandler.saveCountersToInputPathFile(options, result.metrics());
String metadataPath =
PathBuilder.buildDatasetAttemptPath(options, options.getMetaFileName(), true);
Expand Down
2 changes: 1 addition & 1 deletion gbif/ingestion/ingest-gbif-fragmenter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>ingestion</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/ingestion/ingest-gbif-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>ingestion</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/ingestion/ingestion-integration-tests-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>ingestion</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/ingestion/ingestion-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>ingestion</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/ingestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>gbif</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/ingestion/pre-backbone-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>ingestion</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>pipelines-parent</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/pipelines-validator-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>validator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>gbif</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/validator-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>validator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/validator-checklists/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>validator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/validator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>validator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/validator-eml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>validator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/validator-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>validator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/validator-mail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>validator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion gbif/validator/validator-ws-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>validator</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.gbif.pipelines</groupId>
<artifactId>pipelines-parent</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sdks/beam-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>sdks</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/beam-transforms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>sdks</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>sdks</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>sdks</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/plugins/maven-avro-annotation-editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>plugins</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/plugins/maven-extension-avsc-schema-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>plugins</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/plugins/maven-extension-java-code-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>plugins</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sdks</artifactId>
<groupId>org.gbif.pipelines</groupId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>pipelines-parent</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/sdks-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>sdks</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/tools/archives-converters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>sdks-tools</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/tools/elasticsearch-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>sdks-tools</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sdks</artifactId>
<groupId>org.gbif.pipelines</groupId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sdks/variables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.gbif.pipelines</groupId>
<artifactId>sdks</artifactId>
<version>2.19.0-SNAPSHOT</version>
<version>2.19.0-ICEBERG-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d7e1d9d

Please sign in to comment.