Skip to content

Commit 01465c4

Browse files
committed
πŸ”– Update to version 0.0.4
1 parent d204f7a commit 01465c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Žfluentforms/core/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>com._4point.aem</groupId>
2222
<artifactId>fluentforms</artifactId>
23-
<version>0.0.4-SNAPSHOT</version>
23+
<version>0.0.4</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>fluentforms.core</artifactId>

β€Žfluentforms/examples/pom.xmlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com._4point.aem</groupId>
77
<artifactId>fluentforms</artifactId>
8-
<version>0.0.4-SNAPSHOT</version>
8+
<version>0.0.4</version>
99
</parent>
1010
<artifactId>fluentforms.examples</artifactId>
1111
<name>FluentForms Examples</name>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com._4point.aem</groupId>
2626
<artifactId>fluentforms.core</artifactId>
27-
<version>0.0.4-SNAPSHOT</version>
27+
<version>0.0.4</version>
2828
</dependency>
2929
</dependencies>
3030
</project>

β€Žfluentforms/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>com._4point.aem</groupId>
2222
<artifactId>fluentforms</artifactId>
2323
<packaging>pom</packaging>
24-
<version>0.0.4-SNAPSHOT</version>
24+
<version>0.0.4</version>
2525
<description>fluent-forms-api</description>
2626

2727
<!--

0 commit comments

Comments
Β (0)