Skip to content

Commit

Permalink
Preparing Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 26, 2024
1 parent 1d1fa0b commit 1fbf772
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions bundler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>ingest-service-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>bundler-service</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
<description>DATAWAVE Ingest Bundler</description>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<scm>
Expand Down
6 changes: 3 additions & 3 deletions bundler/src/main/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0
version: 2.6.1

# 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.6.0"
appVersion: "2.6.1"

dependencies:
- name: common
repository: file://../../../../common/src/main/chart
version: 2.6.0
version: 2.6.1
12 changes: 6 additions & 6 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ apiVersion: v2
name: datawave-ingest-services
description: An unbrella chart for datawave ingest microservices
type: application
version: 2.6.0
appVersion: "2.6.0"
version: 2.6.1
appVersion: "2.6.1"

dependencies:
- name: feeder
repository: file://../feeder/src/main/chart
version: 2.6.0
version: 2.6.1
- name: ingest
repository: file://../ingest/src/main/chart
version: 2.6.0
version: 2.6.1
- name: bundler
repository: file://../bundler/src/main/chart
version: 2.6.0
version: 2.6.1
- name: common
repository: file://../common/src/main/chart
version: 2.6.0
version: 2.6.1
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>ingest-service-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>ingest-common</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
<description>DATAWAVE Ingest Common</description>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<scm>
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0
version: 2.6.1

# 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.6.0"
appVersion: "2.6.1"
4 changes: 2 additions & 2 deletions feeder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>ingest-service-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>feeder-service</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
<description>DATAWAVE Feeder</description>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<scm>
Expand Down
6 changes: 3 additions & 3 deletions feeder/src/main/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0
version: 2.6.1

# 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.6.0"
appVersion: "2.6.1"

dependencies:
- name: common
repository: file://../../../../common/src/main/chart
version: 2.6.0
version: 2.6.1
4 changes: 2 additions & 2 deletions ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>gov.nsa.datawave.microservice</groupId>
<artifactId>ingest-service-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
</parent>
<artifactId>ingest-service</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
<description>DATAWAVE Ingest Microservice</description>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<scm>
Expand Down
6 changes: 3 additions & 3 deletions ingest/src/main/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0
version: 2.6.1

# 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.6.0"
appVersion: "2.6.1"

dependencies:
- name: common
repository: file://../../../../common/src/main/chart
version: 2.6.0
version: 2.6.1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath />
</parent>
<artifactId>ingest-service-parent</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.6.1</version>
<packaging>pom</packaging>
<url>https://code.nsa.gov/datawave-ingest-service</url>
<modules>
Expand Down

0 comments on commit 1fbf772

Please sign in to comment.