Skip to content

Commit 3123f50

Browse files
committed
Bump project version to 1.0.3
Update version references from 1.0.2 to 1.0.3 across the project: update the root pom 'revision' property and adjust the spring-web-captor dependency version in README.md and examples/backend/pom.xml to reflect the new release.
1 parent 5d54c25 commit 3123f50

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A live demo is available at [captor.davidrandoll.com](https://captor.davidrandol
3131
<dependency>
3232
<groupId>com.davidrandoll</groupId>
3333
<artifactId>spring-web-captor</artifactId>
34-
<version>1.0.2</version>
34+
<version>1.0.3</version>
3535
</dependency>
3636
```
3737

examples/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>com.davidrandoll</groupId>
2222
<artifactId>spring-web-captor</artifactId>
23-
<version>1.0.2</version>
23+
<version>1.0.3</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<module>spring-web-captor-xml</module>
3939
</modules>
4040
<properties>
41-
<revision>1.0.2</revision>
41+
<revision>1.0.3</revision>
4242

4343
<java.version>21</java.version>
4444
</properties>

0 commit comments

Comments
 (0)