Skip to content

Commit

Permalink
AEM 6.1 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 2ef8cc6 commit 96dc282
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>1.0.2</version>
<version>2.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("1.0.2")
@Version("2.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>1.0.2</version>
<version>2.0.2</version>
</parent>

<!-- ====================================================================== -->
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.jackrabbit.vault</groupId>
<artifactId>vault-sync</artifactId>
<version>3.1.6</version>
<version>3.1.16</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-1.0.2"
version="1.0.2">
path="/etc/packages/com.techdm.aem/vltsync-content-2.0.2"
version="2.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">1.0.2</entry>
<entry key="version">2.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-1.0.2.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-2.0.2.zip</entry>
</properties>
2 changes: 1 addition & 1 deletion 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>1.0.2</version>
<version>2.0.2</version>
<packaging>pom</packaging>

<name>[AEM] VLT Sync - Reactor Project</name>
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>1.0.2</version>
<version>2.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-1.0.2"
version="1.0.2">
path="/etc/packages/com.techdm.aem/vltsync-sample-content-2.0.2"
version="2.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">1.0.2</entry>
<entry key="version">2.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-1.0.2.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-2.0.2.zip</entry>
</properties>

0 comments on commit 96dc282

Please sign in to comment.