Skip to content

Commit df85ad5

Browse files
authored
Merge pull request #583 from CMSgov/versionbump
Bump version to 1.2.0
2 parents d3bd238 + 67e0e11 commit df85ad5

File tree

9 files changed

+10
-10
lines changed

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

converter/pom.xml

Lines changed: 2 additions & 2 deletions
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.4-RELEASE</version>
9+
<version>1.2.0-RELEASE</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>gov.cms.qpp.conversion</groupId>
8282
<artifactId>generate-maven-plugin</artifactId>
83-
<version>1.1.4-RELEASE</version>
83+
<version>${project.version}</version>
8484
<configuration>
8585
<baseDir>${basedir}/../tools/docker/docker-artifacts/</baseDir>
8686
</configuration>

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.4",
3+
"version": "1.2.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

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>1.1.4-RELEASE</version>
8+
<version>1.2.0-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.4-RELEASE</version>
9+
<version>1.2.0-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.4-RELEASE</version>
9+
<version>1.2.0-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.4-RELEASE</version>
9+
<version>1.2.0-RELEASE</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)