Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit f9b5f96

Browse files
committed
version 1.0.7-SNAPSHOT
1 parent b2a1bbb commit f9b5f96

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>capital.scalable</groupId>
77
<artifactId>spring-auto-restdocs-parent</artifactId>
8-
<version>1.0.6</version>
8+
<version>1.0.7-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>Spring Auto REST Docs Parent POM</name>

spring-auto-restdocs-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>capital.scalable</groupId>
99
<artifactId>spring-auto-restdocs-parent</artifactId>
10-
<version>1.0.6</version>
10+
<version>1.0.7-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313

spring-auto-restdocs-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>capital.scalable</groupId>
88
<artifactId>spring-auto-restdocs-parent</artifactId>
9-
<version>1.0.6</version>
9+
<version>1.0.7-SNAPSHOT</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212

spring-auto-restdocs-example/pom.xml

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

1414
<groupId>capital.scalable</groupId>
1515
<artifactId>spring-auto-restdocs-example</artifactId>
16-
<version>1.0.6</version> <!-- not related to spring-auto-restdocs version -->
16+
<version>1.0.7-SNAPSHOT</version> <!-- not related to spring-auto-restdocs version -->
1717

1818
<name>Spring Auto REST Docs Example Project</name>
1919
<description>Example project for Spring Auto REST Docs</description>
@@ -24,7 +24,7 @@
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<snippetsDirectory>${project.build.directory}/generated-snippets</snippetsDirectory>
2626
<start-class>capital.scalable.restdocs.example.Application</start-class>
27-
<spring-auto-restdocs.version>1.0.6</spring-auto-restdocs.version>
27+
<spring-auto-restdocs.version>1.0.7-SNAPSHOT</spring-auto-restdocs.version>
2828
</properties>
2929

3030
<dependencies>

spring-auto-restdocs-json-doclet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>capital.scalable</groupId>
77
<artifactId>spring-auto-restdocs-parent</artifactId>
8-
<version>1.0.6</version>
8+
<version>1.0.7-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)