Skip to content

Commit 2d164c6

Browse files
committed
🐛 Fixed version numbers in Sample Spring Boot Jersey app
Still pointed to 0.0.4-SNAPSHOT but should be 0.0.5-SNAPSHOT.
1 parent 4799477 commit 2d164c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • spring/fluentforms-sample-web-jersey-app

spring/fluentforms-sample-web-jersey-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
<groupId>com._4point.aem.fluentforms</groupId>
1212
<artifactId>fluentforms-sample-web-app</artifactId>
1313
<version>0.0.5-SNAPSHOT</version>
14-
<name>Fluent Forms Spring Boot Sample Web Application</name>
14+
<name>Fluent Forms Spring Boot Sample Jersey Web Application</name>
1515
<description>Sample Spring Boot Web Application (using Jersey JAX-RS) that utilizes the Fluent Forms Spring Boot Starters</description>
1616

1717
<properties>
1818
<java.version>17</java.version>
1919
<wiremock.version>3.13.1</wiremock.version>
2020
<wiremock-spring-boot.version>3.10.6</wiremock-spring-boot.version>
2121
<htmlunit.version>4.16.0</htmlunit.version>
22-
<fluentforms.jersey.spring.boot.starter.version>0.0.4-SNAPSHOT</fluentforms.jersey.spring.boot.starter.version>
22+
<fluentforms.jersey.spring.boot.starter.version>0.0.5-SNAPSHOT</fluentforms.jersey.spring.boot.starter.version>
2323
<fp.hamcrest.matchers.version>0.0.4-SNAPSHOT</fp.hamcrest.matchers.version>
2424
</properties>
2525

0 commit comments

Comments
 (0)