reverted to artifactVersion

This commit is contained in:
Tony Tam 2014-05-01 20:16:46 -07:00
parent 6d1c34048c
commit 71212e5f68

View File

@ -5,7 +5,7 @@
<artifactId>{{artifactId}}</artifactId> <artifactId>{{artifactId}}</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>{{artifactId}}</name> <name>{{artifactId}}</name>
<version>{{apiVersion}}</version> <version>{{artifactVersion}}</version>
<scm> <scm>
<connection>scm:git:git@github.com:wordnik/swagger-mustache.git</connection> <connection>scm:git:git@github.com:wordnik/swagger-mustache.git</connection>
<developerConnection>scm:git:git@github.com:wordnik/swagger-codegen.git</developerConnection> <developerConnection>scm:git:git@github.com:wordnik/swagger-codegen.git</developerConnection>