Skip to content

Commit 4a0f3c7

Browse files
committed
[maven-release-plugin] prepare release 0.5.2
1 parent 94288e9 commit 4a0f3c7

File tree

18 files changed

+19
-19
lines changed
  • graphql-jpa-query-annotations
  • graphql-jpa-query-autoconfigure
  • graphql-jpa-query-boot-starter
  • graphql-jpa-query-boot-starter-graphql
  • graphql-jpa-query-build
  • graphql-jpa-query-dependencies
  • graphql-jpa-query-example-merge
  • graphql-jpa-query-example-model-books
  • graphql-jpa-query-example-model-starwars
  • graphql-jpa-query-example-relay
  • graphql-jpa-query-example-simple
  • graphql-jpa-query-example-spring-graphql
  • graphql-jpa-query-graphiql
  • graphql-jpa-query-introspection
  • graphql-jpa-query-scalars
  • graphql-jpa-query-schema
  • graphql-jpa-query-web

18 files changed

+19
-19
lines changed

graphql-jpa-query-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>0.5.2-SNAPSHOT</version>
9+
<version>0.5.2</version>
1010
<relativePath>../graphql-jpa-query-dependencies</relativePath>
1111
</parent>
1212

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

graphql-jpa-query-boot-starter-graphql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-build</artifactId>
10-
<version>0.5.2-SNAPSHOT</version>
10+
<version>0.5.2</version>
1111
<relativePath>../graphql-jpa-query-build</relativePath>
1212
</parent>
1313

graphql-jpa-query-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-build</artifactId>
10-
<version>0.5.2-SNAPSHOT</version>
10+
<version>0.5.2</version>
1111
<relativePath>../graphql-jpa-query-build</relativePath>
1212
</parent>
1313

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

graphql-jpa-query-dependencies/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</artifactId>
6-
<version>0.5.2-SNAPSHOT</version>
6+
<version>0.5.2</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-dependencies</artifactId>

graphql-jpa-query-example-merge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-build</artifactId>
10-
<version>0.5.2-SNAPSHOT</version>
10+
<version>0.5.2</version>
1111
<relativePath>../graphql-jpa-query-build</relativePath>
1212
</parent>
1313

graphql-jpa-query-example-model-books/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>0.5.2-SNAPSHOT</version>
6+
<version>0.5.2</version>
77
<relativePath>../graphql-jpa-query-build</relativePath>
88
</parent>
99
<artifactId>graphql-jpa-query-example-model-books</artifactId>

graphql-jpa-query-example-model-starwars/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>0.5.2-SNAPSHOT</version>
6+
<version>0.5.2</version>
77
<relativePath>../graphql-jpa-query-build</relativePath>
88
</parent>
99

graphql-jpa-query-example-relay/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-build</artifactId>
9-
<version>0.5.2-SNAPSHOT</version>
9+
<version>0.5.2</version>
1010
<relativePath>../graphql-jpa-query-build</relativePath>
1111
</parent>
1212

graphql-jpa-query-example-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-build</artifactId>
10-
<version>0.5.2-SNAPSHOT</version>
10+
<version>0.5.2</version>
1111
<relativePath>../graphql-jpa-query-build</relativePath>
1212
</parent>
1313

graphql-jpa-query-example-spring-graphql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.introproventures</groupId>
99
<artifactId>graphql-jpa-query-build</artifactId>
10-
<version>0.5.2-SNAPSHOT</version>
10+
<version>0.5.2</version>
1111
<relativePath>../graphql-jpa-query-build</relativePath>
1212
</parent>
1313

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

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

graphql-jpa-query-scalars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.introproventures</groupId>
77
<artifactId>graphql-jpa-query-build</artifactId>
8-
<version>0.5.2-SNAPSHOT</version>
8+
<version>0.5.2</version>
99
<relativePath>../graphql-jpa-query-build</relativePath>
1010
</parent>
1111

graphql-jpa-query-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.introproventures</groupId>
77
<artifactId>graphql-jpa-query-build</artifactId>
8-
<version>0.5.2-SNAPSHOT</version>
8+
<version>0.5.2</version>
99
<relativePath>../graphql-jpa-query-build</relativePath>
1010
</parent>
1111

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.introproventures</groupId>
66
<artifactId>graphql-jpa-query</artifactId>
77

8-
<version>0.5.2-SNAPSHOT</version>
8+
<version>0.5.2</version>
99

1010
<packaging>pom</packaging>
1111

@@ -69,7 +69,7 @@
6969
<connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection>
7070
<developerConnection>scm:git:[email protected]:introproventures/graphql-jpa-query.git</developerConnection>
7171
<url>https://github.com/introproventures/graphql-jpa-query</url>
72-
<tag>HEAD</tag>
72+
<tag>0.5.2</tag>
7373
</scm>
7474

7575
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)