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

Commit 57aec6a

Browse files
authored
Merge pull request #40 from chemdrew/chore/release
chore(release): prepare release 0.2.0
2 parents f52628f + 9c6431e commit 57aec6a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

nodes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.aexp.nodes.graphql</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.1.3</version>
8+
<version>0.2.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.aexp.nodes.graphql</groupId>
66
<artifactId>parent</artifactId>
7-
<version>0.1.3</version>
7+
<version>0.2.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Nodes (Parent)</name>

samples/kotlin-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>io.aexp.nodes.graphql</groupId>
8-
<version>0.1.3</version>
8+
<version>0.2.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

samples/scala-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>parent</artifactId>
77
<groupId>io.aexp.nodes.graphql</groupId>
8-
<version>0.1.3</version>
8+
<version>0.2.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)