Skip to content

Commit

Permalink
Preparation for AEM 6.1 and 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Henrique Alves Lima committed Feb 28, 2017
1 parent 060a052 commit dfbd8c8
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 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.0</version>
<version>2.0.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("1.0.0")
@Version("2.0.0")
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.0</version>
<version>2.0.0</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.0"
version="1.0.0">
path="/etc/packages/com.techdm.aem/vltsync-content-2.0.0"
version="2.0.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">1.0.0</entry>
<entry key="version">2.0.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-1.0.0.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-2.0.0.zip</entry>
</properties>
6 changes: 3 additions & 3 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>1.0.0</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>[AEM] VLT Sync - Reactor Project</name>
Expand Down Expand Up @@ -267,7 +267,7 @@
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<version>2.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
Expand All @@ -280,7 +280,7 @@
maven-scr-plugin
</artifactId>
<versionRange>
[1.0.0,)
[2.0.0,)
</versionRange>
<goals>
<goal>scr</goal>
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.0</version>
<version>2.0.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-1.0.0"
version="1.0.0">
path="/etc/packages/com.techdm.aem/vltsync-sample-content-2.0.0"
version="2.0.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">1.0.0</entry>
<entry key="version">2.0.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-1.0.0.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-2.0.0.zip</entry>
</properties>

0 comments on commit dfbd8c8

Please sign in to comment.