Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from chemdrew/chore/release
Browse files Browse the repository at this point in the history
chore(release): prepare release 0.2.0
  • Loading branch information
chemdrew committed Oct 13, 2018
2 parents f52628f + 9c6431e commit 57aec6a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nodes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.aexp.nodes.graphql</groupId>
<artifactId>parent</artifactId>
<version>0.1.3</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@

<groupId>io.aexp.nodes.graphql</groupId>
<artifactId>parent</artifactId>
<version>0.1.3</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<name>Nodes (Parent)</name>
Expand Down
2 changes: 1 addition & 1 deletion samples/kotlin-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.aexp.nodes.graphql</groupId>
<version>0.1.3</version>
<version>0.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion samples/scala-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.aexp.nodes.graphql</groupId>
<version>0.1.3</version>
<version>0.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 57aec6a

Please sign in to comment.