Skip to content

Commit

Permalink
[release] set version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Oct 25, 2024
1 parent ee2d14d commit a863bc2
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.3.1-SNAPSHOT</version>
<version>0.3.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-10-25T09:46:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-10-25T09:56:15Z</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.3.1</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit a863bc2

Please sign in to comment.