Skip to content

Commit 4799477

Browse files
committed
🐛 Fix version number in jersey starters
It was not updated in the move to 0.0.5-SNAPSHOT.
1 parent 3955bf4 commit 4799477

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • spring
    • fluentforms-jersey-spring-boot-autoconfigure
    • fluentforms-jersey-spring-boot-starter

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
</parent>
99
<groupId>com._4point.aem.fluentforms</groupId>
1010
<artifactId>fluentforms-jersey-spring-boot-autoconfigure</artifactId>
11-
<version>0.0.4-SNAPSHOT</version>
11+
<version>0.0.5-SNAPSHOT</version>
1212
<name>FluentForms Jersey AutoConfigure Project</name>
1313

1414
<properties>
1515
<java.version>17</java.version>
1616
<jasypt.spring.boot.version>3.0.5</jasypt.spring.boot.version>
1717
<jasypt.maven.plugin.version>3.0.5</jasypt.maven.plugin.version>
18-
<fluentforms.version>0.0.4-SNAPSHOT</fluentforms.version>
19-
<fluentforms-autoconfigure.version>0.0.4-SNAPSHOT</fluentforms-autoconfigure.version>
18+
<fluentforms.version>0.0.5-SNAPSHOT</fluentforms.version>
19+
<fluentforms-autoconfigure.version>0.0.5-SNAPSHOT</fluentforms-autoconfigure.version>
2020

2121
<!-- Testing Dependencies -->
2222
<fp.hamcrest.matchers.version>0.0.4-SNAPSHOT</fp.hamcrest.matchers.version>

spring/fluentforms-jersey-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-jersey-spring-boot-starter</artifactId>
13-
<version>0.0.4-SNAPSHOT</version>
13+
<version>0.0.5-SNAPSHOT</version>
1414
<name>FluentForms Jersey Spring Boot Starter</name>
1515
<description>Spring Boot starter for FluentForms library using Jersey</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.4-SNAPSHOT</fluentforms.version>
21-
<fluentforms-jersey-autoconfigure.version>0.0.4-SNAPSHOT</fluentforms-jersey-autoconfigure.version>
20+
<fluentforms.version>0.0.5-SNAPSHOT</fluentforms.version>
21+
<fluentforms-jersey-autoconfigure.version>0.0.5-SNAPSHOT</fluentforms-jersey-autoconfigure.version>
2222
</properties>
2323

2424
<distributionManagement>

0 commit comments

Comments
 (0)