Skip to content

Commit 956383c

Browse files
committed
Bump version to 0.0.2-beta in project files
Updated the version from 0.0.1-beta to 0.0.2-beta in README.md and all relevant pom.xml files to prepare for the next release.
1 parent b648b4c commit 956383c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ headers, and request/response body (including files) and publishes an event with
2727
<dependency>
2828
<groupId>com.davidrandoll</groupId>
2929
<artifactId>spring-web-captor</artifactId>
30-
<version>0.0.1-beta</version>
30+
<version>0.0.2-beta</version>
3131
</dependency>
3232
```
3333

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.davidrandoll</groupId>
1212
<artifactId>spring-web-captor-parent</artifactId>
13-
<version>0.0.1-beta</version>
13+
<version>0.0.2-beta</version>
1414
<packaging>pom</packaging>
1515
<name>Spring Web Captor Parent</name>
1616
<description>A Spring Web library that intercepts and captures HTTP request and response data including URI, path,

spring-web-captor-xml/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.davidrandoll</groupId>
88
<artifactId>spring-web-captor-parent</artifactId>
9-
<version>0.0.1-beta</version>
9+
<version>0.0.2-beta</version>
1010
</parent>
1111

1212
<artifactId>spring-web-captor-xml</artifactId>

spring-web-captor/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.davidrandoll</groupId>
88
<artifactId>spring-web-captor-parent</artifactId>
9-
<version>0.0.1-beta</version>
9+
<version>0.0.2-beta</version>
1010
</parent>
1111

1212
<artifactId>spring-web-captor</artifactId>

0 commit comments

Comments
 (0)