Skip to content

Commit

Permalink
[gitflow-maven-plugin] Update versions for release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Apr 20, 2023
1 parent 9bd3f69 commit 36fedb6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions bundles/clientlibs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.clientlibs</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>jar</packaging>

<name>Sample Application Clientlibs</name>
Expand Down
4 changes: 2 additions & 2 deletions bundles/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.core</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>jar</packaging>

<name>Sample Application</name>
Expand Down
8 changes: 4 additions & 4 deletions config-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<parent>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.config-definition</artifactId>
<description>AEM Application CONGA roles and templates</description>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>config-definition</packaging>

<dependencies>
Expand All @@ -48,14 +48,14 @@
<dependency>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.complete</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.sample-content</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<type>zip</type>
<scope>compile</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions content-packages/complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.complete</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>content-package</packaging>

<name>Samples Application</name>
Expand All @@ -47,13 +47,13 @@
<dependency>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.core</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.clientlibs</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions content-packages/sample-content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<parent>
<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.sample-content</artifactId>
<description>AEM Application sample content</description>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>content-package</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples.parent</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>pom</packaging>

<name>Samples</name>
Expand All @@ -48,7 +48,7 @@
<mockito.version>5.3.0</mockito.version>

<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2021-05-27T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-20T09:28:43Z</project.build.outputTimestamp>

</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>io.wcm.samples</groupId>
<artifactId>io.wcm.samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>pom</packaging>

<name>Samples Root</name>
Expand Down

0 comments on commit 36fedb6

Please sign in to comment.