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 : 3.0 .{build}
1+ version : 3.1 .{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 >3.0 -SNAPSHOT</version >
8+ <version >3.1 -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 >3.0 -SNAPSHOT</version >
8+ <version >3.1 -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 >3.0 -SNAPSHOT</version >
8+ <version >3.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >typescript-generator-gradle-plugin</artifactId >
6161 <dependency >
6262 <groupId >cz.habarta.typescript-generator</groupId >
6363 <artifactId >typescript-generator-core</artifactId >
64- <version >3.0 -SNAPSHOT</version >
64+ <version >3.1 -SNAPSHOT</version >
6565 </dependency >
6666 </dependencies >
6767
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 >3.0 -SNAPSHOT</version >
8+ <version >3.1 -SNAPSHOT</version >
99 </parent >
1010
1111 <artifactId >typescript-generator-maven-plugin</artifactId >
2828 <dependency >
2929 <groupId >cz.habarta.typescript-generator</groupId >
3030 <artifactId >typescript-generator-core</artifactId >
31- <version >3.0 -SNAPSHOT</version >
31+ <version >3.1 -SNAPSHOT</version >
3232 </dependency >
3333 </dependencies >
3434
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 >3.0 -SNAPSHOT</version >
8+ <version >3.1 -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 >3.0 -SNAPSHOT</version >
23+ <version >3.1 -SNAPSHOT</version >
2424 </dependency >
2525 <dependency >
2626 <groupId >org.springframework.boot</groupId >
4747 <dependency >
4848 <groupId >cz.habarta.typescript-generator</groupId >
4949 <artifactId >typescript-generator-core</artifactId >
50- <version >3.0 -SNAPSHOT</version >
50+ <version >3.1 -SNAPSHOT</version >
5151 <type >test-jar</type >
5252 <scope >test</scope >
5353 </dependency >
You can’t perform that action at this time.
0 commit comments