Skip to content

Commit

Permalink
bump up pom version
Browse files Browse the repository at this point in the history
  • Loading branch information
aneelkkhatri committed Jun 2, 2020
1 parent db0bc51 commit de04d82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion converter-annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>converter-codegen</artifactId>
<groupId>io.github.careem</groupId>
<version>0.6.20-SNAPSHOT</version>
<version>0.6.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion converter-codegen-testapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>converter-codegen</artifactId>
<groupId>io.github.careem</groupId>
<version>0.6.20-SNAPSHOT</version>
<version>0.6.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.careem</groupId>
<artifactId>converter-codegen</artifactId>
<packaging>pom</packaging>
<version>0.6.20-SNAPSHOT</version>
<version>0.6.20</version>
<modules>
</modules>

Expand Down

0 comments on commit de04d82

Please sign in to comment.