Skip to content

Commit

Permalink
@releng - updated README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeadracea committed Jul 13, 2018
1 parent fa0ea24 commit 0cb1a04
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Core Components | AEM | Java
[2.0.0](https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.0.0) | AEM 6.3 + SP1 + FP20593 | 1.8
[2.0.4](https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.0.4) | AEM 6.3 + SP1 + CFP2 + FP20593 + FP20696 | 1.8
[2.0.6](https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.0.6), [2.0.8](https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.0.8) | AEM 6.3 + SP2 | 1.8
[2.1.0](https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components/releases/tag/core.wcm.components.reactor-2.0.6) | AEM 6.3.2.2 + FP24268, AEM 6.4.1.0 + FP24267 | 1.8

## Installation

Expand Down Expand Up @@ -104,17 +105,17 @@ Please note that

## Include core components as subpackage into your own project maven build

The released version of the core components are available on the public maven repository at https://repo.adobe.com. To include the
The released version of the core components are available on the public maven repository at https://repo.adobe.com. To include the
core components package into your own project maven build you can add the dependency
```
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.all</artifactId>
<type>zip</type>
<version>2.0.8</version>
<version>2.1.0</version>
</dependency>
```

and sub package section
```
<subPackage>
Expand All @@ -123,8 +124,8 @@ core components package into your own project maven build you can add the depend
<filter>true</filter>
</subPackage>
```

to the `content-package-maven-plugin`.
For more information how to setup the Adobe Maven Repository (`repo.adobe.com`) for your maven build, please have a look at the

For more information how to setup the Adobe Maven Repository (`repo.adobe.com`) for your maven build, please have a look at the
related [Knowledge Base article](https://helpx.adobe.com/experience-manager/kb/SetUpTheAdobeMavenRepository.html)

0 comments on commit 0cb1a04

Please sign in to comment.