Skip to content

Commit 158c95c

Browse files
[release] set version to 1.2.0
1 parent 1ee56e8 commit 158c95c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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>
@@ -19,7 +17,7 @@
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

@@ -53,7 +51,7 @@
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>

0 commit comments

Comments
 (0)