Skip to content

Commit

Permalink
[release] set version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Oct 22, 2024
1 parent f359edd commit 0db00bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.osslabz</groupId>
<artifactId>mexc-client</artifactId>
<version>0.1.7-SNAPSHOT</version>
<version>0.1.7</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>
Expand All @@ -18,7 +18,7 @@
<project.build.sourceEncoding>${osslabz.encoding}</project.build.sourceEncoding>
<project.reporting.outputEncoding>${osslabz.encoding}</project.reporting.outputEncoding>

<project.build.outputTimestamp>2024-10-22T20:01:40Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-22T20:06:35Z</project.build.outputTimestamp>

<maven.compiler.release>${osslabz.java.version}</maven.compiler.release>

Expand Down Expand Up @@ -47,7 +47,7 @@
<connection>scm:git:https://github.com/osslabz/mexc-client.git</connection>
<developerConnection>scm:git:https://github.com/osslabz/mexc-client.git</developerConnection>
<url>https://github.com/osslabz/mexc-client</url>
<tag>main</tag>
<tag>0.1.7</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 0db00bc

Please sign in to comment.