Skip to content

Commit b589387

Browse files
committed
release 0.15
1 parent 96eab42 commit b589387

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

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

77
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
88
<artifactId>restdocs-spec</artifactId>
9-
<version>0.15-SNAPSHOT</version>
9+
<version>0.15</version>
1010
<packaging>pom</packaging>
1111

1212
<name>${project.groupId}:${project.artifactId}</name>

restdocs-spec-generator/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.github.berkleytechnologyservices.restdocs-spec</groupId>
88
<artifactId>restdocs-spec</artifactId>
9-
<version>0.15-SNAPSHOT</version>
9+
<version>0.15</version>
1010
</parent>
1111

1212
<artifactId>restdocs-spec-generator</artifactId>

restdocs-spec-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.github.berkleytechnologyservices.restdocs-spec</groupId>
1010
<artifactId>restdocs-spec</artifactId>
11-
<version>0.15-SNAPSHOT</version>
11+
<version>0.15</version>
1212
</parent>
1313

1414
<artifactId>restdocs-spec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)