Skip to content

Commit

Permalink
@releng add property for version of core componets
Browse files Browse the repository at this point in the history
  • Loading branch information
bpauli committed Apr 30, 2019
1 parent 4774148 commit 969ace1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<sling.password>admin</sling.password>
<vault.user>admin</vault.user>
<vault.password>admin</vault.password>
<core.wcm.components.version>2.3.2</core.wcm.components.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -538,14 +539,14 @@
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.all</artifactId>
<type>zip</type>
<version>2.3.2</version>
<version>${core.wcm.components.version}</version>
</dependency>
#if ( $optionIncludeExamples == "y" )
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.examples</artifactId>
<type>zip</type>
<version>2.3.2</version>
<version>${core.wcm.components.version}</version>
</dependency>
#end
<!-- Apache Sling Dependencies -->
Expand Down

0 comments on commit 969ace1

Please sign in to comment.