Skip to content

Commit 87b7d0e

Browse files
committed
Moved all fluentforms versions to 0.0.3-SNAPSHOT.
1 parent fb57fd2 commit 87b7d0e

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

  • spring
    • fluentforms-sample-cli-app
    • fluentforms-sample-web-app
    • fluentforms-spring-boot-autoconfigure
    • fluentforms-spring-boot-starter

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.1-SNAPSHOT</version>
13+
<version>0.0.3-SNAPSHOT</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.2-SNAPSHOT</version>
38+
<version>0.0.3-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>

spring/fluentforms-sample-web-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.2-SNAPSHOT</version>
12+
<version>0.0.3-SNAPSHOT</version>
1313
<name>Fluent Forms Spring Boot Sample Web Application</name>
1414
<description>Sample Spring Boot Web Application that utilizes the Fluent Forms Spring Boot Starters</description>
1515

@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com._4point.aem.fluentforms</groupId>
6767
<artifactId>fluentforms-spring-boot-starter</artifactId>
68-
<version>0.0.2-SNAPSHOT</version>
68+
<version>0.0.3-SNAPSHOT</version>
6969
</dependency>
7070

7171
<!-- Testing Dependencies -->

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.1-SNAPSHOT</version>
13+
<version>0.0.3-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.2-SNAPSHOT</fluentforms.version>
20+
<fluentforms.version>0.0.3-SNAPSHOT</fluentforms.version>
2121
<fp.hamcrest.matchers.version>0.0.1-SNAPSHOT</fp.hamcrest.matchers.version>
2222
<wiremock.version>2.35.0</wiremock.version>
2323
</properties>

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.2-SNAPSHOT</version>
13+
<version>0.0.3-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.2-SNAPSHOT</fluentforms.version>
21-
<fluentforms-autoconfigure.version>0.0.1-SNAPSHOT</fluentforms-autoconfigure.version>
20+
<fluentforms.version>0.0.3-SNAPSHOT</fluentforms.version>
21+
<fluentforms-autoconfigure.version>0.0.3-SNAPSHOT</fluentforms-autoconfigure.version>
2222
</properties>
2323

2424
<distributionManagement>

0 commit comments

Comments
 (0)