File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
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"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- 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" >
53 <modelVersion >4.0.0</modelVersion >
64
75 <groupId >net.osslabz</groupId >
86 <artifactId >coingecko-java</artifactId >
9- <version >1.2.0-SNAPSHOT </version >
7+ <version >1.2.0</version >
108
119 <name >${project.groupId} :${project.artifactId} </name >
1210 <description >Java wrapper for the CoinGecko API</description >
1917 <project .build.sourceEncoding>${osslabz.encoding} </project .build.sourceEncoding>
2018 <project .reporting.outputEncoding>${osslabz.encoding} </project .reporting.outputEncoding>
2119
22- <project .build.outputTimestamp>2024-11-11T10:28:26Z </project .build.outputTimestamp>
20+ <project .build.outputTimestamp>2024-11-12T12:51:28Z </project .build.outputTimestamp>
2321
2422 <maven .compiler.release>${osslabz.java.version} </maven .compiler.release>
2523
5351 <connection >scm:git:https://github.com/osslabz/coingecko-java.git</connection >
5452 <developerConnection >scm:git:https://github.com/osslabz/coingecko-java.git</developerConnection >
5553 <url >https://github.com/osslabz/coingecko-java</url >
56- <tag >main </tag >
54+ <tag >1.2.0 </tag >
5755 </scm >
5856
5957 <dependencies >
You can’t perform that action at this time.
0 commit comments