Skip to content

Commit be58298

Browse files
committed
🔖 Changed version to 0.0.4-SNAPSHOT
1 parent 8c5a280 commit be58298

File tree

2 files changed

+5
-5
lines changed
  • spring
    • fluentforms-spring-boot-autoconfigure
    • fluentforms-spring-boot-starter

2 files changed

+5
-5
lines changed

‎spring/fluentforms-spring-boot-autoconfigure/pom.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
</parent>
1111
<groupId>com._4point.aem.fluentforms</groupId>
1212
<artifactId>fluentforms-spring-boot-autoconfigure</artifactId>
13-
<version>0.0.3</version>
13+
<version>0.0.4-SNAPSHOT</version>
1414
<name>AutoConfigure Project</name>
1515

1616
<properties>
1717
<java.version>17</java.version>
1818
<jasypt.spring.boot.version>3.0.5</jasypt.spring.boot.version>
1919
<jasypt.maven.plugin.version>3.0.5</jasypt.maven.plugin.version>
20-
<fluentforms.version>0.0.3</fluentforms.version>
20+
<fluentforms.version>0.0.4-SNAPSHOT</fluentforms.version>
2121
<fp.hamcrest.matchers.version>0.0.1-SNAPSHOT</fp.hamcrest.matchers.version>
2222
<wiremock.version>3.1.0</wiremock.version>
2323
<pitest.maven.plugin.version>1.15.3</pitest.maven.plugin.version>

‎spring/fluentforms-spring-boot-starter/pom.xml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<artifactId>fluentforms-spring-boot-starter</artifactId>
13-
<version>0.0.3</version>
13+
<version>0.0.4-SNAPSHOT</version>
1414
<name>FluentForms Spring Boot Starter</name>
1515
<description>Spring Boot starter for FluentForms library</description>
1616
<properties>
1717
<java.version>17</java.version>
1818
<jasypt.spring.boot.version>3.0.5</jasypt.spring.boot.version>
1919
<jasypt.maven.plugin.version>3.0.5</jasypt.maven.plugin.version>
20-
<fluentforms.version>0.0.3</fluentforms.version>
21-
<fluentforms-autoconfigure.version>0.0.3</fluentforms-autoconfigure.version>
20+
<fluentforms.version>0.0.4-SNAPSHOT</fluentforms.version>
21+
<fluentforms-autoconfigure.version>0.0.4-SNAPSHOT</fluentforms-autoconfigure.version>
2222
</properties>
2323

2424
<distributionManagement>

0 commit comments

Comments
 (0)