Skip to content

Commit ce8d76d

Browse files
committed
[maven-release-plugin] prepare release 0.3.2
1 parent d8cf8d0 commit ce8d76d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

graphql-jpa-query-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</artifactId>
9-
<version>0.3.2-SNAPSHOT</version>
9+
<version>0.3.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

graphql-jpa-query-boot-starter/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</artifactId>
10-
<version>0.3.2-SNAPSHOT</version>
10+
<version>0.3.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

graphql-jpa-query-example/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</artifactId>
10-
<version>0.3.2-SNAPSHOT</version>
10+
<version>0.3.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

graphql-jpa-query-schema/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.introproventures</groupId>
77
<artifactId>graphql-jpa-query</artifactId>
8-
<version>0.3.2-SNAPSHOT</version>
8+
<version>0.3.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

+2-2
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.3.2-SNAPSHOT</version>
8+
<version>0.3.2</version>
99

1010
<packaging>pom</packaging>
1111

@@ -115,7 +115,7 @@
115115
<connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection>
116116
<developerConnection>scm:git:[email protected]:introproventures/graphql-jpa-query.git</developerConnection>
117117
<url>https://github.com/introproventures/graphql-jpa-query</url>
118-
<tag>HEAD</tag>
118+
<tag>0.3.2</tag>
119119
</scm>
120120

121121
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)