Skip to content

Commit

Permalink
AEM 6.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Henrique Alves Lima committed Mar 22, 2017
1 parent 93fba51 commit f60e6bc
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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>3.0.2-SNAPSHOT</version>
<version>1.0.2</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("3.0.2")
@Version("1.0.2")
package com.techdm.aem.vltsync;

import aQute.bnd.annotation.Version;
4 changes: 2 additions & 2 deletions 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>3.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<!-- ====================================================================== -->
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>vault-sync</artifactId>
<version>3.1.16</version>
<version>3.1.6</version>
</dependency>
</dependencies>
<build>
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-3.0.2-SNAPSHOT"
version="3.0.2-SNAPSHOT">
path="/etc/packages/com.techdm.aem/vltsync-content-1.0.2"
version="1.0.2">
<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">3.0.2-SNAPSHOT</entry>
<entry key="version">1.0.2</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-3.0.2-SNAPSHOT.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-1.0.2.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>3.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>[AEM] VLT Sync - Reactor Project</name>
Expand Down Expand Up @@ -139,7 +139,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.event</artifactId>
<version>4.0.0</version>
<version>3.3.10</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>3.0.2-SNAPSHOT</version>
<version>1.0.2</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-3.0.2-SNAPSHOT"
version="3.0.2-SNAPSHOT">
path="/etc/packages/com.techdm.aem/vltsync-sample-content-1.0.2"
version="1.0.2">
<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">3.0.2-SNAPSHOT</entry>
<entry key="version">1.0.2</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-3.0.2-SNAPSHOT.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-1.0.2.zip</entry>
</properties>

0 comments on commit f60e6bc

Please sign in to comment.