File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
typescript-generator-core
typescript-generator-gradle-plugin
typescript-generator-maven-plugin
typescript-generator-spring Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- version : 2.13 .{build}
1+ version : 2.14 .{build}
22pull_requests :
33 do_not_increment_build_number : true
44skip_tags : true
Original file line number Diff line number Diff line change 55 <groupId >cz.habarta.typescript-generator</groupId >
66 <artifactId >typescript-generator</artifactId >
77 <packaging >pom</packaging >
8- <version >2.13 -SNAPSHOT</version >
8+ <version >2.14 -SNAPSHOT</version >
99 <name >typescript-generator</name >
1010 <description >Generates TypeScript declaration file from specified java classes.</description >
1111 <url >https://github.com/vojtechhabarta/typescript-generator</url >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >cz.habarta.typescript-generator</groupId >
77 <artifactId >typescript-generator</artifactId >
8- <version >2.13 -SNAPSHOT</version >
8+ <version >2.14 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >typescript-generator-core</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >cz.habarta.typescript-generator</groupId >
77 <artifactId >typescript-generator</artifactId >
8- <version >2.13 -SNAPSHOT</version >
8+ <version >2.14 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >typescript-generator-gradle-plugin</artifactId >
4040 <dependency >
4141 <groupId >cz.habarta.typescript-generator</groupId >
4242 <artifactId >typescript-generator-core</artifactId >
43- <version >2.13 -SNAPSHOT</version >
43+ <version >2.14 -SNAPSHOT</version >
4444 </dependency >
4545 </dependencies >
4646
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >cz.habarta.typescript-generator</groupId >
77 <artifactId >typescript-generator</artifactId >
8- <version >2.13 -SNAPSHOT</version >
8+ <version >2.14 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >typescript-generator-maven-plugin</artifactId >
2727 <dependency >
2828 <groupId >cz.habarta.typescript-generator</groupId >
2929 <artifactId >typescript-generator-core</artifactId >
30- <version >2.13 -SNAPSHOT</version >
30+ <version >2.14 -SNAPSHOT</version >
3131 </dependency >
3232 </dependencies >
3333
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >cz.habarta.typescript-generator</groupId >
77 <artifactId >typescript-generator</artifactId >
8- <version >2.13 -SNAPSHOT</version >
8+ <version >2.14 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >typescript-generator-spring</artifactId >
2020 <dependency >
2121 <groupId >cz.habarta.typescript-generator</groupId >
2222 <artifactId >typescript-generator-core</artifactId >
23- <version >2.13 -SNAPSHOT</version >
23+ <version >2.14 -SNAPSHOT</version >
2424 </dependency >
2525 <dependency >
2626 <groupId >org.springframework.boot</groupId >
3737 <dependency >
3838 <groupId >cz.habarta.typescript-generator</groupId >
3939 <artifactId >typescript-generator-core</artifactId >
40- <version >2.13 -SNAPSHOT</version >
40+ <version >2.14 -SNAPSHOT</version >
4141 <type >test-jar</type >
4242 <scope >test</scope >
4343 </dependency >
You can’t perform that action at this time.
0 commit comments