Skip to content

Commit 804d244

Browse files
[release] set version to 0.6.0
1 parent c93c749 commit 804d244

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.osslabz</groupId>
66
<artifactId>crypto-commons</artifactId>
7-
<version>0.5.1-SNAPSHOT</version>
7+
<version>0.6.0</version>
88

99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>Provides common functionality for some of my crypto related projects.
@@ -18,7 +18,7 @@
1818
<project.build.sourceEncoding>${osslabz.encoding}</project.build.sourceEncoding>
1919
<project.reporting.outputEncoding>${osslabz.encoding}</project.reporting.outputEncoding>
2020

21-
<project.build.outputTimestamp>2024-11-25T13:11:23Z</project.build.outputTimestamp>
21+
<project.build.outputTimestamp>2025-03-14T14:11:06Z</project.build.outputTimestamp>
2222

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

@@ -45,7 +45,7 @@
4545
<connection>scm:git:https://github.com/osslabz/crypto-commons.git</connection>
4646
<developerConnection>scm:git:https://github.com/osslabz/crypto-commons.git</developerConnection>
4747
<url>https://github.com/osslabz/crypto-commons</url>
48-
<tag>main</tag>
48+
<tag>0.6.0</tag>
4949
</scm>
5050

5151
<dependencies>

0 commit comments

Comments
 (0)