Skip to content

Commit a21c574

Browse files
committed
[maven-release-plugin] prepare release 1.0.0
1 parent 2ea3fec commit a21c574

File tree

21 files changed

+200
-217
lines changed

21 files changed

+200
-217
lines changed

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-dependencies</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010
<relativePath>../dependencies</relativePath>
1111
</parent>
1212

autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.introproventures</groupId>
55
<artifactId>graphql-jpa-query-build</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<relativePath>../build</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-autoconfigure</artifactId>

boot-starter/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>graphql-jpa-query-boot-starter</artifactId>
@@ -13,7 +12,7 @@
1312
<parent>
1413
<groupId>com.introproventures</groupId>
1514
<artifactId>graphql-jpa-query-dependencies</artifactId>
16-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.0.0</version>
1716
<relativePath>../dependencies</relativePath>
1817
</parent>
1918

build/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.introproventures</groupId>
65
<artifactId>graphql-jpa-query-dependencies</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
87
<relativePath>../dependencies</relativePath>
98
</parent>
109
<artifactId>graphql-jpa-query-build</artifactId>

dependencies/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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">
32
<modelVersion>4.0.0</modelVersion>
43
<parent>
54
<groupId>com.introproventures</groupId>
65
<artifactId>graphql-jpa-query</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
87
<relativePath>../pom.xml</relativePath>
98
</parent>
109
<artifactId>graphql-jpa-query-dependencies</artifactId>

examples/pom.xml

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
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>

examples/spring-graphql-web/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<artifactId>graphql-jpa-query-example-spring-graphql-web</artifactId>
@@ -8,7 +7,7 @@
87
<parent>
98
<groupId>com.introproventures</groupId>
109
<artifactId>graphql-jpa-query-examples</artifactId>
11-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0</version>
1211
<relativePath>../pom.xml</relativePath>
1312
</parent>
1413

introspection/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.introproventures</groupId>
55
<artifactId>graphql-jpa-query-build</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<relativePath>../build</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-introspection</artifactId>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>com.introproventures</groupId>
76
<artifactId>graphql-jpa-query</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
98
<packaging>pom</packaging>
109
<name>GraphQL JPA Query</name>
1110

@@ -48,7 +47,7 @@
4847
<connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection>
4948
<developerConnection>scm:git:[email protected]:introproventures/graphql-jpa-query.git</developerConnection>
5049
<url>https://github.com/introproventures/graphql-jpa-query</url>
51-
<tag>HEAD</tag>
50+
<tag>1.0.0</tag>
5251
</scm>
5352

5453
<inceptionYear>2017</inceptionYear>

scalars/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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">
32
<artifactId>graphql-jpa-query-scalars</artifactId>
43
<name>graphql-jpa-query-scalars</name>
54

@@ -10,7 +9,7 @@
109
<parent>
1110
<groupId>com.introproventures</groupId>
1211
<artifactId>graphql-jpa-query-build</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1413
<relativePath>../build</relativePath>
1514
</parent>
1615

0 commit comments

Comments
 (0)