Skip to content

Commit 3ca58e5

Browse files
[ci skip] prepare release 0.2.5
1 parent 2c1ce0e commit 3ca58e5

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>land.oras</groupId>
66
<artifactId>oras-java-sdk</artifactId>
7-
<version>0.2.5-SNAPSHOT</version>
7+
<version>0.2.5</version>
88
<packaging>jar</packaging>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>ORAS Java SDK</description>
@@ -29,7 +29,7 @@
2929
<scm>
3030
<connection>scm:git:[email protected]:oras-project/oras-java.git</connection>
3131
<developerConnection>scm:git:[email protected]:oras-project/oras-java.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>0.2.5</tag>
3333
<url>https://github.com/oras-project/oras-java</url>
3434
</scm>
3535

@@ -46,7 +46,7 @@
4646

4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848

49-
<project.build.outputTimestamp>2025-04-13T07:23:02Z</project.build.outputTimestamp>
49+
<project.build.outputTimestamp>2025-04-17T13:13:54Z</project.build.outputTimestamp>
5050

5151
<spotless.check.skip>false</spotless.check.skip>
5252
<enforcer.skip>false</enforcer.skip>

0 commit comments

Comments
 (0)