File tree Expand file tree Collapse file tree 12 files changed +15
-15
lines changed
graphql-java-codegen-gradle-plugin
graphql-java-codegen-maven-plugin Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ assignees: ''
22
22
23
23
## Your Environment and Setup
24
24
25
- * ** graphql-java-codegen** : * E.g.: 1.7.3 *
25
+ * ** graphql-java-codegen** : * E.g.: 1.7.4 *
26
26
* ** Build tool** : * E.g.: Maven*
27
27
* ** Java tool** : * E.g.: Oracle 8u241*
28
28
* ** Mapping Config** : * E.g.:*
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.7.4-SNAPSHOT "
11
+ version = " 1.7.4"
12
12
group = " io.github.kobylynskyi"
13
13
14
14
repositories {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This Gradle plugin is able to generate the following classes based on your Graph
21
21
22
22
``` groovy
23
23
plugins {
24
- id "io.github.kobylynskyi.graphql.codegen" version "1.7.3 "
24
+ id "io.github.kobylynskyi.graphql.codegen" version "1.7.4 "
25
25
}
26
26
```
27
27
@@ -35,7 +35,7 @@ buildscript {
35
35
}
36
36
}
37
37
dependencies {
38
- classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.7.3 "
38
+ classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.7.4 "
39
39
}
40
40
}
41
41
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
// use the latest available version:
9
9
// https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
10
- id " io.github.kobylynskyi.graphql.codegen" version " 1.7.4-SNAPSHOT "
10
+ id " io.github.kobylynskyi.graphql.codegen" version " 1.7.4"
11
11
}
12
12
13
13
mainClassName = " io.github.kobylynskyi.order.Application"
@@ -21,7 +21,7 @@ dependencies {
21
21
22
22
// use the latest available version:
23
23
// https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen
24
- implementation " io.github.kobylynskyi:graphql-java-codegen:1.7.4-SNAPSHOT "
24
+ implementation " io.github.kobylynskyi:graphql-java-codegen:1.7.4"
25
25
26
26
implementation " org.apache.httpcomponents:httpclient:4.5.12"
27
27
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
//
7
7
// use the latest available version:
8
8
// https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
9
- id " io.github.kobylynskyi.graphql.codegen" version " 1.7.4-SNAPSHOT "
9
+ id " io.github.kobylynskyi.graphql.codegen" version " 1.7.4"
10
10
}
11
11
12
12
mainClassName = " io.github.kobylynskyi.product.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.7.4-SNAPSHOT "
20
+ version = " 1.7.4"
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 @@ -26,7 +26,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ
26
26
<plugin >
27
27
<groupId >io.github.kobylynskyi</groupId >
28
28
<artifactId >graphql-codegen-maven-plugin</artifactId >
29
- <version >1.7.3 </version >
29
+ <version >1.7.4 </version >
30
30
<executions >
31
31
<execution >
32
32
<goals >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >io.github.kobylynskyi</groupId >
6
6
<artifactId >graphql-codegen-maven-plugin-example-client</artifactId >
7
- <version >1.7.4-SNAPSHOT </version >
7
+ <version >1.7.4</version >
8
8
<name >graphql-codegen-maven-plugin-example-client</name >
9
9
10
10
<build >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >io.github.kobylynskyi</groupId >
6
6
<artifactId >graphql-codegen-maven-plugin-example-server</artifactId >
7
- <version >1.7.4-SNAPSHOT </version >
7
+ <version >1.7.4</version >
8
8
<name >graphql-codegen-maven-plugin-example-server</name >
9
9
10
10
<build >
Original file line number Diff line number Diff line change 36
36
<developerConnection >scm:git:git@github.com:kobylynskyi/graphql-java-codegen.git
37
37
</developerConnection >
38
38
<url >https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/maven</url >
39
- <tag >v1.7.2 </tag >
39
+ <tag >v1.7.4 </tag >
40
40
</scm >
41
41
42
42
<distributionManagement >
70
70
<version .maven-scm-provider-gitexe>1.11.2</version .maven-scm-provider-gitexe>
71
71
<version .maven-gpg-plugin>1.6</version .maven-gpg-plugin>
72
72
73
- <version .graphql-java-codegen>1.7.4-SNAPSHOT </version .graphql-java-codegen>
73
+ <version .graphql-java-codegen>1.7.4</version .graphql-java-codegen>
74
74
</properties >
75
75
76
76
<dependencies >
You can’t perform that action at this time.
0 commit comments