Skip to content

Commit

Permalink
Merge pull request #202 from XerTheSquirrel/specified-version
Browse files Browse the repository at this point in the history
Do not use a variable version number, make it constant.
  • Loading branch information
XerTheSquirrel committed Nov 5, 2018
2 parents 8b1fc21 + 2b7e72c commit 00391ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.iopipe</groupId>
<artifactId>iopipe</artifactId>
<version>${revision}</version>
<version>1.10.0</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://www.iopipe.com/</url>
<scm>
<connection>scm:git:https://github.com/iopipe/iopipe-java.git</connection>
<url>https://github.com/iopipe/iopipe-java</url>
<tag>${revision}</tag>
<tag>1.10.0</tag>
</scm>
<developers>
<developer>
Expand Down Expand Up @@ -46,7 +46,6 @@
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>1.10.0-SNAPSHOT</revision>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 00391ae

Please sign in to comment.