Skip to content

Commit

Permalink
[gitflow-maven-plugin] Update versions for release 1.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 22, 2023
1 parent 6d27983 commit b10d7b8
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.15.7-SNAPSHOT</version>
<version>1.15.8</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor</artifactId>
<version>1.15.7-SNAPSHOT</version>
<version>1.15.8</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>2023-03-27T10:10:36Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-22T14:18:24Z</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.15.7-SNAPSHOT</version>
<version>1.15.8</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor.package</artifactId>
<version>1.15.7-SNAPSHOT</version>
<version>1.15.8</version>
<packaging>content-package</packaging>
<url>${site.url}/caconfig/editor/</url>

Expand All @@ -40,7 +40,7 @@
<contentPackage.group>wcm-io</contentPackage.group>

<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2023-03-27T10:10:36Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-22T14:18:24Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand All @@ -49,7 +49,7 @@
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor</artifactId>
<scope>compile</scope>
<version>1.15.7-SNAPSHOT</version>
<version>1.15.8</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.15.7-SNAPSHOT</version>
<version>1.15.8</version>
<packaging>pom</packaging>

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

<properties>
<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2023-03-27T10:10:36Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-11-22T14:18:24Z</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.15.7-SNAPSHOT</version>
<version>1.15.8</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

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

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

0 comments on commit b10d7b8

Please sign in to comment.