Skip to content

Commit

Permalink
AEM 6.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Henrique Alves Lima committed Mar 23, 2017
1 parent c0724b3 commit bd179cf
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.techdm.aem.vltsync</groupId>
<artifactId>vltsync</artifactId>
<version>2.1.0</version>
<version>3.1.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* License for the specific language governing permissions and limitations under
* the License.
*/
@Version("2.1.0")
@Version("3.1.0")
package com.techdm.aem.vltsync;

import aQute.bnd.annotation.Version;
2 changes: 1 addition & 1 deletion content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.techdm.aem.vltsync</groupId>
<artifactId>vltsync</artifactId>
<version>2.1.0</version>
<version>3.1.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
cqVersion="5.6.1"
group="com.techdm.aem"
name="vltsync-content"
path="/etc/packages/com.techdm.aem/vltsync-content-2.1.0"
version="2.1.0">
path="/etc/packages/com.techdm.aem/vltsync-content-3.1.0"
version="3.1.0">
<filter jcr:primaryType="nt:unstructured">
<f0
jcr:primaryType="nt:unstructured"
Expand Down
4 changes: 2 additions & 2 deletions content/src/main/content/META-INF/vault/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<properties>
<comment>FileVault Package Properties</comment>
<entry key="buildCount">1</entry>
<entry key="version">2.1.0</entry>
<entry key="version">3.1.0</entry>
<entry key="dependencies" />
<entry key="packageFormatVersion">2</entry>
<entry key="description">[AEM] VLT Sync Package</entry>
<entry key="group">com.techdm.aem</entry>
<entry key="name">vltsync-content</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-2.1.0.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-3.1.0.zip</entry>
</properties>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.techdm.aem.vltsync</groupId>
<artifactId>vltsync</artifactId>
<version>2.1.0</version>
<version>3.1.0</version>
<packaging>pom</packaging>

<name>[AEM] VLT Sync - Reactor Project</name>
Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.event</artifactId>
<version>3.3.10</version>
<version>4.0.0</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion sample-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.techdm.aem.vltsync</groupId>
<artifactId>vltsync</artifactId>
<version>2.1.0</version>
<version>3.1.0</version>
</parent>

<!-- ====================================================================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
cqVersion="5.6.1"
group="com.techdm.aem"
name="vltsync-sample-content"
path="/etc/packages/com.techdm.aem/vltsync-sample-content-2.1.0"
version="2.1.0">
path="/etc/packages/com.techdm.aem/vltsync-sample-content-3.1.0"
version="3.1.0">
<filter jcr:primaryType="nt:unstructured">
<f0
jcr:primaryType="nt:unstructured"
Expand Down
4 changes: 2 additions & 2 deletions sample-content/src/main/content/META-INF/vault/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<properties>
<comment>FileVault Package Properties</comment>
<entry key="buildCount">1</entry>
<entry key="version">2.1.0</entry>
<entry key="version">3.1.0</entry>
<entry key="dependencies" />
<entry key="packageFormatVersion">2</entry>
<entry key="description">[AEM] VLT Sync Sample Package</entry>
<entry key="group">com.techdm.aem</entry>
<entry key="name">vltsync-sample-content</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-2.1.0.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-3.1.0.zip</entry>
</properties>

0 comments on commit bd179cf

Please sign in to comment.