Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 10, 2024
2 parents f2cb91d + 1316620 commit 0516754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= java.util extensions

image:https://github.com/mihxil/utils/actions/workflows/maven.yml/badge.svg?[Build Status,link=https://github.com/mihxil/utils/actions/workflows/maven.yml]
image:https://img.shields.io/maven-central/v/org.meeuw.util/mihxil-functional.svg?label=Maven%20Central[Maven Central,link=https://search.maven.org/search?q=g:%22org.meeuw.util%22]
image:https://img.shields.io/maven-central/v/org.meeuw.util/mihxil-functional.svg?label=Maven%20Central[Maven Central,link=https://central.sonatype.com/artifact/org.meeuw.util/mihxil-functional/overview]
image:https://codecov.io/gh/mihxil/utils/branch/main/graph/badge.svg[codecov,link=https://codecov.io/gh/mihxil/utils]
image:https://www.javadoc.io/badge/org.meeuw.util/mihxil-functional.svg?color=blue[javadoc,link=https://www.javadoc.io/doc/org.meeuw.util/mihxil-functional]
image:https://img.shields.io/nexus/s/https/oss.sonatype.org/org.meeuw.util/mihxil-functional.svg[snapshots,link=https://oss.sonatype.org/content/repositories/snapshots/org/meeuw/util/]
Expand Down
4 changes: 2 additions & 2 deletions mihxil-functional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.meeuw.util</groupId>
<artifactId>mihxil-util-parent</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>
<artifactId>mihxil-functional</artifactId>
<name>Mihxil's Functional Utils</name>
<packaging>jar</packaging>
<version>1.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<description>Utilities related and like java.util.Function</description>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.meeuw.util</groupId>
<artifactId>mihxil-util-parent</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Mihxil's Util Parent</name>
<description>Low level java utilities</description>
Expand Down

0 comments on commit 0516754

Please sign in to comment.