Skip to content

Commit 13558ce

Browse files
committed
🔖 Update to version 0.0.4
1 parent 01465c4 commit 13558ce

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎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.4</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.4</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.4</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.4</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.4</fluentforms.version>
87+
<rest-services.version>0.0.4</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.4</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>rest-services.server</artifactId>

0 commit comments

Comments
 (0)