Skip to content

Commit c7e222c

Browse files
committed
πŸ”€ Merge branch 'master' into 20251026_Replace_Jersey_With_WebMVC
2 parents a0477e0 + 307ad76 commit c7e222c

File tree

18 files changed

+35
-26
lines changed

18 files changed

+35
-26
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Fluent Forms CI](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/fluentforms-ci.yml/badge.svg)](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/fluentforms-ci.yml)
55
[![REST Services CI](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/rest-services-ci.yml/badge.svg)](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/rest-services-ci.yml)
66
[![Spring Boot Starter CI](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/spring-boot-starter-ci.yml/badge.svg)](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/spring-boot-starter-ci.yml)
7-
[![Spring Sample Web App CI](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/spring-sample-web-app-ci.yml/badge.svg)](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/spring-sample-web-app-ci.yml)
7+
[![Spring Sample Web App CI](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/spring-sample-web-apps-ci.yml/badge.svg)](https://github.com/4PointSolutions/FluentFormsAPI/actions/workflows/spring-sample-web-apps-ci.yml)
88

99
The FluentForms API project is a set of Java libraries that allow remote access to
1010
[Adobe Experience Manager Forms](https://experienceleague.adobe.com/docs/experience-manager-65/content/forms/getting-started/introduction-aem-forms.html?lang=en) (a.k.a. AEM Forms)

β€Ž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.5-SNAPSHOT</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.5-SNAPSHOT</version>
99
</parent>
1010
<artifactId>fluentforms.examples</artifactId>
1111
<name>FluentForms Examples</name>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com._4point.aem</groupId>
4545
<artifactId>fluentforms.core</artifactId>
46-
<version>0.0.4-SNAPSHOT</version>
46+
<version>0.0.5-SNAPSHOT</version>
4747
</dependency>
4848
</dependencies>
4949
</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.5-SNAPSHOT</version>
2525
<description>fluent-forms-api</description>
2626

2727
<!--

β€Žrest-services/client/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.docservices</groupId>
2222
<artifactId>rest-services</artifactId>
23-
<version>0.0.4-SNAPSHOT</version>
23+
<version>0.0.5-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>rest-services.client</artifactId>

β€Žrest-services/it.tests/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com._4point.aem.docservices</groupId>
77
<artifactId>rest-services</artifactId>
8-
<version>0.0.4-SNAPSHOT</version>
8+
<version>0.0.5-SNAPSHOT</version>
99
</parent>
1010
<artifactId>rest-services.it.tests</artifactId>
1111
<name>Integration Tests</name>

β€Žrest-services/jersey-client/pom.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com._4point.aem.docservices</groupId>
77
<artifactId>rest-services</artifactId>
8-
<version>0.0.4-SNAPSHOT</version>
8+
<version>0.0.5-SNAPSHOT</version>
99
</parent>
1010
<groupId>com._4point.aem.docservices.rest-services</groupId>
1111
<artifactId>rest-services.jersey-client</artifactId>

β€Žrest-services/pom.xmlβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>com._4point.aem.docservices</groupId>
1515
<artifactId>rest-services</artifactId>
1616
<packaging>pom</packaging>
17-
<version>0.0.4-SNAPSHOT</version>
17+
<version>0.0.5-SNAPSHOT</version>
1818
<description>AEM Document Services REST Services</description>
1919

2020
<!--
@@ -83,8 +83,8 @@
8383
<jersey.version>3.1.10</jersey.version>
8484
<jaxb.version>4.0.2</jaxb.version>
8585
<sling.servlet-helpers.version>1.4.6</sling.servlet-helpers.version>
86-
<fluentforms.version>0.0.4-SNAPSHOT</fluentforms.version>
87-
<rest-services.version>0.0.4-SNAPSHOT</rest-services.version>
86+
<fluentforms.version>0.0.5-SNAPSHOT</fluentforms.version>
87+
<rest-services.version>0.0.5-SNAPSHOT</rest-services.version>
8888

8989
<!-- Testing dependencies -->
9090
<mockito.version>5.18.0</mockito.version>

β€Žrest-services/server/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.docservices</groupId>
2222
<artifactId>rest-services</artifactId>
23-
<version>0.0.4-SNAPSHOT</version>
23+
<version>0.0.5-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>rest-services.server</artifactId>

β€Ž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.4-SNAPSHOT</version>
13+
<version>0.0.5-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.4-SNAPSHOT</version>
38+
<version>0.0.5-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
Β (0)