Skip to content

Commit 52f96ae

Browse files
Samuel AquinoSamuel Aquino
authored andcommitted
Update poms to 15.3.0
1 parent f1dc62d commit 52f96ae

File tree

13 files changed

+13
-14
lines changed

13 files changed

+13
-14
lines changed

acceptance-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>acceptance-tests</artifactId>
55
<groupId>gov.cms.qpp.conversion</groupId>
6-
<version>14.5.0-RELEASE</version>
6+
<version>15.3.0-RELEASE</version>
77
<name>conversion-tests</name>
88
<packaging>jar</packaging>
99
<properties>

commandline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gov.cms.qpp.conversion</groupId>
88
<artifactId>qpp-conversion-tool-parent</artifactId>
9-
<version>14.5.0-RELEASE</version>
9+
<version>15.3.0-RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gov.cms.qpp.conversion</groupId>
88
<artifactId>qpp-conversion-tool-parent</artifactId>
9-
<version>14.5.0-RELEASE</version>
9+
<version>15.3.0-RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

commons/src/main/resources/measures-data.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,8 +1963,7 @@
19631963
"internalMedicine",
19641964
"preventiveMedicine",
19651965
"nephrology",
1966-
"endocrinology",
1967-
"nutritionDietician"
1966+
"endocrinology"
19681967
],
19691968
"measureSpecification": {
19701969
"electronicHealthRecord": "https://ecqi.healthit.gov/ecqm/ep/2021/cms122v9",

converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>gov.cms.qpp.conversion</groupId>
88
<artifactId>qpp-conversion-tool-parent</artifactId>
9-
<version>14.5.0-RELEASE</version>
9+
<version>15.3.0-RELEASE</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

generate-race-cpcplus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>qpp-conversion-tool-parent</artifactId>
77
<groupId>gov.cms.qpp.conversion</groupId>
8-
<version>14.5.0-RELEASE</version>
8+
<version>15.3.0-RELEASE</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

generate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>qpp-conversion-tool-parent</artifactId>
77
<groupId>gov.cms.qpp.conversion</groupId>
8-
<version>14.5.0-RELEASE</version>
8+
<version>15.3.0-RELEASE</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>gov.cms.qpp.conversion</groupId>
77
<artifactId>qpp-conversion-tool-parent</artifactId>
88
<packaging>pom</packaging>
9-
<version>14.5.0-RELEASE</version>
9+
<version>15.3.0-RELEASE</version>
1010
<name>QPP Conversion Tool</name>
1111

1212
<properties>

qpp-data-restoration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>gov.cms.qpp.conversion</groupId>
77
<artifactId>qpp-data-restoration</artifactId>
8-
<version>14.5.0-RELEASE</version>
8+
<version>15.3.0-RELEASE</version>
99
<packaging>jar</packaging>
1010

1111
<name>qpp-data-restoration</name>

qrda3-update-measures/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>qpp-conversion-tool-parent</artifactId>
55
<groupId>gov.cms.qpp.conversion</groupId>
6-
<version>14.5.0-RELEASE</version>
6+
<version>15.3.0-RELEASE</version>
77
<relativePath>../</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)