updated to new patch

This commit is contained in:
Tony Tam 2015-02-17 21:38:02 -08:00
parent 9ae106affd
commit 686f3656c5
4 changed files with 18 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<parent> <parent>
<groupId>com.wordnik</groupId> <groupId>com.wordnik</groupId>
<artifactId>swagger-codegen-project</artifactId> <artifactId>swagger-codegen-project</artifactId>
<version>2.1.1-M1-SNAPSHOT</version> <version>2.1.1-M1</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -10,7 +10,7 @@
<artifactId>swagger-codegen-distribution</artifactId> <artifactId>swagger-codegen-distribution</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>swagger-codegen (executable)</name> <name>swagger-codegen (executable)</name>
<version>2.1.1-M1-SNAPSHOT</version> <version>2.1.1-M1</version>
<build> <build>
<testSourceDirectory>src/test/scala</testSourceDirectory> <testSourceDirectory>src/test/scala</testSourceDirectory>
<outputDirectory>target/classes</outputDirectory> <outputDirectory>target/classes</outputDirectory>
@ -19,6 +19,17 @@
<directory>target</directory> <directory>target</directory>
<finalName>${project.artifactId}-${project.version}</finalName> <finalName>${project.artifactId}-${project.version}</finalName>
<plugins> <plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<mainClass>com.wordnik.swagger.codegen.Codegen</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>

View File

@ -2,7 +2,7 @@
<parent> <parent>
<groupId>com.wordnik</groupId> <groupId>com.wordnik</groupId>
<artifactId>swagger-codegen-project</artifactId> <artifactId>swagger-codegen-project</artifactId>
<version>2.1.1-M1-SNAPSHOT</version> <version>2.1.1-M1</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -10,7 +10,7 @@
<artifactId>swagger-codegen</artifactId> <artifactId>swagger-codegen</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>swagger-codegen (core library)</name> <name>swagger-codegen (core library)</name>
<version>2.1.1-M1-SNAPSHOT</version> <version>2.1.1-M1</version>
<build> <build>
<sourceDirectory>src/main/java</sourceDirectory> <sourceDirectory>src/main/java</sourceDirectory>
<defaultGoal>install</defaultGoal> <defaultGoal>install</defaultGoal>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.wordnik</groupId> <groupId>com.wordnik</groupId>
<artifactId>swagger-codegen-project</artifactId> <artifactId>swagger-codegen-project</artifactId>
<version>2.1.1-M1-SNAPSHOT</version> <version>2.1.1-M1</version>
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>
<groupId>com.wordnik</groupId> <groupId>com.wordnik</groupId>

View File

@ -9,7 +9,7 @@
<artifactId>swagger-codegen-project</artifactId> <artifactId>swagger-codegen-project</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>swagger-codegen-project</name> <name>swagger-codegen-project</name>
<version>2.1.1-M1-SNAPSHOT</version> <version>2.1.1-M1</version>
<url>https://github.com/swagger-api/swagger-codegen</url> <url>https://github.com/swagger-api/swagger-codegen</url>
<scm> <scm>
<connection>scm:git:git@github.com:swagger-api/swagger-codegen.git</connection> <connection>scm:git:git@github.com:swagger-api/swagger-codegen.git</connection>
@ -347,7 +347,7 @@
</repository> </repository>
</repositories> </repositories>
<properties> <properties>
<swagger-parser-version>1.0.0</swagger-parser-version> <swagger-parser-version>1.0.1-SNAPSHOT</swagger-parser-version>
<scala-version>2.11.1</scala-version> <scala-version>2.11.1</scala-version>
<felix-version>2.3.4</felix-version> <felix-version>2.3.4</felix-version>
<swagger-core-version>1.5.1-M1</swagger-core-version> <swagger-core-version>1.5.1-M1</swagger-core-version>