Skip to content

Commit fd3ca3e

Browse files
committed
[gitflow-maven-plugin] Update versions for release 1.4.0
1 parent 36a7a8f commit fd3ca3e

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

bundles/clientlibs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm.samples</groupId>
2727
<artifactId>io.wcm.samples.parent</artifactId>
28-
<version>1.3.1-SNAPSHOT</version>
28+
<version>1.4.0</version>
2929
<relativePath>../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.samples.clientlibs</artifactId>
34-
<version>1.3.1-SNAPSHOT</version>
34+
<version>1.4.0</version>
3535
<packaging>jar</packaging>
3636

3737
<name>Sample Application Clientlibs</name>

bundles/core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm.samples</groupId>
2727
<artifactId>io.wcm.samples.parent</artifactId>
28-
<version>1.3.1-SNAPSHOT</version>
28+
<version>1.4.0</version>
2929
<relativePath>../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.samples.core</artifactId>
34-
<version>1.3.1-SNAPSHOT</version>
34+
<version>1.4.0</version>
3535
<packaging>jar</packaging>
3636

3737
<name>Sample Application</name>

config-definition/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<parent>
2626
<groupId>io.wcm.samples</groupId>
2727
<artifactId>io.wcm.samples.parent</artifactId>
28-
<version>1.3.1-SNAPSHOT</version>
28+
<version>1.4.0</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.samples.config-definition</artifactId>
3434
<description>AEM Application CONGA roles and templates</description>
35-
<version>1.3.1-SNAPSHOT</version>
35+
<version>1.4.0</version>
3636
<packaging>config-definition</packaging>
3737

3838
<dependencies>
@@ -48,14 +48,14 @@
4848
<dependency>
4949
<groupId>io.wcm.samples</groupId>
5050
<artifactId>io.wcm.samples.complete</artifactId>
51-
<version>1.3.1-SNAPSHOT</version>
51+
<version>1.4.0</version>
5252
<type>zip</type>
5353
<scope>compile</scope>
5454
</dependency>
5555
<dependency>
5656
<groupId>io.wcm.samples</groupId>
5757
<artifactId>io.wcm.samples.sample-content</artifactId>
58-
<version>1.3.1-SNAPSHOT</version>
58+
<version>1.4.0</version>
5959
<type>zip</type>
6060
<scope>compile</scope>
6161
</dependency>

content-packages/complete/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm.samples</groupId>
2727
<artifactId>io.wcm.samples.parent</artifactId>
28-
<version>1.3.1-SNAPSHOT</version>
28+
<version>1.4.0</version>
2929
<relativePath>../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.samples.complete</artifactId>
34-
<version>1.3.1-SNAPSHOT</version>
34+
<version>1.4.0</version>
3535
<packaging>content-package</packaging>
3636

3737
<name>Samples Application</name>
@@ -47,13 +47,13 @@
4747
<dependency>
4848
<groupId>io.wcm.samples</groupId>
4949
<artifactId>io.wcm.samples.core</artifactId>
50-
<version>1.3.1-SNAPSHOT</version>
50+
<version>1.4.0</version>
5151
<scope>provided</scope>
5252
</dependency>
5353
<dependency>
5454
<groupId>io.wcm.samples</groupId>
5555
<artifactId>io.wcm.samples.clientlibs</artifactId>
56-
<version>1.3.1-SNAPSHOT</version>
56+
<version>1.4.0</version>
5757
<scope>provided</scope>
5858
</dependency>
5959

content-packages/sample-content/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
<parent>
2626
<groupId>io.wcm.samples</groupId>
2727
<artifactId>io.wcm.samples.parent</artifactId>
28-
<version>1.3.1-SNAPSHOT</version>
28+
<version>1.4.0</version>
2929
<relativePath>../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.samples.sample-content</artifactId>
3434
<description>AEM Application sample content</description>
35-
<version>1.3.1-SNAPSHOT</version>
35+
<version>1.4.0</version>
3636
<packaging>content-package</packaging>
3737

3838
<properties>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.samples.parent</artifactId>
34-
<version>1.3.1-SNAPSHOT</version>
34+
<version>1.4.0</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Samples</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.samples</artifactId>
34-
<version>1.3.1-SNAPSHOT</version>
34+
<version>1.4.0</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Samples Root</name>

0 commit comments

Comments
 (0)