Skip to content

Commit 7a13aaf

Browse files
committed
Updating to release 0.2.0
1 parent 5f85159 commit 7a13aaf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.perficient.aem</groupId>
1515
<artifactId>aem-datalayer</artifactId>
16-
<version>0.1.2-SNAPSHOT</version>
16+
<version>0.2.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919
<artifactId>aem-datalayer.core</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.perficient.aem</groupId>
1414
<artifactId>aem-datalayer</artifactId>
1515
<packaging>pom</packaging>
16-
<version>0.1.2-SNAPSHOT</version>
16+
<version>0.2.0</version>
1717
<name>AEM DataLayer</name>
1818
<description>Sling Models based DataLayer library for Adobe Experience Manager</description>
1919
<url>https://github.com/PerficientDigital/AEM-DataLayer</url>

ui.apps/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.perficient.aem</groupId>
1919
<artifactId>aem-datalayer</artifactId>
20-
<version>0.1.2-SNAPSHOT</version>
20+
<version>0.2.0</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323

@@ -206,13 +206,13 @@
206206
<dependency>
207207
<groupId>com.perficient.aem</groupId>
208208
<artifactId>aem-datalayer.core</artifactId>
209-
<version>0.1.2-SNAPSHOT</version>
209+
<version>0.2.0</version>
210210
</dependency>
211211

212212
<dependency>
213213
<groupId>com.perficient.aem</groupId>
214214
<artifactId>weretail-reference</artifactId>
215-
<version>0.1.2-SNAPSHOT</version>
215+
<version>0.2.0</version>
216216
</dependency>
217217

218218
<dependency>

weretail-reference/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>com.perficient.aem</groupId>
1515
<artifactId>aem-datalayer</artifactId>
16-
<version>0.1.2-SNAPSHOT</version>
16+
<version>0.2.0</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919
<artifactId>weretail-reference</artifactId>
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>com.perficient.aem</groupId>
171171
<artifactId>aem-datalayer.core</artifactId>
172-
<version>0.1.2-SNAPSHOT</version>
172+
<version>0.2.0</version>
173173
</dependency>
174174
</dependencies>
175175
</project>

0 commit comments

Comments
 (0)