File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 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 >1.2.2-SNAPSHOT </version >
7+ <version >1.2.2</version >
98
109 <name >${project.groupId} :${project.artifactId} </name >
1110
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:28Z </project .build.outputTimestamp>
2322
2423 <maven .compiler.release>${osslabz.java.version} </maven .compiler.release>
2524
5251 <connection >scm:git:https://github.com/osslabz/paapi5-java-sdk.git</connection >
5352 <developerConnection >scm:git:https://github.com/osslabz/paapi5-java-sdk.git</developerConnection >
5453 <url >https://github.com/osslabz/paapi5-java-sdk</url >
55- <tag >main </tag >
54+ <tag >1.2.2 </tag >
5655 </scm >
5756
5857 <dependencies >
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 >
You can’t perform that action at this time.
0 commit comments