Skip to content

Commit 2c0fcfc

Browse files
committed
[gitflow-maven-plugin] Update for next development version 2.0.7-2.25.4-SNAPSHOT
1 parent 260fb0a commit 2c0fcfc

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

Diff for: bundles/core/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm</groupId>
2727
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
28-
<version>2.0.6-2.25.4</version>
28+
<version>2.0.7-2.25.4-SNAPSHOT</version>
2929
<relativePath>../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm</groupId>
3333
<artifactId>io.wcm.wcm.core.components</artifactId>
34-
<version>2.0.6-2.25.4</version>
34+
<version>2.0.7-2.25.4-SNAPSHOT</version>
3535
<packaging>jar</packaging>
3636

3737
<name>WCM Core Components</name>

Diff for: examples/bundles/examples-core/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm</groupId>
2727
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
28-
<version>2.0.6-2.25.4</version>
28+
<version>2.0.7-2.25.4-SNAPSHOT</version>
2929
<relativePath>../../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.wcm.core.components.examples-core</artifactId>
34-
<version>2.0.6-2.25.4</version>
34+
<version>2.0.7-2.25.4-SNAPSHOT</version>
3535
<packaging>jar</packaging>
3636

3737
<name>WCM Core Components Examples Core</name>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.wcm</groupId>
4646
<artifactId>io.wcm.wcm.core.components</artifactId>
47-
<version>2.0.6-2.25.4</version>
47+
<version>2.0.7-2.25.4-SNAPSHOT</version>
4848
<scope>compile</scope>
4949
</dependency>
5050

Diff for: examples/content-packages/examples-libs/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm</groupId>
2727
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
28-
<version>2.0.6-2.25.4</version>
28+
<version>2.0.7-2.25.4-SNAPSHOT</version>
2929
<relativePath>../../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.wcm.core.components.examples-libs</artifactId>
34-
<version>2.0.6-2.25.4</version>
34+
<version>2.0.7-2.25.4-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636

3737
<name>WCM Core Components Examples wcm.io Libraries</name>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.wcm</groupId>
4444
<artifactId>io.wcm.wcm.core.components</artifactId>
45-
<version>2.0.6-2.25.4</version>
45+
<version>2.0.7-2.25.4-SNAPSHOT</version>
4646
<scope>compile</scope>
4747
</dependency>
4848

Diff for: examples/content-packages/examples-sample-content/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm</groupId>
2727
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
28-
<version>2.0.6-2.25.4</version>
28+
<version>2.0.7-2.25.4-SNAPSHOT</version>
2929
<relativePath>../../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.wcm.core.components.examples-sample-content</artifactId>
34-
<version>2.0.6-2.25.4</version>
34+
<version>2.0.7-2.25.4-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636

3737
<name>WCM Core Components Examples Content</name>

Diff for: examples/content-packages/examples/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm</groupId>
2727
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
28-
<version>2.0.6-2.25.4</version>
28+
<version>2.0.7-2.25.4-SNAPSHOT</version>
2929
<relativePath>../../../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.wcm.core.components.examples</artifactId>
34-
<version>2.0.6-2.25.4</version>
34+
<version>2.0.7-2.25.4-SNAPSHOT</version>
3535
<packaging>content-package</packaging>
3636

3737
<name>WCM Core Components Examples</name>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.wcm.samples</groupId>
4444
<artifactId>io.wcm.wcm.core.components.examples-core</artifactId>
45-
<version>2.0.6-2.25.4</version>
45+
<version>2.0.7-2.25.4-SNAPSHOT</version>
4646
<scope>compile</scope>
4747
</dependency>
4848

Diff for: examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm</groupId>
2727
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
28-
<version>2.0.6-2.25.4</version>
28+
<version>2.0.7-2.25.4-SNAPSHOT</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm.samples</groupId>
3333
<artifactId>io.wcm.wcm.core.components.examples.root</artifactId>
34-
<version>2.0.6-2.25.4</version>
34+
<version>2.0.7-2.25.4-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636

3737
<modules>

Diff for: parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<groupId>io.wcm</groupId>
3333
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
34-
<version>2.0.6-2.25.4</version>
34+
<version>2.0.7-2.25.4-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636

3737
<name>WCM Core Components</name>
@@ -54,7 +54,7 @@
5454
<sling.publish.url>http://localhost:4503</sling.publish.url>
5555

5656
<!-- Enable reproducible builds -->
57-
<project.build.outputTimestamp>2025-02-20T00:19:50Z</project.build.outputTimestamp>
57+
<project.build.outputTimestamp>2025-02-20T00:21:55Z</project.build.outputTimestamp>
5858
</properties>
5959

6060
<dependencyManagement>

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
<parent>
2626
<groupId>io.wcm</groupId>
2727
<artifactId>io.wcm.wcm.core.components.parent</artifactId>
28-
<version>2.0.6-2.25.4</version>
28+
<version>2.0.7-2.25.4-SNAPSHOT</version>
2929
<relativePath>parent/pom.xml</relativePath>
3030
</parent>
3131

3232
<groupId>io.wcm</groupId>
3333
<artifactId>io.wcm.wcm.core.components.root</artifactId>
34-
<version>2.0.6-2.25.4</version>
34+
<version>2.0.7-2.25.4-SNAPSHOT</version>
3535
<packaging>pom</packaging>
3636
<url>${site.url}/${site.url.module.prefix}/</url>
3737

0 commit comments

Comments
 (0)