Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Reverted version to 0.2.0 and updated all package to embed commons pa…
Browse files Browse the repository at this point in the history
…ckage

Former-commit-id: d609ff5
  • Loading branch information
dnlek committed Apr 19, 2016
1 parent cf6df61 commit 9d5e383
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 deletions.
17 changes: 14 additions & 3 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -83,6 +83,11 @@
<artifactId>we.retail.ui.content</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>com.adobe.aem.sample</groupId>
<artifactId>we.retail.commons.content</artifactId>
<filter>true</filter>
</subPackage>
</subPackages>
</configuration>
</plugin>
Expand Down Expand Up @@ -124,13 +129,19 @@
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.ui.apps</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<type>content-package</type>
</dependency>
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.ui.content</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<type>content-package</type>
</dependency>
<dependency>
<groupId>com.adobe.aem.sample</groupId>
<artifactId>we.retail.commons.content</artifactId>
<version>0.2.0</version>
<type>content-package</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>we.retail.core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions it.launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -325,12 +325,12 @@
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.it.tests</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.core</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>
</dependencies>
</project>
4 changes: 2 additions & 2 deletions it.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.core</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<type>bundle</type>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<packaging>pom</packaging>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<description>We.Retail</description>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -213,7 +213,7 @@
<dependency>
<groupId>we</groupId>
<artifactId>we.retail.core</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion ui.content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>we</groupId>
<artifactId>we.retail</artifactId>
<version>0.3.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 9d5e383

Please sign in to comment.