added support for artifact id

This commit is contained in:
Tony Tam
2013-06-01 12:11:12 -07:00
parent 154b2fdeca
commit 2199d08e72
3 changed files with 5 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.wordnik</groupId>
<artifactId>swagger-client</artifactId>
<artifactId>{{artifactId}}</artifactId>
<packaging>jar</packaging>
<name>swagger-client</name>
<name>{{artifactId}}</name>
<version>1.0.0</version>
<scm>
<connection>scm:git:git@github.com:wordnik/swagger-mustache.git</connection>
@@ -208,4 +208,4 @@
<junit-version>4.8.1</junit-version>
<scala-test-version>1.6.1</scala-test-version>
</properties>
</project>
</project>