Skip to content

Commit 8a5f6f7

Browse files
committed
Bump version to 0.0.4-beta and update descriptions
Updated project and module versions to 0.0.4-beta and upgraded Spring Boot parent to 3.5.3. Added and improved module descriptions in pom.xml files for better clarity.
1 parent 2209218 commit 8a5f6f7

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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.3-beta</version>
30+
<version>0.0.4-beta</version>
3131
</dependency>
3232
```
3333

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.0</version>
8+
<version>3.5.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.davidrandoll</groupId>
1212
<artifactId>spring-web-captor-parent</artifactId>
13-
<version>0.0.3-beta</version>
13+
<version>0.0.4-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<parent>
77
<groupId>com.davidrandoll</groupId>
88
<artifactId>spring-web-captor-parent</artifactId>
9-
<version>0.0.3-beta</version>
9+
<version>0.0.4-beta</version>
1010
</parent>
1111

1212
<artifactId>spring-web-captor-xml</artifactId>
1313
<name>Spring Web Captor XML</name>
14+
<description>An extension for Spring Web Captor that adds XML support for Request/Response bodies.</description>
1415

1516
<properties>
1617
<spring-web-captor.version>0.0.1-beta</spring-web-captor.version>

spring-web-captor/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
<parent>
77
<groupId>com.davidrandoll</groupId>
88
<artifactId>spring-web-captor-parent</artifactId>
9-
<version>0.0.3-beta</version>
9+
<version>0.0.4-beta</version>
1010
</parent>
1111

1212
<artifactId>spring-web-captor</artifactId>
1313
<name>Spring Web Captor</name>
14+
<description>The core module of Spring Web Captor that provides the main functionality for capturing HTTP requests
15+
and responses.
16+
</description>
1417

1518
<properties>
1619
<maven.compiler.source>21</maven.compiler.source>

0 commit comments

Comments
 (0)