Skip to content

Commit dda7de3

Browse files
committed
🔖 Updated version to remove SNAPSHOT
1 parent 3358529 commit dda7de3

File tree

2 files changed

+4
-4
lines changed
  • spring

2 files changed

+4
-4
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.3-SNAPSHOT</version>
13+
<version>0.0.3</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.3-SNAPSHOT</version>
38+
<version>0.0.3</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.3-SNAPSHOT</version>
12+
<version>0.0.3</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

@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>com._4point.aem.fluentforms</groupId>
6666
<artifactId>fluentforms-spring-boot-starter</artifactId>
67-
<version>0.0.3-SNAPSHOT</version>
67+
<version>0.0.3</version>
6868
</dependency>
6969

7070
<!-- Testing Dependencies -->

0 commit comments

Comments
 (0)