Skip to content

Commit

Permalink
Merge pull request #1 from Netcentric/feature/aemaacs-2020-09
Browse files Browse the repository at this point in the history
add version for AEMaaCS
  • Loading branch information
kwin authored Sep 29, 2020
2 parents a2757c2 + 2c18bba commit 3ad2e3b
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 97 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Java CI/CD](https://github.com/Netcentric/aem-nodetypes/workflows/Java%20CI/CD/badge.svg)

# Overview
Provides a [CND file][1] with all Nodetypes and Namespaces defined in AEM. It can be used for the [FileVault Validation Module][2] and its `jackrabbit-nodetype` validator.
Provides a [CND file][1] with all Node types and Namespaces defined in AEM. It can be used for the [FileVault Validation Module][2] and its `jackrabbit-nodetype` validator.

# Usage with Maven
You can use this module with the [FileVault Package Maven Plugin][3] in version 1.1.4 or higher like this
Expand Down Expand Up @@ -37,3 +37,12 @@ You can use this module with the [FileVault Package Maven Plugin][3] in version
[1]: https://jackrabbit.apache.org/jcr/node-type-notation.html
[2]: https://jackrabbit.apache.org/filevault/validation.html
[3]: https://jackrabbit.apache.org/filevault-package-maven-plugin/index.html

# Provided Versions

| Version | Type | Description |
| --------- | ------- | ------------ |
| 6.5.5.0 | Classic | Exported from AEM 6.5.5, has not changed for AEM 6.5.6 |
| 2020.09.0 | Cloud | Exported from AEM SDK 2020.9.4194.20200909T200349Z-200827 |

Pick the version which is closest to your AEM version. In general the node types are very stable (i.e. do not change for service packs in Classic and very rarely in Cloud aka AEMaaCS).
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>biz.netcentric.aem</groupId>
<artifactId>aem-nodetypes</artifactId>
<version>6.5.5.1-SNAPSHOT</version>
<version>2020.09.0-SNAPSHOT</version>

<packaging>jar</packaging>
<name>AEM Nodetypes (as CND)</name>
<description>This module contains the nodetypes and namespaces being defined in AEM as a cnd file</description>
<name>AEM Node Types and Namespaces</name>
<description>This module contains the node types and namespaces being defined in AEM as a cnd file</description>

<url>https://github.com/Netcentric/aem-nodetypes</url>
<inceptionYear>2020</inceptionYear>
Expand Down
Loading

0 comments on commit 3ad2e3b

Please sign in to comment.