Skip to content

Commit fef62f4

Browse files
[release] auto-merge released main back to dev
2 parents 86c843e + 5c58a36 commit fef62f4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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.3-SNAPSHOT</version>
7+
<version>1.2.3-SNAPSHOT</version>
98

109
<name>${project.groupId}:${project.artifactId}</name>
1110

@@ -19,7 +18,7 @@
1918
<project.build.sourceEncoding>${osslabz.encoding}</project.build.sourceEncoding>
2019
<project.reporting.outputEncoding>${osslabz.encoding}</project.reporting.outputEncoding>
2120

22-
<project.build.outputTimestamp>2025-06-25T08:01:24Z</project.build.outputTimestamp>
21+
<project.build.outputTimestamp>2025-06-25T09:25:40Z</project.build.outputTimestamp>
2322

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

@@ -321,8 +320,8 @@
321320
</goals>
322321
<configuration>
323322
<target>
324-
<mkdir dir="${project.build.outputDirectory}"/>
325-
<unzip src="lib/paapi5-java-sdk-1.2.2.jar" dest="${project.build.outputDirectory}"/>
323+
<mkdir dir="${project.build.outputDirectory}" />
324+
<unzip src="lib/paapi5-java-sdk-1.2.2.jar" dest="${project.build.outputDirectory}" />
326325
</target>
327326
</configuration>
328327
</execution>

0 commit comments

Comments
 (0)