File tree 6 files changed +10
-10
lines changed
typescript-generator-core
typescript-generator-gradle-plugin
typescript-generator-maven-plugin
typescript-generator-spring
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- version : 2.29 .{build}
1
+ version : 2.30 .{build}
2
2
pull_requests :
3
3
do_not_increment_build_number : true
4
4
skip_tags : true
Original file line number Diff line number Diff line change 5
5
<groupId >cz.habarta.typescript-generator</groupId >
6
6
<artifactId >typescript-generator</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >2.29 -SNAPSHOT</version >
8
+ <version >2.30 -SNAPSHOT</version >
9
9
<name >typescript-generator</name >
10
10
<description >Generates TypeScript declaration file from specified java classes.</description >
11
11
<url >https://github.com/vojtechhabarta/typescript-generator</url >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >cz.habarta.typescript-generator</groupId >
7
7
<artifactId >typescript-generator</artifactId >
8
- <version >2.29 -SNAPSHOT</version >
8
+ <version >2.30 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >typescript-generator-core</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >cz.habarta.typescript-generator</groupId >
7
7
<artifactId >typescript-generator</artifactId >
8
- <version >2.29 -SNAPSHOT</version >
8
+ <version >2.30 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >typescript-generator-gradle-plugin</artifactId >
49
49
<dependency >
50
50
<groupId >cz.habarta.typescript-generator</groupId >
51
51
<artifactId >typescript-generator-core</artifactId >
52
- <version >2.29 -SNAPSHOT</version >
52
+ <version >2.30 -SNAPSHOT</version >
53
53
</dependency >
54
54
</dependencies >
55
55
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >cz.habarta.typescript-generator</groupId >
7
7
<artifactId >typescript-generator</artifactId >
8
- <version >2.29 -SNAPSHOT</version >
8
+ <version >2.30 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >typescript-generator-maven-plugin</artifactId >
27
27
<dependency >
28
28
<groupId >cz.habarta.typescript-generator</groupId >
29
29
<artifactId >typescript-generator-core</artifactId >
30
- <version >2.29 -SNAPSHOT</version >
30
+ <version >2.30 -SNAPSHOT</version >
31
31
</dependency >
32
32
</dependencies >
33
33
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >cz.habarta.typescript-generator</groupId >
7
7
<artifactId >typescript-generator</artifactId >
8
- <version >2.29 -SNAPSHOT</version >
8
+ <version >2.30 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >typescript-generator-spring</artifactId >
32
32
<dependency >
33
33
<groupId >cz.habarta.typescript-generator</groupId >
34
34
<artifactId >typescript-generator-core</artifactId >
35
- <version >2.29 -SNAPSHOT</version >
35
+ <version >2.30 -SNAPSHOT</version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >org.springframework.boot</groupId >
59
59
<dependency >
60
60
<groupId >cz.habarta.typescript-generator</groupId >
61
61
<artifactId >typescript-generator-core</artifactId >
62
- <version >2.29 -SNAPSHOT</version >
62
+ <version >2.30 -SNAPSHOT</version >
63
63
<type >test-jar</type >
64
64
<scope >test</scope >
65
65
</dependency >
You can’t perform that action at this time.
0 commit comments