Skip to content

Commit a21f3e2

Browse files
authored
Merge pull request #550 from CMSgov/ver-bump
version bump to 1.1.2
2 parents 243b2e4 + eeb71a7 commit a21f3e2

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

benchmark/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>1.1.1-RELEASE</version>
9+
<version>1.1.2-RELEASE</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

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>1.1.1-RELEASE</version>
9+
<version>1.1.2-RELEASE</version>
1010
<relativePath>../</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>1.1.1-RELEASE</version>
9+
<version>1.1.2-RELEASE</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

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>1.1.1-RELEASE</version>
9+
<version>1.1.2-RELEASE</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qpp-conversion-frontend",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

generate-qrda/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>1.1.1-RELEASE</version>
8+
<version>1.1.2-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

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>1.1.1-RELEASE</version>
9+
<version>1.1.2-RELEASE</version>
1010
<name>QPP Conversion Tool</name>
1111

1212
<properties>

rest-api/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>1.1.1-RELEASE</version>
9+
<version>1.1.2-RELEASE</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

rest-logging/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>1.1.1-RELEASE</version>
9+
<version>1.1.2-RELEASE</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

test-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>1.1.1-RELEASE</version>
9+
<version>1.1.2-RELEASE</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)