File tree Expand file tree Collapse file tree 4 files changed +18
-7
lines changed
swagger-codegen-distribution Expand file tree Collapse file tree 4 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >com.wordnik</groupId >
4
4
<artifactId >swagger-codegen-project</artifactId >
5
- <version >2.1.1-M1-SNAPSHOT </version >
5
+ <version >2.1.1-M1</version >
6
6
<relativePath >../..</relativePath >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<groupId >com.wordnik</groupId >
10
10
<artifactId >swagger-codegen-distribution</artifactId >
11
11
<packaging >jar</packaging >
12
12
<name >swagger-codegen (executable)</name >
13
- <version >2.1.1-M1-SNAPSHOT </version >
13
+ <version >2.1.1-M1</version >
14
14
<build >
15
15
<testSourceDirectory >src/test/scala</testSourceDirectory >
16
16
<outputDirectory >target/classes</outputDirectory >
19
19
<directory >target</directory >
20
20
<finalName >${project.artifactId} -${project.version} </finalName >
21
21
<plugins >
22
+ <plugin >
23
+ <groupId >org.apache.maven.plugins</groupId >
24
+ <artifactId >maven-jar-plugin</artifactId >
25
+ <configuration >
26
+ <archive >
27
+ <manifest >
28
+ <mainClass >com.wordnik.swagger.codegen.Codegen</mainClass >
29
+ </manifest >
30
+ </archive >
31
+ </configuration >
32
+ </plugin >
22
33
<plugin >
23
34
<groupId >org.apache.maven.plugins</groupId >
24
35
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >com.wordnik</groupId >
4
4
<artifactId >swagger-codegen-project</artifactId >
5
- <version >2.1.1-M1-SNAPSHOT </version >
5
+ <version >2.1.1-M1</version >
6
6
<relativePath >../..</relativePath >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<groupId >com.wordnik</groupId >
10
10
<artifactId >swagger-codegen</artifactId >
11
11
<packaging >jar</packaging >
12
12
<name >swagger-codegen (core library)</name >
13
- <version >2.1.1-M1-SNAPSHOT </version >
13
+ <version >2.1.1-M1</version >
14
14
<build >
15
15
<sourceDirectory >src/main/java</sourceDirectory >
16
16
<defaultGoal >install</defaultGoal >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >com.wordnik</groupId >
5
5
<artifactId >swagger-codegen-project</artifactId >
6
- <version >2.1.1-M1-SNAPSHOT </version >
6
+ <version >2.1.1-M1</version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<groupId >com.wordnik</groupId >
Original file line number Diff line number Diff line change 9
9
<artifactId >swagger-codegen-project</artifactId >
10
10
<packaging >pom</packaging >
11
11
<name >swagger-codegen-project</name >
12
- <version >2.1.1-M1-SNAPSHOT </version >
12
+ <version >2.1.1-M1</version >
13
13
<url >https://github.com/swagger-api/swagger-codegen</url >
14
14
<scm >
15
15
<
connection >scm:git:
[email protected] :swagger-api/swagger-codegen.git</
connection >
347
347
</repository >
348
348
</repositories >
349
349
<properties >
350
- <swagger-parser-version >1.0.0 </swagger-parser-version >
350
+ <swagger-parser-version >1.0.1-SNAPSHOT </swagger-parser-version >
351
351
<scala-version >2.11.1</scala-version >
352
352
<felix-version >2.3.4</felix-version >
353
353
<swagger-core-version >1.5.1-M1</swagger-core-version >
You can’t perform that action at this time.
0 commit comments