Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 406b1fc

Browse files
committedMar 4, 2025··
[ci skip] prepare release 0.1.9
1 parent 7e3f6fa commit 406b1fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>land.oras.java</groupId>
66
<artifactId>oras-java-sdk</artifactId>
7-
<version>0.1.9-SNAPSHOT</version>
7+
<version>0.1.9</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:git@github.com:oras-project/oras-java.git</connection>
3131
<developerConnection>scm:git:git@github.com:oras-project/oras-java.git</developerConnection>
32-
<tag>HEAD</tag>
32+
<tag>0.1.9</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-03-02T08:47:53Z</project.build.outputTimestamp>
49+
<project.build.outputTimestamp>2025-03-04T09:12:14Z</project.build.outputTimestamp>
5050

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

0 commit comments

Comments
 (0)
Please sign in to comment.