Skip to content

Commit a8ad38e

Browse files
authored
Merge pull request #472 from CMSgov/bump-ver
bump all POM versions to 0.22
2 parents a62010a + d7e7793 commit a8ad38e

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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>0.0.1-SNAPSHOT</version>
9+
<version>0.22-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

commandline/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>0.0.1-SNAPSHOT</version>
9+
<version>0.22-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

@@ -85,4 +85,4 @@
8585
</dependency>
8686
</dependencies>
8787

88-
</project>
88+
</project>

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>0.0.1-SNAPSHOT</version>
9+
<version>0.22-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

@@ -200,4 +200,4 @@
200200
<scope>test</scope>
201201
</dependency>
202202
</dependencies>
203-
</project>
203+
</project>

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

generate-qrda/pom.xml

Lines changed: 2 additions & 2 deletions
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>0.0.1-SNAPSHOT</version>
8+
<version>0.22-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -25,4 +25,4 @@
2525
</dependency>
2626
</dependencies>
2727

28-
</project>
28+
</project>

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>0.0.1-SNAPSHOT</version>
9+
<version>0.22-SNAPSHOT</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>0.0.1-SNAPSHOT</version>
9+
<version>0.22-SNAPSHOT</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>0.0.1-SNAPSHOT</version>
9+
<version>0.22-SNAPSHOT</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)