Skip to content

Commit

Permalink
[gitflow-maven-plugin] Update for next development version 1.16.7-SNA…
Browse files Browse the repository at this point in the history
…PSHOT
  • Loading branch information
stefanseifert committed Sep 30, 2024
1 parent 529f410 commit 62c007a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.parent</artifactId>
<version>1.16.6</version>
<version>1.16.7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor</artifactId>
<version>1.16.6</version>
<version>1.16.7-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Context-Aware Configuration Editor</name>
Expand All @@ -42,7 +42,7 @@
<site.url.module.prefix>caconfig/editor/bundle</site.url.module.prefix>

<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2024-09-30T07:12:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-30T07:17:43Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.parent</artifactId>
<version>1.16.6</version>
<version>1.16.7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.package</artifactId>
<version>1.16.6</version>
<version>1.16.7-SNAPSHOT</version>
<packaging>content-package</packaging>
<name>Context-Aware Configuration Editor Package</name>
<url>${site.url}/caconfig/editor/</url>
Expand All @@ -41,7 +41,7 @@
<contentPackage.group>wcm-io</contentPackage.group>

<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2024-09-30T07:12:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-30T07:17:43Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand All @@ -50,7 +50,7 @@
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor</artifactId>
<scope>compile</scope>
<version>1.16.6</version>
<version>1.16.7-SNAPSHOT</version>
</dependency>

</dependencies>
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</groupId>
<artifactId>io.wcm.caconfig.editor.parent</artifactId>
<version>1.16.6</version>
<version>1.16.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Context-Aware Configuration Editor Parent</name>
Expand All @@ -49,7 +49,7 @@

<properties>
<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2024-09-30T07:12:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-30T07:17:43Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<parent>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.parent</artifactId>
<version>1.16.6</version>
<version>1.16.7-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.root</artifactId>
<version>1.16.6</version>
<version>1.16.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Context-Aware Configuration Editor Root</name>
Expand Down

0 comments on commit 62c007a

Please sign in to comment.