Skip to content

Commit

Permalink
[release] set version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2024
1 parent 99d7c26 commit 0975977
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>crypto-commons</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Provides common functionality for some of my crypto related projects.
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-11-06T13:23:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-11-11T09:00:01Z</project.build.outputTimestamp>

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

Expand All @@ -45,7 +45,7 @@
<connection>scm:git:https://github.com/osslabz/crypto-commons.git</connection>
<developerConnection>scm:git:https://github.com/osslabz/crypto-commons.git</developerConnection>
<url>https://github.com/osslabz/crypto-commons</url>
<tag>main</tag>
<tag>0.4.1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 0975977

Please sign in to comment.