Skip to content

Commit

Permalink
update poms.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Aug 6, 2021
1 parent 51b784d commit 71482a2
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 18 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.583</version>
<version>2.0.589</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>aemdesign-aem-compose</artifactId>
<version>2.0.583</version>
<version>2.0.589</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
8 changes: 4 additions & 4 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.583</version>
<version>2.0.589</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.583</version>
<version>2.0.589</version>

<developers>
<developer>
Expand Down Expand Up @@ -112,7 +112,7 @@
<!--<target>/apps/aemdesign/install</target>-->
<!--</embedded>-->
</embeddeds>
<dependencies>
<!-- <dependencies>
<dependency>
<group>adobe/consulting</group>
<name>acs-aem-commons-content</name>
Expand All @@ -123,7 +123,7 @@
<name>com.adobe.acs.bundles.twitter4j-content</name>
<version>[1.0.0,)</version>
</dependency>
</dependencies>
</dependencies> -->
</configuration>
</plugin>

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.583</version>
<version>2.0.589</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.583</version>
<version>2.0.589</version>

<developers>
<developer>
Expand Down
11 changes: 7 additions & 4 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.583</version>
<version>2.0.589</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.583</version>
<version>2.0.589</version>

<developers>
<developer>
Expand All @@ -40,7 +40,7 @@
<!-- define the resources that will go into the package -->
<resource>
<directory>src/main/content/jcr_root</directory>
<filtering>false</filtering>
<filtering>true</filtering>
<excludes>
<!-- exclude .vlt control files in the package -->
<exclude>**/.vlt</exclude>
Expand All @@ -53,7 +53,10 @@
<exclude>**/.DS_Store</exclude>
<exclude>**/target/**</exclude>
<exclude>**/pom.xml</exclude>
<exclude>**/src/main/content/jcr_root/content/dam/**</exclude>
<!-- <exclude>**/src/main/content/jcr_root/content/dam/**</exclude> -->
<exclude>**/thumbnail.png.dir/**</exclude>
<exclude>**/folderThumbnail.dir/**</exclude>
<exclude>**/folderThumbnail</exclude>
</excludes>
</resource>
</resources>
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.583</version>
<version>2.0.589</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.583</version>
<version>2.0.589</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.583</version>
<version>2.0.589</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.583</version>
<version>2.0.589</version>

<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion 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.583</version>
<version>2.0.589</version>
<relativePath>../pom.xml</relativePath>
</parent>

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.583</version>
<version>2.0.589</version>
<packaging>pom</packaging>

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

0 comments on commit 71482a2

Please sign in to comment.