Skip to content

Commit 01d9339

Browse files
author
Daniel Henrique Alves Lima
committed
AEM 6.2 compatibility
1 parent 65dbcce commit 01d9339

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-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>2.0.2</version>
11+
<version>3.0.2</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("2.0.2")
16+
@Version("3.0.2")
1717
package com.techdm.aem.vltsync;
1818

1919
import aQute.bnd.annotation.Version;

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>2.0.2</version>
11+
<version>3.0.2</version>
1212
</parent>
1313

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

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-2.0.2"
11-
version="2.0.2">
10+
path="/etc/packages/com.techdm.aem/vltsync-content-3.0.2"
11+
version="3.0.2">
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">2.0.2</entry>
6+
<entry key="version">3.0.2</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-2.0.2.zip</entry>
12+
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-3.0.2.zip</entry>
1313
</properties>

pom.xml

Lines changed: 2 additions & 2 deletions
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>2.0.2</version>
11+
<version>3.0.2</version>
1212
<packaging>pom</packaging>
1313

1414
<name>[AEM] VLT Sync - Reactor Project</name>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>org.apache.sling</groupId>
141141
<artifactId>org.apache.sling.event</artifactId>
142-
<version>3.3.10</version>
142+
<version>4.0.0</version>
143143
<scope>provided</scope>
144144
</dependency>
145145

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>2.0.2</version>
11+
<version>3.0.2</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-2.0.2"
11-
version="2.0.2">
10+
path="/etc/packages/com.techdm.aem/vltsync-sample-content-3.0.2"
11+
version="3.0.2">
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">2.0.2</entry>
6+
<entry key="version">3.0.2</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-2.0.2.zip</entry>
12+
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-3.0.2.zip</entry>
1313
</properties>

0 commit comments

Comments
 (0)