Skip to content

Commit bd179cf

Browse files
author
Daniel Henrique Alves Lima
committed
AEM 6.2 compatibility
1 parent c0724b3 commit bd179cf

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.1.0</version>
11+
<version>3.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("2.1.0")
16+
@Version("3.1.0")
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.1.0</version>
11+
<version>3.1.0</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.1.0"
11-
version="2.1.0">
10+
path="/etc/packages/com.techdm.aem/vltsync-content-3.1.0"
11+
version="3.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">2.1.0</entry>
6+
<entry key="version">3.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-2.1.0.zip</entry>
12+
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-3.1.0.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.1.0</version>
11+
<version>3.1.0</version>
1212
<packaging>pom</packaging>
1313

1414
<name>[AEM] VLT Sync - Reactor Project</name>
@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>org.apache.sling</groupId>
144144
<artifactId>org.apache.sling.event</artifactId>
145-
<version>3.3.10</version>
145+
<version>4.0.0</version>
146146
<scope>provided</scope>
147147
</dependency>
148148

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

0 commit comments

Comments
 (0)