File tree Expand file tree Collapse file tree 7 files changed +12
-20
lines changed
graphql-jpa-query-annotations
graphql-jpa-query-boot-starter
graphql-jpa-query-dependencies
graphql-jpa-query-example Expand file tree Collapse file tree 7 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.introproventures</groupId >
8
8
<artifactId >graphql-jpa-query-dependencies</artifactId >
9
- <version >0.3.8-SNAPSHOT </version >
9
+ <version >0.3.8</version >
10
10
<relativePath >../graphql-jpa-query-dependencies</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.introproventures</groupId >
9
9
<artifactId >graphql-jpa-query-build</artifactId >
10
- <version >0.3.8-SNAPSHOT </version >
10
+ <version >0.3.8</version >
11
11
<relativePath >../graphql-jpa-query-build</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<parent >
6
4
<groupId >com.introproventures</groupId >
7
5
<artifactId >graphql-jpa-query-dependencies</artifactId >
8
- <version >0.3.8-SNAPSHOT </version >
6
+ <version >0.3.8</version >
9
7
<relativePath >../graphql-jpa-query-dependencies</relativePath >
10
8
</parent >
11
9
<artifactId >graphql-jpa-query-build</artifactId >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
2
<modelVersion >4.0.0</modelVersion >
5
3
<parent >
6
4
<groupId >com.introproventures</groupId >
7
5
<artifactId >graphql-jpa-query</artifactId >
8
- <version >0.3.8-SNAPSHOT </version >
6
+ <version >0.3.8</version >
9
7
<relativePath >..</relativePath >
10
8
</parent >
11
9
<artifactId >graphql-jpa-query-dependencies</artifactId >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.introproventures</groupId >
9
9
<artifactId >graphql-jpa-query-build</artifactId >
10
- <version >0.3.8-SNAPSHOT </version >
10
+ <version >0.3.8</version >
11
11
<relativePath >../graphql-jpa-query-build</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
2
<artifactId >graphql-jpa-query-schema</artifactId >
5
3
<name >graphql-jpa-query-schema</name >
6
4
7
5
<parent >
8
6
<groupId >com.introproventures</groupId >
9
7
<artifactId >graphql-jpa-query-build</artifactId >
10
- <version >0.3.8-SNAPSHOT </version >
8
+ <version >0.3.8</version >
11
9
<relativePath >../graphql-jpa-query-build</relativePath >
12
10
</parent >
13
11
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >com.introproventures</groupId >
8
6
<artifactId >graphql-jpa-query</artifactId >
9
7
10
- <version >0.3.8-SNAPSHOT </version >
8
+ <version >0.3.8</version >
11
9
12
10
<packaging >pom</packaging >
13
11
58
56
<connection >scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection >
59
57
<
developerConnection >scm:git:
[email protected] :introproventures/graphql-jpa-query.git</
developerConnection >
60
58
<url >https://github.com/introproventures/graphql-jpa-query</url >
61
- <tag >HEAD </tag >
59
+ <tag >0.3.8 </tag >
62
60
</scm >
63
61
64
62
<inceptionYear >2017</inceptionYear >
You can’t perform that action at this time.
0 commit comments