File tree Expand file tree Collapse file tree 21 files changed +200
-217
lines changed Expand file tree Collapse file tree 21 files changed +200
-217
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 >1.0.0-SNAPSHOT </version >
9
+ <version >1.0.0</version >
10
10
<relativePath >../dependencies</relativePath >
11
11
</parent >
12
12
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.introproventures</groupId >
5
5
<artifactId >graphql-jpa-query-build</artifactId >
6
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
7
7
<relativePath >../build</relativePath >
8
8
</parent >
9
9
<artifactId >graphql-jpa-query-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<artifactId >graphql-jpa-query-boot-starter</artifactId >
13
12
<parent >
14
13
<groupId >com.introproventures</groupId >
15
14
<artifactId >graphql-jpa-query-dependencies</artifactId >
16
- <version >1.0.0-SNAPSHOT </version >
15
+ <version >1.0.0</version >
17
16
<relativePath >../dependencies</relativePath >
18
17
</parent >
19
18
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >com.introproventures</groupId >
6
5
<artifactId >graphql-jpa-query-dependencies</artifactId >
7
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
8
7
<relativePath >../dependencies</relativePath >
9
8
</parent >
10
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" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
<parent >
5
4
<groupId >com.introproventures</groupId >
6
5
<artifactId >graphql-jpa-query</artifactId >
7
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
8
7
<relativePath >../pom.xml</relativePath >
9
8
</parent >
10
9
<artifactId >graphql-jpa-query-dependencies</artifactId >
Original file line number Diff line number Diff line change 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" >
5
- <modelVersion >4.0.0</modelVersion >
6
- <parent >
7
- <groupId >com.introproventures</groupId >
8
- <artifactId >graphql-jpa-query-build</artifactId >
9
- <version >1.0.0-SNAPSHOT</version >
10
- <relativePath >../build</relativePath >
11
- </parent >
12
-
13
- <artifactId >graphql-jpa-query-examples</artifactId >
14
- <packaging >pom</packaging >
15
-
16
- <modules >
17
- <module >spring-graphql-web</module >
18
- </modules >
19
-
20
- </project >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
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" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <parent >
5
+ <groupId >com.introproventures</groupId >
6
+ <artifactId >graphql-jpa-query-build</artifactId >
7
+ <version >1.0.0</version >
8
+ <relativePath >../build</relativePath >
9
+ </parent >
10
+
11
+ <artifactId >graphql-jpa-query-examples</artifactId >
12
+ <packaging >pom</packaging >
13
+
14
+ <modules >
15
+ <module >spring-graphql-web</module >
16
+ </modules >
17
+
18
+ </project >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- 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" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<artifactId >graphql-jpa-query-example-spring-graphql-web</artifactId >
8
7
<parent >
9
8
<groupId >com.introproventures</groupId >
10
9
<artifactId >graphql-jpa-query-examples</artifactId >
11
- <version >1.0.0-SNAPSHOT </version >
10
+ <version >1.0.0</version >
12
11
<relativePath >../pom.xml</relativePath >
13
12
</parent >
14
13
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.introproventures</groupId >
5
5
<artifactId >graphql-jpa-query-build</artifactId >
6
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
7
7
<relativePath >../build</relativePath >
8
8
</parent >
9
9
<artifactId >graphql-jpa-query-introspection</artifactId >
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" 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" >
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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<groupId >com.introproventures</groupId >
7
6
<artifactId >graphql-jpa-query</artifactId >
8
- <version >1.0.0-SNAPSHOT </version >
7
+ <version >1.0.0</version >
9
8
<packaging >pom</packaging >
10
9
<name >GraphQL JPA Query</name >
11
10
48
47
<connection >scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection >
49
48
<
developerConnection >scm:git:
[email protected] :introproventures/graphql-jpa-query.git</
developerConnection >
50
49
<url >https://github.com/introproventures/graphql-jpa-query</url >
51
- <tag >HEAD </tag >
50
+ <tag >1.0.0 </tag >
52
51
</scm >
53
52
54
53
<inceptionYear >2017</inceptionYear >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- 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" >
3
2
<artifactId >graphql-jpa-query-scalars</artifactId >
4
3
<name >graphql-jpa-query-scalars</name >
5
4
10
9
<parent >
11
10
<groupId >com.introproventures</groupId >
12
11
<artifactId >graphql-jpa-query-build</artifactId >
13
- <version >1.0.0-SNAPSHOT </version >
12
+ <version >1.0.0</version >
14
13
<relativePath >../build</relativePath >
15
14
</parent >
16
15
You can’t perform that action at this time.
0 commit comments