Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Aug 3, 2023
1 parent 09943f7 commit 12e1a50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kool-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>kool-parent</artifactId>
<version>0.1.28-SNAPSHOT</version>
<version>0.1.28</version>
</parent>
<artifactId>kool-json</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion kool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.davidmoten</groupId>
<artifactId>kool-parent</artifactId>
<version>0.1.28-SNAPSHOT</version>
<version>0.1.28</version>
</parent>
<artifactId>kool</artifactId>
<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>0.1</version>
</parent>
<artifactId>kool-parent</artifactId>
<version>0.1.28-SNAPSHOT</version>
<version>0.1.28</version>
<name>${project.artifactId}</name>
<description>Streaming library supporting reuse and many operators</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -71,7 +71,7 @@
<connection>scm:git:https://github.com/davidmoten/kool.git</connection>
<developerConnection>scm:git:https://github.com/davidmoten/kool.git</developerConnection>
<url>scm:git:https://github.com:davidmoten/kool.git</url>
<tag>HEAD</tag>
<tag>0.1.28</tag>
</scm>

<modules>
Expand Down

0 comments on commit 12e1a50

Please sign in to comment.