Skip to content

Commit 1fbf772

Browse files
committed
Preparing Release 2.6.1
1 parent 1d1fa0b commit 1fbf772

File tree

10 files changed

+26
-26
lines changed

10 files changed

+26
-26
lines changed

bundler/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>gov.nsa.datawave.microservice</groupId>
66
<artifactId>ingest-service-parent</artifactId>
7-
<version>2.7.0-SNAPSHOT</version>
7+
<version>2.6.1</version>
88
</parent>
99
<artifactId>bundler-service</artifactId>
10-
<version>2.7.0-SNAPSHOT</version>
10+
<version>2.6.1</version>
1111
<description>DATAWAVE Ingest Bundler</description>
1212
<url>https://code.nsa.gov/datawave-ingest-service</url>
1313
<scm>

bundler/src/main/chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.6.0
18+
version: 2.6.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.6.0"
24+
appVersion: "2.6.1"
2525

2626
dependencies:
2727
- name: common
2828
repository: file://../../../../common/src/main/chart
29-
version: 2.6.0
29+
version: 2.6.1

chart/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ apiVersion: v2
22
name: datawave-ingest-services
33
description: An unbrella chart for datawave ingest microservices
44
type: application
5-
version: 2.6.0
6-
appVersion: "2.6.0"
5+
version: 2.6.1
6+
appVersion: "2.6.1"
77

88
dependencies:
99
- name: feeder
1010
repository: file://../feeder/src/main/chart
11-
version: 2.6.0
11+
version: 2.6.1
1212
- name: ingest
1313
repository: file://../ingest/src/main/chart
14-
version: 2.6.0
14+
version: 2.6.1
1515
- name: bundler
1616
repository: file://../bundler/src/main/chart
17-
version: 2.6.0
17+
version: 2.6.1
1818
- name: common
1919
repository: file://../common/src/main/chart
20-
version: 2.6.0
20+
version: 2.6.1

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>gov.nsa.datawave.microservice</groupId>
66
<artifactId>ingest-service-parent</artifactId>
7-
<version>2.7.0-SNAPSHOT</version>
7+
<version>2.6.1</version>
88
</parent>
99
<artifactId>ingest-common</artifactId>
10-
<version>2.7.0-SNAPSHOT</version>
10+
<version>2.6.1</version>
1111
<description>DATAWAVE Ingest Common</description>
1212
<url>https://code.nsa.gov/datawave-ingest-service</url>
1313
<scm>

common/src/main/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: library
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.6.0
18+
version: 2.6.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.6.0"
24+
appVersion: "2.6.1"

feeder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>gov.nsa.datawave.microservice</groupId>
66
<artifactId>ingest-service-parent</artifactId>
7-
<version>2.7.0-SNAPSHOT</version>
7+
<version>2.6.1</version>
88
</parent>
99
<artifactId>feeder-service</artifactId>
10-
<version>2.7.0-SNAPSHOT</version>
10+
<version>2.6.1</version>
1111
<description>DATAWAVE Feeder</description>
1212
<url>https://code.nsa.gov/datawave-ingest-service</url>
1313
<scm>

feeder/src/main/chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.6.0
18+
version: 2.6.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.6.0"
24+
appVersion: "2.6.1"
2525

2626
dependencies:
2727
- name: common
2828
repository: file://../../../../common/src/main/chart
29-
version: 2.6.0
29+
version: 2.6.1

ingest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>gov.nsa.datawave.microservice</groupId>
66
<artifactId>ingest-service-parent</artifactId>
7-
<version>2.7.0-SNAPSHOT</version>
7+
<version>2.6.1</version>
88
</parent>
99
<artifactId>ingest-service</artifactId>
10-
<version>2.7.0-SNAPSHOT</version>
10+
<version>2.6.1</version>
1111
<description>DATAWAVE Ingest Microservice</description>
1212
<url>https://code.nsa.gov/datawave-ingest-service</url>
1313
<scm>

ingest/src/main/chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.6.0
18+
version: 2.6.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.6.0"
24+
appVersion: "2.6.1"
2525

2626
dependencies:
2727
- name: common
2828
repository: file://../../../../common/src/main/chart
29-
version: 2.6.0
29+
version: 2.6.1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath />
99
</parent>
1010
<artifactId>ingest-service-parent</artifactId>
11-
<version>2.7.0-SNAPSHOT</version>
11+
<version>2.6.1</version>
1212
<packaging>pom</packaging>
1313
<url>https://code.nsa.gov/datawave-ingest-service</url>
1414
<modules>

0 commit comments

Comments
 (0)