Skip to content

Commit

Permalink
Downgraded ACS Commons to v4.11.2
Browse files Browse the repository at this point in the history
Versioned ClientLibs had an implementation change in ACS v4.12 which broke the internal resolution. 4.11.2 is the current stable release.
  • Loading branch information
Chris Shaw committed Apr 1, 2021
1 parent bcd5011 commit ff7d919
Show file tree
Hide file tree
Showing 5 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.1.203</version>
<version>2.1.207</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>aemdesign-aem-author</artifactId>
<version>2.1.203</version>
<version>2.1.207</version>
<packaging>content-package</packaging>
<name>AEM Design - Core - AEM Author UI Updates</name>
<description>AEM.Design extensions and libraries that enhance the default authoring UI</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.1.203</version>
<version>2.1.207</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>aemdesign-aem-common</artifactId>
<version>2.1.203</version>
<version>2.1.207</version>
<packaging>content-package</packaging>
<name>AEM Design - Core - AEM Common</name>
<description>AEM.Design components and base templates</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.1.203</version>
<version>2.1.207</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.Design deployment package for all packages</description>
<version>2.1.203</version>
<version>2.1.207</version>
<url>https://aem.design</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 @@ -9,7 +9,7 @@
<parent>
<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-core</artifactId>
<version>2.1.203</version>
<version>2.1.207</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<artifactId>aemdesign-aem-services</artifactId>
<version>2.1.203</version>
<version>2.1.207</version>
<packaging>jar</packaging>
<name>AEM Design - Core - AEM Services</name>
<description>Project for all AEM and OSGI Services</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>design.aem</groupId>
<artifactId>aemdesign-aem-core</artifactId>
<version>2.1.203</version>
<version>2.1.207</version>
<packaging>pom</packaging>

<name>AEM Design - Core Project</name>
Expand Down Expand Up @@ -65,7 +65,7 @@
<aem.uberjar.version>6.4.8</aem.uberjar.version>
<bundleFileName>aemdesign-aem-services</bundleFileName>
<bundleName>design.aem.aemdesign-aem-services</bundleName>
<adobe.acs.version>5.0.4</adobe.acs.version>
<adobe.acs.version>4.11.2</adobe.acs.version>
<core.wcm.components.version>2.8.0</core.wcm.components.version>
<sonar.organization>aem-design</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit ff7d919

Please sign in to comment.