Skip to content

Commit c69cff3

Browse files
committed
🔖 Update to version 0.0.4
1 parent dc6199d commit c69cff3

File tree

3 files changed

+6
-6
lines changed
  • spring
    • fluentforms-sample-cli-app
    • fluentforms-sample-web-jersey-app
    • fluentforms-sample-webmvc-app

3 files changed

+6
-6
lines changed

‎spring/fluentforms-sample-cli-app/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com._4point.aem.fluentforms</groupId>
1212
<artifactId>fluentforms-sample-cli-app</artifactId>
13-
<version>0.0.4-SNAPSHOT</version>
13+
<version>0.0.4</version>
1414
<name>Simple Sample App</name>
1515

1616
<distributionManagement>
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com._4point.aem.fluentforms</groupId>
3737
<artifactId>fluentforms-spring-boot-starter</artifactId>
38-
<version>0.0.4-SNAPSHOT</version>
38+
<version>0.0.4</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com._4point.aem.fluentforms</groupId>
1111
<artifactId>fluentforms-sample-web-app</artifactId>
12-
<version>0.0.4-SNAPSHOT</version>
12+
<version>0.0.4</version>
1313
<name>Fluent Forms Spring Boot Sample Web Application</name>
1414
<description>Sample Spring Boot Web Application (using Jersey JAX-RS) that utilizes the Fluent Forms Spring Boot Starters</description>
1515

@@ -18,7 +18,7 @@
1818
<wiremock.version>3.13.1</wiremock.version>
1919
<wiremock-spring-boot.version>3.10.6</wiremock-spring-boot.version>
2020
<htmlunit.version>4.16.0</htmlunit.version>
21-
<fluentforms.spring.boot.starter.version>0.0.4-SNAPSHOT</fluentforms.spring.boot.starter.version>
21+
<fluentforms.spring.boot.starter.version>0.0.4</fluentforms.spring.boot.starter.version>
2222
<fp.hamcrest.matchers.version>0.0.4-SNAPSHOT</fp.hamcrest.matchers.version>
2323
</properties>
2424

‎spring/fluentforms-sample-webmvc-app/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com._4point.aem.fluentforms</groupId>
1111
<artifactId>fluentforms-sample-webmvc-app</artifactId>
12-
<version>0.0.4-SNAPSHOT</version>
12+
<version>0.0.4</version>
1313
<name>Fluent Forms Spring Boot Sample Web MVC Application</name>
1414
<description>Sample Spring Boot Web MVC Application that utilizes the Fluent Forms Spring Boot Starters</description>
1515

@@ -18,7 +18,7 @@
1818
<wiremock.version>3.13.1</wiremock.version>
1919
<wiremock-spring-boot.version>3.10.6</wiremock-spring-boot.version>
2020
<htmlunit.version>4.16.0</htmlunit.version>
21-
<fluentforms.spring.boot.starter.version>0.0.4-SNAPSHOT</fluentforms.spring.boot.starter.version>
21+
<fluentforms.spring.boot.starter.version>0.0.4</fluentforms.spring.boot.starter.version>
2222
<fp.hamcrest.matchers.version>0.0.4-SNAPSHOT</fp.hamcrest.matchers.version>
2323
</properties>
2424

0 commit comments

Comments
 (0)