Skip to content

Commit b4213dd

Browse files
committed
Release 0.2.0
1 parent 34ad719 commit b4213dd

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,28 @@ For GraphQL JPA Annotations use:
3030
<dependency>
3131
<groupId>com.github.introproventures.graphql-jpa-query</groupId>
3232
<artifactId>graphql-jpa-query-annotations</artifactId>
33-
<version>v0.1.0</version>
33+
<version>0.2.0</version>
3434
</dependency>
3535

3636
For GraphQL JPA Schema Builder use:
3737

3838
<dependency>
3939
<groupId>com.github.introproventures.graphql-jpa-query</groupId>
4040
<artifactId>graphql-jpa-query-schema</artifactId>
41-
<version>v0.1.0</version>
41+
<version>0.2.0</version>
4242
</dependency>
4343

4444
For GraphQL JPA Query Boot Starter use:
4545

4646
<dependency>
4747
<groupId>com.github.introproventures.graphql-jpa-query</groupId>
4848
<artifactId>graphql-jpa-query-boot-starter</artifactId>
49-
<version>v0.1.0</version>
49+
<version>0.2.0</version>
5050
</dependency>
5151

5252
Other Dependencies
5353
-----------------
54-
The core library module `graphql-jpa-query-schema` keeps dependencies to a minimum. The main dependecies for schema module are `graphql-java`, `evo-inflector`, `javax.transaction-api`, `hibernate-jpa-2.1-api`. The tests depend on Spring Boot 1.5 with Web and Hibernate for JPA starters.
54+
The core library module `graphql-jpa-query-schema` keeps dependencies to a minimum. The main dependecies for schema module are `graphql-java`, `evo-inflector`, `javax.transaction-api`, `hibernate-jpa-2.1-api`. The tests depend on Spring Boot 1.5 with Web and Hibernate for JPA starters as well as Project Lombok.
5555

5656
Schema Generation
5757
-----------------

graphql-jpa-query-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0-SNAPSHOT</version>
9+
<version>0.2.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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

Lines changed: 1 addition & 1 deletion
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.2.0-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

graphql-jpa-query-example/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0-SNAPSHOT</version>
10+
<version>0.2.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

graphql-jpa-query-schema/pom.xml

Lines changed: 1 addition & 1 deletion
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.2.0-SNAPSHOT</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
@@ -5,7 +5,7 @@
55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query</artifactId>
77

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

1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)