Skip to content

Commit

Permalink
Updating to release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klcodanr committed Aug 21, 2017
1 parent 5f85159 commit 7a13aaf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.perficient.aem</groupId>
<artifactId>aem-datalayer</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aem-datalayer.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@
<groupId>com.perficient.aem</groupId>
<artifactId>aem-datalayer</artifactId>
<packaging>pom</packaging>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
<name>AEM DataLayer</name>
<description>Sling Models based DataLayer library for Adobe Experience Manager</description>
<url>https://github.com/PerficientDigital/AEM-DataLayer</url>
Expand Down
6 changes: 3 additions & 3 deletions ui.apps/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.perficient.aem</groupId>
<artifactId>aem-datalayer</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -206,13 +206,13 @@
<dependency>
<groupId>com.perficient.aem</groupId>
<artifactId>aem-datalayer.core</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<dependency>
<groupId>com.perficient.aem</groupId>
<artifactId>weretail-reference</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions weretail-reference/pom.xml
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>com.perficient.aem</groupId>
<artifactId>aem-datalayer</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>weretail-reference</artifactId>
Expand Down Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>com.perficient.aem</groupId>
<artifactId>aem-datalayer.core</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 7a13aaf

Please sign in to comment.