We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b1fc21 + 2b7e72c commit 00391aeCopy full SHA for 00391ae
1 file changed
pom.xml
@@ -3,14 +3,14 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.iopipe</groupId>
5
<artifactId>iopipe</artifactId>
6
- <version>${revision}</version>
+ <version>1.10.0</version>
7
<packaging>jar</packaging>
8
<name>${project.groupId}:${project.artifactId}</name>
9
<url>https://www.iopipe.com/</url>
10
<scm>
11
<connection>scm:git:https://github.com/iopipe/iopipe-java.git</connection>
12
<url>https://github.com/iopipe/iopipe-java</url>
13
- <tag>${revision}</tag>
+ <tag>1.10.0</tag>
14
</scm>
15
<developers>
16
<developer>
@@ -46,7 +46,6 @@
46
</distributionManagement>
47
<properties>
48
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49
- <revision>1.10.0-SNAPSHOT</revision>
50
</properties>
51
<build>
52
<plugins>
0 commit comments