diff --git a/bundler/pom.xml b/bundler/pom.xml index 1b3d412..3e01221 100644 --- a/bundler/pom.xml +++ b/bundler/pom.xml @@ -4,10 +4,10 @@ gov.nsa.datawave.microservice ingest-service-parent - 2.3.0-SNAPSHOT + 2.3.0 bundler-service - 2.3.0-SNAPSHOT + 2.3.0 DATAWAVE Ingest Bundler https://code.nsa.gov/datawave-ingest-service diff --git a/bundler/src/main/chart/Chart.yaml b/bundler/src/main/chart/Chart.yaml index 71c4d59..b052492 100644 --- a/bundler/src/main/chart/Chart.yaml +++ b/bundler/src/main/chart/Chart.yaml @@ -15,15 +15,15 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.0 +version: 2.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.2.0" +appVersion: "2.3.0" dependencies: - name: common repository: file://../../../../common/src/main/chart - version: 2.2.0 \ No newline at end of file + version: 2.3.0 \ No newline at end of file diff --git a/chart/Chart.yaml b/chart/Chart.yaml index b58fb0f..ec325a8 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,19 +2,19 @@ apiVersion: v2 name: datawave-ingest-services description: An unbrella chart for datawave ingest microservices type: application -version: 2.2.0 -appVersion: "2.2.0" +version: 2.3.0 +appVersion: "2.3.0" dependencies: - name: feeder repository: file://../feeder/src/main/chart - version: 2.2.0 + version: 2.3.0 - name: ingest repository: file://../ingest/src/main/chart - version: 2.2.0 + version: 2.3.0 - name: bundler repository: file://../bundler/src/main/chart - version: 2.2.0 + version: 2.3.0 - name: common repository: file://../common/src/main/chart - version: 2.2.0 \ No newline at end of file + version: 2.3.0 \ No newline at end of file diff --git a/common/pom.xml b/common/pom.xml index 968eec2..fd21f63 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,10 +4,10 @@ gov.nsa.datawave.microservice ingest-service-parent - 2.3.0-SNAPSHOT + 2.3.0 ingest-common - 2.3.0-SNAPSHOT + 2.3.0 DATAWAVE Ingest Common https://code.nsa.gov/datawave-ingest-service diff --git a/common/src/main/chart/Chart.yaml b/common/src/main/chart/Chart.yaml index 8e30e90..088532f 100644 --- a/common/src/main/chart/Chart.yaml +++ b/common/src/main/chart/Chart.yaml @@ -15,10 +15,10 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.0 +version: 2.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.2.0" +appVersion: "2.3.0" diff --git a/feeder/pom.xml b/feeder/pom.xml index 48ae945..548708f 100644 --- a/feeder/pom.xml +++ b/feeder/pom.xml @@ -4,10 +4,10 @@ gov.nsa.datawave.microservice ingest-service-parent - 2.3.0-SNAPSHOT + 2.3.0 feeder-service - 2.3.0-SNAPSHOT + 2.3.0 DATAWAVE Feeder https://code.nsa.gov/datawave-ingest-service diff --git a/feeder/src/main/chart/Chart.yaml b/feeder/src/main/chart/Chart.yaml index 48ab7f6..7ea5ef0 100644 --- a/feeder/src/main/chart/Chart.yaml +++ b/feeder/src/main/chart/Chart.yaml @@ -15,15 +15,15 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.0 +version: 2.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.2.0" +appVersion: "2.3.0" dependencies: - name: common repository: file://../../../../common/src/main/chart - version: 2.2.0 + version: 2.3.0 diff --git a/ingest/pom.xml b/ingest/pom.xml index 9d815f3..5bdd55d 100644 --- a/ingest/pom.xml +++ b/ingest/pom.xml @@ -4,10 +4,10 @@ gov.nsa.datawave.microservice ingest-service-parent - 2.3.0-SNAPSHOT + 2.3.0 ingest-service - 2.3.0-SNAPSHOT + 2.3.0 DATAWAVE Ingest Microservice https://code.nsa.gov/datawave-ingest-service diff --git a/ingest/src/main/chart/Chart.yaml b/ingest/src/main/chart/Chart.yaml index 915eb47..d8d3549 100644 --- a/ingest/src/main/chart/Chart.yaml +++ b/ingest/src/main/chart/Chart.yaml @@ -15,15 +15,15 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.0 +version: 2.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.2.0" +appVersion: "2.3.0" dependencies: - name: common repository: file://../../../../common/src/main/chart - version: 2.2.0 \ No newline at end of file + version: 2.3.0 \ No newline at end of file diff --git a/pom.xml b/pom.xml index f0ff8b7..a00492c 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ ingest-service-parent - 2.3.0-SNAPSHOT + 2.3.0 pom https://code.nsa.gov/datawave-ingest-service