Skip to content

Commit

Permalink
Snapshot version changed: 3.1.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Henrique Alves Lima committed Mar 6, 2017
1 parent a3026ad commit a7751c1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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.1.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>
</parent>

<!-- ====================================================================== -->
Expand Down
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>3.1.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</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-3.1.0-SNAPSHOT"
version="3.1.0-SNAPSHOT">
path="/etc/packages/com.techdm.aem/vltsync-content-3.0.1-SNAPSHOT"
version="3.0.1-SNAPSHOT">
<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.1.0-SNAPSHOT</entry>
<entry key="version">3.0.1-SNAPSHOT</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.1.0-SNAPSHOT.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-content-3.0.1-SNAPSHOT.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>3.1.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</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>3.1.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</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.1.0-SNAPSHOT"
version="3.1.0-SNAPSHOT">
path="/etc/packages/com.techdm.aem/vltsync-sample-content-3.0.1-SNAPSHOT"
version="3.0.1-SNAPSHOT">
<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.1.0-SNAPSHOT</entry>
<entry key="version">3.0.1-SNAPSHOT</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.1.0-SNAPSHOT.zip</entry>
<entry key="path">/etc/packages/com.techdm.aem/vltsync-sample-content-3.0.1-SNAPSHOT.zip</entry>
</properties>

0 comments on commit a7751c1

Please sign in to comment.