Skip to content

Commit c8a9a79

Browse files
committed
🔖 Updated version to remove SNAPSHOT
1 parent 3e446ec commit c8a9a79

File tree

1 file changed

+3
-3
lines changed
  • spring/fluentforms-spring-boot-starter

1 file changed

+3
-3
lines changed

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

2424
<distributionManagement>

0 commit comments

Comments
 (0)