Skip to content

Commit

Permalink
Merge pull request #1489 from CMSgov/release/v2024.2.6
Browse files Browse the repository at this point in the history
Release v2024.2.6 into master
  • Loading branch information
chetanmunegowda authored Jan 2, 2025

Verified

This commit was signed with the committer’s verified signature.
Lord-Kamina Gregorio Litenstein
2 parents edab164 + 638a2f6 commit 382edd6
Showing 12 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion commandline/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

4 changes: 2 additions & 2 deletions converter/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion generate-race-cpcplus/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion generate/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 1 addition & 1 deletion qrda3-update-measures/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion rest-api/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

1 change: 1 addition & 0 deletions rest-api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
spring.main.banner-mode=off
spring.servlet.multipart.max-file-size=-1
spring.servlet.multipart.max-request-size=-1
sun.io.useCanonCaches=false
security.user.password=not_used
server.port=8443
server.ssl.key-store-type=PKCS12
2 changes: 1 addition & 1 deletion test-commons/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

2 changes: 1 addition & 1 deletion test-coverage/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 382edd6

Please sign in to comment.