Skip to content

Commit 474b1a4

Browse files
[release] set version to 0.0.1
1 parent 05aa138 commit 474b1a4

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>net.osslabz</groupId>
76
<artifactId>paapi5-java-sdk</artifactId>
8-
<version>0.0.1-SNAPSHOT</version>
7+
<version>0.0.1</version>
98

109
<name>${project.groupId}:${project.artifactId}</name>
11-
<description></description>
10+
<description />
1211
<url>https://github.com/osslabz/paapi5-java-sdk</url>
1312

1413
<properties>
@@ -18,7 +17,7 @@
1817
<project.build.sourceEncoding>${osslabz.encoding}</project.build.sourceEncoding>
1918
<project.reporting.outputEncoding>${osslabz.encoding}</project.reporting.outputEncoding>
2019

21-
<project.build.outputTimestamp>2025-03-20T12:58:22Z</project.build.outputTimestamp>
20+
<project.build.outputTimestamp>2025-06-25T07:17:58Z</project.build.outputTimestamp>
2221

2322
<maven.compiler.release>${osslabz.java.version}</maven.compiler.release>
2423

@@ -45,7 +44,7 @@
4544
<connection>scm:git:https://github.com/osslabz/paapi5-java-sdk.git</connection>
4645
<developerConnection>scm:git:https://github.com/osslabz/paapi5-java-sdk.git</developerConnection>
4746
<url>https://github.com/osslabz/paapi5-java-sdk</url>
48-
<tag>main</tag>
47+
<tag>0.0.1</tag>
4948
</scm>
5049

5150
<dependencies>

0 commit comments

Comments
 (0)