Skip to content

Commit 32f77dd

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent bc31bbd commit 32f77dd

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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-dependencies</artifactId>
9-
<version>0.3.9</version>
9+
<version>0.3.10-SNAPSHOT</version>
1010
<relativePath>../graphql-jpa-query-dependencies</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-build</artifactId>
10-
<version>0.3.9</version>
10+
<version>0.3.10-SNAPSHOT</version>
1111
<relativePath>../graphql-jpa-query-build</relativePath>
1212
</parent>
1313

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

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

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-build</artifactId>
10-
<version>0.3.9</version>
10+
<version>0.3.10-SNAPSHOT</version>
1111
<relativePath>../graphql-jpa-query-build</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-build</artifactId>
8-
<version>0.3.9</version>
8+
<version>0.3.10-SNAPSHOT</version>
99
<relativePath>../graphql-jpa-query-build</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.9</version>
8+
<version>0.3.10-SNAPSHOT</version>
99

1010
<packaging>pom</packaging>
1111

@@ -56,7 +56,7 @@
5656
<connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection>
5757
<developerConnection>scm:git:[email protected]:introproventures/graphql-jpa-query.git</developerConnection>
5858
<url>https://github.com/introproventures/graphql-jpa-query</url>
59-
<tag>0.3.9</tag>
59+
<tag>HEAD</tag>
6060
</scm>
6161

6262
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)