Skip to content

Commit 00391ae

Browse files
Merge pull request #202 from XerTheSquirrel/specified-version
Do not use a variable version number, make it constant.
2 parents 8b1fc21 + 2b7e72c commit 00391ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.iopipe</groupId>
55
<artifactId>iopipe</artifactId>
6-
<version>${revision}</version>
6+
<version>1.10.0</version>
77
<packaging>jar</packaging>
88
<name>${project.groupId}:${project.artifactId}</name>
99
<url>https://www.iopipe.com/</url>
1010
<scm>
1111
<connection>scm:git:https://github.com/iopipe/iopipe-java.git</connection>
1212
<url>https://github.com/iopipe/iopipe-java</url>
13-
<tag>${revision}</tag>
13+
<tag>1.10.0</tag>
1414
</scm>
1515
<developers>
1616
<developer>
@@ -46,7 +46,6 @@
4646
</distributionManagement>
4747
<properties>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49-
<revision>1.10.0-SNAPSHOT</revision>
5049
</properties>
5150
<build>
5251
<plugins>

0 commit comments

Comments
 (0)