Skip to content

Commit

Permalink
update pom versions and submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jan 3, 2021
1 parent 565f9c6 commit 5392340
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions aemdesign-aem-compose/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-support</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<!-- ====================================================================== -->

<artifactId>aemdesign-aem-compose</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<packaging>content-package</packaging>
<name>AEM Design - Support - Compose</name>
<description>Composes the CSS and JavaScript required for visually appealing experiences in AEM.</description>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-aem-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-support</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<packaging>content-package</packaging>
<name>AEM Design - Support - Config</name>
<description>AEM Configuration files for AEM Design project</description>
<version>2.0.380</version>
<version>2.0.454</version>

<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-aem-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-support</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<packaging>content-package</packaging>
<name>AEM Design - Support - Content</name>
<description>Initial Content for AEM Design project</description>
<version>2.0.380</version>
<version>2.0.454</version>

<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-aem-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-support</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +19,7 @@
<packaging>content-package</packaging>
<name>AEM Design - Support - Showcase</name>
<description>Showcase package for AEM.Design Components. Used for functional test and regression test</description>
<version>2.0.380</version>
<version>2.0.454</version>

<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-aem-support-deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-support</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<packaging>content-package</packaging>
<name>AEM Design - Support - Support Deploy</name>
<description>AEM package for deploying all packages as one</description>
<version>2.0.380</version>
<version>2.0.454</version>

<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-aem-training/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-support</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<packaging>content-package</packaging>
<name>AEM Design - Support - AEM Training Content</name>
<description>AEM package with a user training site</description>
<version>2.0.380</version>
<version>2.0.454</version>

<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-support</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -16,7 +16,7 @@
<!-- ====================================================================== -->
<artifactId>aemdesign-testing</artifactId>
<packaging>jar</packaging>
<version>2.0.380</version>
<version>2.0.454</version>
<name>AEM Design - Support - Integration Testing</name>
<description>AEM Design Integration Tests for AEM</description>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-support</artifactId>
<version>2.0.380</version>
<version>2.0.454</version>
<packaging>pom</packaging>

<name>AEM Design - Support Project</name>
Expand Down

0 comments on commit 5392340

Please sign in to comment.