Skip to content

Commit 755ef3b

Browse files
committed
Set the version number to 0.0.1 to create a release.
1 parent 49853a4 commit 755ef3b

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

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.1-SNAPSHOT</version>
23+
<version>0.0.1</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.1-SNAPSHOT</version>
8+
<version>0.0.1</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.1-SNAPSHOT</version>
27+
<version>0.0.1</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.junit.jupiter</groupId>

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.1-SNAPSHOT</version>
24+
<version>0.0.1</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.1-SNAPSHOT</version>
23+
<version>0.0.1</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.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
99
</parent>
1010
<artifactId>rest-services.it.tests</artifactId>
1111
<name>Integration Tests</name>

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.1-SNAPSHOT</version>
17+
<version>0.0.1</version>
1818
<description>AEM Document Services REST Services</description>
1919

2020
<!--
@@ -701,12 +701,12 @@
701701
<dependency>
702702
<groupId>com._4point.aem</groupId>
703703
<artifactId>fluentforms.core</artifactId>
704-
<version>0.0.1-SNAPSHOT</version>
704+
<version>0.0.1</version>
705705
</dependency>
706706
<dependency>
707707
<groupId>com._4point.aem.docservices</groupId>
708708
<artifactId>rest-services.client</artifactId>
709-
<version>0.0.1-SNAPSHOT</version>
709+
<version>0.0.1</version>
710710
</dependency>
711711
<dependency>
712712
<groupId>commons-io</groupId>

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.1-SNAPSHOT</version>
23+
<version>0.0.1</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<artifactId>rest-services.server</artifactId>

0 commit comments

Comments
 (0)