Skip to content

Commit 342ae18

Browse files
committed
Prepare for next development iteration
1 parent 6ccfe60 commit 342ae18

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

graphql-jpa-query-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.introproventures</groupId>
88
<artifactId>graphql-jpa-query</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

graphql-jpa-query-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query</artifactId>
10-
<version>0.1.0</version>
10+
<version>0.2.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

graphql-jpa-query-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query</artifactId>
10-
<version>0.1.0</version>
10+
<version>0.2.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

graphql-jpa-query-schema/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.introproventures</groupId>
77
<artifactId>graphql-jpa-query</artifactId>
8-
<version>0.1.0</version>
8+
<version>0.2.0-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query</artifactId>
77

8-
<version>0.1.0</version>
8+
<version>0.2.0-SNAPSHOT</version>
99

1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)