From 638a2f6e4f7b6da7daccade09663aacd00a7348b Mon Sep 17 00:00:00 2001 From: Chetan Munegowda <chetan.munegowda@semanticbits.com> Date: Tue, 31 Dec 2024 11:50:20 -0500 Subject: [PATCH] QPPA-9859: update version --- acceptance-tests/pom.xml | 2 +- commandline/pom.xml | 2 +- commons/pom.xml | 2 +- converter/pom.xml | 4 ++-- generate-race-cpcplus/pom.xml | 2 +- generate/pom.xml | 2 +- pom.xml | 2 +- qrda3-update-measures/pom.xml | 2 +- rest-api/pom.xml | 2 +- test-commons/pom.xml | 2 +- test-coverage/pom.xml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/acceptance-tests/pom.xml b/acceptance-tests/pom.xml index 278f0da4b..2219725e0 100644 --- a/acceptance-tests/pom.xml +++ b/acceptance-tests/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>acceptance-tests</artifactId> <groupId>gov.cms.qpp.conversion</groupId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <name>conversion-tests</name> <packaging>jar</packaging> <properties> diff --git a/commandline/pom.xml b/commandline/pom.xml index 2e15bd57b..6a7c80c5b 100644 --- a/commandline/pom.xml +++ b/commandline/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>gov.cms.qpp.conversion</groupId> <artifactId>qpp-conversion-tool-parent</artifactId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/commons/pom.xml b/commons/pom.xml index 07557ed7d..b0a98957e 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>gov.cms.qpp.conversion</groupId> <artifactId>qpp-conversion-tool-parent</artifactId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/converter/pom.xml b/converter/pom.xml index 642eb262a..2e7f8a450 100644 --- a/converter/pom.xml +++ b/converter/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>gov.cms.qpp.conversion</groupId> <artifactId>qpp-conversion-tool-parent</artifactId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../pom.xml</relativePath> </parent> @@ -170,7 +170,7 @@ <dependency> <groupId>gov.cms.qpp.conversion</groupId> <artifactId>commons</artifactId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <scope>compile</scope> </dependency> diff --git a/generate-race-cpcplus/pom.xml b/generate-race-cpcplus/pom.xml index 8998a2a7a..7b7ac5e4c 100644 --- a/generate-race-cpcplus/pom.xml +++ b/generate-race-cpcplus/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>qpp-conversion-tool-parent</artifactId> <groupId>gov.cms.qpp.conversion</groupId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/generate/pom.xml b/generate/pom.xml index d8b679eb1..bc86969de 100644 --- a/generate/pom.xml +++ b/generate/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>qpp-conversion-tool-parent</artifactId> <groupId>gov.cms.qpp.conversion</groupId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index e5391e908..9b3e8b087 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>gov.cms.qpp.conversion</groupId> <artifactId>qpp-conversion-tool-parent</artifactId> <packaging>pom</packaging> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <name>QPP Conversion Tool</name> <properties> diff --git a/qrda3-update-measures/pom.xml b/qrda3-update-measures/pom.xml index 5bbcd3540..ad7bfa6e7 100644 --- a/qrda3-update-measures/pom.xml +++ b/qrda3-update-measures/pom.xml @@ -3,7 +3,7 @@ <parent> <artifactId>qpp-conversion-tool-parent</artifactId> <groupId>gov.cms.qpp.conversion</groupId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../</relativePath> </parent> diff --git a/rest-api/pom.xml b/rest-api/pom.xml index bc14bdfac..cffc9ec18 100644 --- a/rest-api/pom.xml +++ b/rest-api/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>gov.cms.qpp.conversion</groupId> <artifactId>qpp-conversion-tool-parent</artifactId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/test-commons/pom.xml b/test-commons/pom.xml index 0a7d32cc8..ab415f8b7 100644 --- a/test-commons/pom.xml +++ b/test-commons/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>gov.cms.qpp.conversion</groupId> <artifactId>qpp-conversion-tool-parent</artifactId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml index 494e975bc..6e2977837 100644 --- a/test-coverage/pom.xml +++ b/test-coverage/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>gov.cms.qpp.conversion</groupId> <artifactId>qpp-conversion-tool-parent</artifactId> - <version>2024.2.5-RELEASE</version> + <version>2024.2.6-RELEASE</version> <relativePath>../pom.xml</relativePath> </parent>