Skip to content

Commit

Permalink
update pom versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Jul 29, 2019
1 parent 7df854f commit 8f0059d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions aemdesign-aem-author/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-core</artifactId>
<version>2.0.291</version>
<version>2.0.307</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>aemdesign-aem-author</artifactId>
<version>2.0.291</version>
<version>2.0.307</version>
<packaging>content-package</packaging>
<name>AEM Design - Core - AEM Author UI Updates</name>
<description>Updates to OOTB AEM</description>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-aem-common/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-core</artifactId>
<version>2.0.291</version>
<version>2.0.307</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>aemdesign-aem-common</artifactId>
<version>2.0.291</version>
<version>2.0.307</version>
<packaging>content-package</packaging>
<name>AEM Design - Core - AEM Common</name>
<description>AEM Design package with all common components</description>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-aem-core-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-core</artifactId>
<version>2.0.291</version>
<version>2.0.307</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<packaging>content-package</packaging>
<name>AEM Design - Core - Deployment Package</name>
<description>AEM package for deploying all packages as one</description>
<version>2.0.291</version>
<version>2.0.307</version>
<url>${parent.url}</url>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions aemdesign-aem-services/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-core</artifactId>
<version>2.0.291</version>
<version>2.0.307</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>aemdesign-aem-services</artifactId>
<version>2.0.291</version>
<version>2.0.307</version>
<packaging>bundle</packaging>
<name>AEM Design - Core - AEM Services</name>
<description>Project for all AEM and OSGI Services</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected void ready() throws Exception {
DEFAULT_FIELDS_STYLE,
DEFAULT_FIELDS_ACCESSIBILITY);

Map<String, String> contentBlockList = new LinkedHashMap>();
Map<String, String> contentBlockList = new LinkedHashMap<>();
Resource menuSource = getResource().getParent();

if(componentProperties.get(FIELD_MENUSOURCE, DEFAULT_MENUSOURCE_PARENT).equals(DEFAULT_MENUSOURCE_PAGEPATH)) {
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-core</artifactId>
<version>2.0.291</version>
<version>2.0.307</version>
<packaging>pom</packaging>

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

0 comments on commit 8f0059d

Please sign in to comment.