Skip to content

Commit c0724b3

Browse files
author
Daniel Henrique Alves Lima
committed
AEM 6.1 compatibility
1 parent c0ed775 commit c0724b3

File tree

9 files changed

+17
-14
lines changed

9 files changed

+17
-14
lines changed

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.techdm.aem.vltsync</groupId>
1010
<artifactId>vltsync</artifactId>
11-
<version>1.1.0</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<!-- ====================================================================== -->

bundle/src/main/java/com/techdm/aem/vltsync/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* License for the specific language governing permissions and limitations under
1414
* the License.
1515
*/
16-
@Version("1.1.0")
16+
@Version("2.1.0")
1717
package com.techdm.aem.vltsync;
1818

1919
import aQute.bnd.annotation.Version;

content/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.techdm.aem.vltsync</groupId>
1010
<artifactId>vltsync</artifactId>
11-
<version>1.1.0</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<!-- ====================================================================== -->
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>org.apache.jackrabbit.vault</groupId>
3535
<artifactId>vault-sync</artifactId>
36-
<version>3.1.6</version>
36+
<version>3.1.16</version>
3737
</dependency>
3838
</dependencies>
3939
<build>

content/src/main/content/META-INF/vault/definition/.content.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
cqVersion="5.6.1"
88
group="com.techdm.aem"
99
name="vltsync-content"
10-
path="/etc/packages/com.techdm.aem/vltsync-content-1.1.0"
11-
version="1.1.0">
10+
path="/etc/packages/com.techdm.aem/vltsync-content-2.1.0"
11+
version="2.1.0">
1212
<filter jcr:primaryType="nt:unstructured">
1313
<f0
1414
jcr:primaryType="nt:unstructured"

content/src/main/content/META-INF/vault/properties.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<properties>
44
<comment>FileVault Package Properties</comment>
55
<entry key="buildCount">1</entry>
6-
<entry key="version">1.1.0</entry>
6+
<entry key="version">2.1.0</entry>
77
<entry key="dependencies" />
88
<entry key="packageFormatVersion">2</entry>
99
<entry key="description">[AEM] VLT Sync Package</entry>
1010
<entry key="group">com.techdm.aem</entry>
1111
<entry key="name">vltsync-content</entry>
12-
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-1.1.0.zip</entry>
12+
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-2.1.0.zip</entry>
1313
</properties>

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.techdm.aem.vltsync</groupId>
1010
<artifactId>vltsync</artifactId>
11-
<version>1.1.0</version>
11+
<version>2.1.0</version>
1212
<packaging>pom</packaging>
1313

1414
<name>[AEM] VLT Sync - Reactor Project</name>
@@ -136,6 +136,9 @@
136136
<scope>provided</scope>
137137
</dependency>
138138

139+
<!-- AEM 6.0: Sling event 3.3.10 -->
140+
<!-- AEM 6.1: Sling event 3.3.10 -->
141+
<!-- AEM 6.2: Sling event 4.0.0 -->
139142
<dependency>
140143
<groupId>org.apache.sling</groupId>
141144
<artifactId>org.apache.sling.event</artifactId>

sample-content/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.techdm.aem.vltsync</groupId>
1010
<artifactId>vltsync</artifactId>
11-
<version>1.1.0</version>
11+
<version>2.1.0</version>
1212
</parent>
1313

1414
<!-- ====================================================================== -->

sample-content/src/main/content/META-INF/vault/definition/.content.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
cqVersion="5.6.1"
88
group="com.techdm.aem"
99
name="vltsync-sample-content"
10-
path="/etc/packages/com.techdm.aem/vltsync-sample-content-1.1.0"
11-
version="1.1.0">
10+
path="/etc/packages/com.techdm.aem/vltsync-sample-content-2.1.0"
11+
version="2.1.0">
1212
<filter jcr:primaryType="nt:unstructured">
1313
<f0
1414
jcr:primaryType="nt:unstructured"

sample-content/src/main/content/META-INF/vault/properties.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<properties>
44
<comment>FileVault Package Properties</comment>
55
<entry key="buildCount">1</entry>
6-
<entry key="version">1.1.0</entry>
6+
<entry key="version">2.1.0</entry>
77
<entry key="dependencies" />
88
<entry key="packageFormatVersion">2</entry>
99
<entry key="description">[AEM] VLT Sync Sample Package</entry>
1010
<entry key="group">com.techdm.aem</entry>
1111
<entry key="name">vltsync-sample-content</entry>
12-
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-1.1.0.zip</entry>
12+
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-2.1.0.zip</entry>
1313
</properties>

0 commit comments

Comments
 (0)