Skip to content

Commit cbf98aa

Browse files
committed
[maven-release-plugin] prepare release 1.2.6
1 parent a4dee7a commit cbf98aa

File tree

22 files changed

+23
-23
lines changed

22 files changed

+23
-23
lines changed

annotations/pom.xml

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

autoconfigure/pom.xml

+1-1
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.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
<relativePath>../build</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-autoconfigure</artifactId>

boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.introproventures</groupId>
1414
<artifactId>graphql-jpa-query-dependencies</artifactId>
15-
<version>1.2.6-SNAPSHOT</version>
15+
<version>1.2.6</version>
1616
<relativePath>../dependencies</relativePath>
1717
</parent>
1818

build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.introproventures</groupId>
55
<artifactId>graphql-jpa-query-dependencies</artifactId>
6-
<version>1.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
<relativePath>../dependencies</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-build</artifactId>

dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.introproventures</groupId>
55
<artifactId>graphql-jpa-query</artifactId>
6-
<version>1.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-dependencies</artifactId>

examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query-build</artifactId>
7-
<version>1.2.6-SNAPSHOT</version>
7+
<version>1.2.6</version>
88
<relativePath>../build</relativePath>
99
</parent>
1010

examples/spring-graphql-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-examples</artifactId>
10-
<version>1.2.6-SNAPSHOT</version>
10+
<version>1.2.6</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

introspection/pom.xml

+1-1
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.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
<relativePath>../build</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-introspection</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query</artifactId>
7-
<version>1.2.6-SNAPSHOT</version>
7+
<version>1.2.6</version>
88
<packaging>pom</packaging>
99
<name>GraphQL JPA Query</name>
1010

@@ -48,7 +48,7 @@
4848
<connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection>
4949
<developerConnection>scm:git:[email protected]:introproventures/graphql-jpa-query.git</developerConnection>
5050
<url>https://github.com/introproventures/graphql-jpa-query</url>
51-
<tag>HEAD</tag>
51+
<tag>1.2.6</tag>
5252
</scm>
5353

5454
<inceptionYear>2017</inceptionYear>

scalars/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.introproventures</groupId>
1111
<artifactId>graphql-jpa-query-build</artifactId>
12-
<version>1.2.6-SNAPSHOT</version>
12+
<version>1.2.6</version>
1313
<relativePath>../build</relativePath>
1414
</parent>
1515

schema/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.introproventures</groupId>
1111
<artifactId>graphql-jpa-query-build</artifactId>
12-
<version>1.2.6-SNAPSHOT</version>
12+
<version>1.2.6</version>
1313
<relativePath>../build</relativePath>
1414
</parent>
1515

tests/boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.introproventures</groupId>
88
<artifactId>graphql-jpa-query-tests</artifactId>
9-
<version>1.2.6-SNAPSHOT</version>
9+
<version>1.2.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

tests/gatling/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query-tests</artifactId>
7-
<version>1.2.6-SNAPSHOT</version>
7+
<version>1.2.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

tests/models/books/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.introproventures</groupId>
55
<artifactId>graphql-jpa-query-test-models</artifactId>
6-
<version>1.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

tests/models/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query-tests</artifactId>
7-
<version>1.2.6-SNAPSHOT</version>
7+
<version>1.2.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

tests/models/starwars/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.introproventures</groupId>
55
<artifactId>graphql-jpa-query-test-models</artifactId>
6-
<version>1.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99

tests/multiple-datasources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.introproventures</groupId>
88
<artifactId>graphql-jpa-query-tests</artifactId>
9-
<version>1.2.6-SNAPSHOT</version>
9+
<version>1.2.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query-build</artifactId>
7-
<version>1.2.6-SNAPSHOT</version>
7+
<version>1.2.6</version>
88
<relativePath>../build</relativePath>
99
</parent>
1010

tests/relay/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-tests</artifactId>
10-
<version>1.2.6-SNAPSHOT</version>
10+
<version>1.2.6</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

tests/starwars/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.introproventures</groupId>
88
<artifactId>graphql-jpa-query-tests</artifactId>
9-
<version>1.2.6-SNAPSHOT</version>
9+
<version>1.2.6</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

tests/web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query-tests</artifactId>
7-
<version>1.2.6-SNAPSHOT</version>
7+
<version>1.2.6</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

web/pom.xml

+1-1
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.2.6-SNAPSHOT</version>
6+
<version>1.2.6</version>
77
<relativePath>../build</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-web</artifactId>

0 commit comments

Comments
 (0)