Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent 3f3bbee commit c51aaab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>console</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>console-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>console</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>console-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>console</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>
</parent>

<artifactId>console-operator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.github.streamshub</groupId>
<artifactId>console</artifactId>
<packaging>pom</packaging>
<version>0.3.2-SNAPSHOT</version>
<version>0.3.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -54,7 +54,7 @@
<scm>
<connection>scm:git:git://github.com/streamshub/console.git</connection>
<developerConnection>scm:git:git@github.com:streamshub/console.git</developerConnection>
<tag>HEAD</tag>
<tag>0.3.2</tag>
</scm>

<licenses>
Expand Down

0 comments on commit c51aaab

Please sign in to comment.