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.32 .{build}
1+ version : 2.33 .{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.32 -SNAPSHOT</version >
8+ <version >2.33 -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.32 -SNAPSHOT</version >
8+ <version >2.33 -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.32 -SNAPSHOT</version >
8+ <version >2.33 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >typescript-generator-gradle-plugin</artifactId >
4949 <dependency >
5050 <groupId >cz.habarta.typescript-generator</groupId >
5151 <artifactId >typescript-generator-core</artifactId >
52- <version >2.32 -SNAPSHOT</version >
52+ <version >2.33 -SNAPSHOT</version >
5353 </dependency >
5454 </dependencies >
5555
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.32 -SNAPSHOT</version >
8+ <version >2.33 -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.32 -SNAPSHOT</version >
30+ <version >2.33 -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.32 -SNAPSHOT</version >
8+ <version >2.33 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >typescript-generator-spring</artifactId >
3232 <dependency >
3333 <groupId >cz.habarta.typescript-generator</groupId >
3434 <artifactId >typescript-generator-core</artifactId >
35- <version >2.32 -SNAPSHOT</version >
35+ <version >2.33 -SNAPSHOT</version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.springframework.boot</groupId >
5959 <dependency >
6060 <groupId >cz.habarta.typescript-generator</groupId >
6161 <artifactId >typescript-generator-core</artifactId >
62- <version >2.32 -SNAPSHOT</version >
62+ <version >2.33 -SNAPSHOT</version >
6363 <type >test-jar</type >
6464 <scope >test</scope >
6565 </dependency >
You can’t perform that action at this time.
0 commit comments