Skip to content

Commit f494f7e

Browse files
committed
[maven-release-plugin] prepare release graphql-spqr-spring-boot-starter-v1.0.1
1 parent acb2aea commit f494f7e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

graphql-spqr-spring-boot-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.leangen.graphql</groupId>
66
<artifactId>graphql-spqr-spring-boot-starter-parent</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99

1010
<artifactId>graphql-spqr-spring-boot-annotations</artifactId>

graphql-spqr-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.leangen.graphql</groupId>
66
<artifactId>graphql-spqr-spring-boot-starter-parent</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99

1010
<artifactId>graphql-spqr-spring-boot-autoconfigure</artifactId>

graphql-spqr-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.leangen.graphql</groupId>
66
<artifactId>graphql-spqr-spring-boot-starter-parent</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.0.1</version>
88
</parent>
99

1010
<artifactId>graphql-spqr-spring-boot-starter</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.leangen.graphql</groupId>
55
<artifactId>graphql-spqr-spring-boot-starter-parent</artifactId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<packaging>pom</packaging>
88

99
<inceptionYear>2018</inceptionYear>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:git://github.com/leangen/graphql-spqr-spring-boot-starter</connection>
2323
<developerConnection>scm:git:git://github.com/leangen/graphql-spqr-spring-boot-starter</developerConnection>
2424
<url>https://github.com/leangen/graphql-spqr-spring-boot-starter</url>
25-
<tag>HEAD</tag>
25+
<tag>graphql-spqr-spring-boot-starter-v1.0.1</tag>
2626
</scm>
2727
<distributionManagement>
2828
<repository>

0 commit comments

Comments
 (0)