File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
graphql-java-codegen-gradle-plugin
graphql-codegen-gradle-plugin-example
graphql-codegen-gradle-plugin
graphql-java-codegen-maven-plugin Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
id " maven-publish"
9
9
}
10
10
11
- version = " 1.5.0-SNAPSHOT "
11
+ version = " 1.5.0"
12
12
group = " io.github.kobylynskyi"
13
13
14
14
repositories {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ This Gradle plugin is able to generate the following classes based on your Graph
19
19
20
20
``` groovy
21
21
plugins {
22
- id "io.github.kobylynskyi.graphql.codegen" version "1.4.2 "
22
+ id "io.github.kobylynskyi.graphql.codegen" version "1.5.0 "
23
23
}
24
24
```
25
25
@@ -33,7 +33,7 @@ buildscript {
33
33
}
34
34
}
35
35
dependencies {
36
- classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.4.2 "
36
+ classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.5.0 "
37
37
}
38
38
}
39
39
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id " idea"
4
4
id " application"
5
5
id " net.ltgt.apt" version " 0.20"
6
- id " io.github.kobylynskyi.graphql.codegen" version " 1.5.0-SNAPSHOT "
6
+ id " io.github.kobylynskyi.graphql.codegen" version " 1.5.0"
7
7
}
8
8
9
9
mainClassName = " io.github.kobylynskyi.bikeshop.Application"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ apply plugin: "idea"
17
17
apply plugin : " maven-publish"
18
18
19
19
group = " io.github.kobylynskyi"
20
- version = " 1.5.0-SNAPSHOT "
20
+ version = " 1.5.0"
21
21
description = " Provides a task for generating Java code based on GraphQL schema"
22
22
23
23
dependencies {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ
24
24
<plugin >
25
25
<groupId >io.github.kobylynskyi</groupId >
26
26
<artifactId >graphql-codegen-maven-plugin</artifactId >
27
- <version >1.4.2 </version >
27
+ <version >1.5.0 </version >
28
28
<executions >
29
29
<execution >
30
30
<goals >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.github.kobylynskyi.graphql.codegen</groupId >
5
5
<artifactId >graphql-codegen-maven-plugin-example</artifactId >
6
- <version >1.5.0-SNAPSHOT </version >
6
+ <version >1.5.0</version >
7
7
8
8
<name >graphql-codegen-maven-plugin-example</name >
9
9
Original file line number Diff line number Diff line change 35
35
<developerConnection >scm:git:git@github.com:kobylynskyi/graphql-java-codegen.git
36
36
</developerConnection >
37
37
<url >https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/graphql-java-codegen-maven-plugin</url >
38
- <tag >v1.4.2 </tag >
38
+ <tag >v1.5.0 </tag >
39
39
</scm >
40
40
41
41
<distributionManagement >
You can’t perform that action at this time.
0 commit comments