Skip to content

Commit

Permalink
Set version '0.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ihostage committed Oct 15, 2018
1 parent 6449641 commit 9679cc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.taymyr.lagom</groupId>
<artifactId>lagom-openapi-java</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>lagom-openapi-java-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.taymyr.lagom</groupId>
<artifactId>lagom-openapi-java</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>lagom-openapi-java-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.taymyr.lagom</groupId>
<artifactId>lagom-openapi-java</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
<packaging>pom</packaging>
<name>Taymyr: Openapi Java</name>
<description>OpenAPI service for Lagom framework</description>
Expand Down

0 comments on commit 9679cc3

Please sign in to comment.