Skip to content

Commit d6ab0ce

Browse files
[ci skip] prepare release 0.3.0
1 parent ee703a6 commit d6ab0ce

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.3.0-SNAPSHOT</version>
7+
<version>0.3.0</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.3.0</tag>
3333
<url>https://github.com/oras-project/oras-java</url>
3434
</scm>
3535

@@ -45,7 +45,7 @@
4545

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

48-
<project.build.outputTimestamp>2025-10-08T10:11:58Z</project.build.outputTimestamp>
48+
<project.build.outputTimestamp>2025-10-13T08:57:37Z</project.build.outputTimestamp>
4949

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

0 commit comments

Comments
 (0)