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 : 3.0 .{build}
1
+ version : 3.1 .{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 >3.0 -SNAPSHOT</version >
8
+ <version >3.1 -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 >3.0 -SNAPSHOT</version >
8
+ <version >3.1 -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 >3.0 -SNAPSHOT</version >
8
+ <version >3.1 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >typescript-generator-gradle-plugin</artifactId >
61
61
<dependency >
62
62
<groupId >cz.habarta.typescript-generator</groupId >
63
63
<artifactId >typescript-generator-core</artifactId >
64
- <version >3.0 -SNAPSHOT</version >
64
+ <version >3.1 -SNAPSHOT</version >
65
65
</dependency >
66
66
</dependencies >
67
67
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 >3.0 -SNAPSHOT</version >
8
+ <version >3.1 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >typescript-generator-maven-plugin</artifactId >
28
28
<dependency >
29
29
<groupId >cz.habarta.typescript-generator</groupId >
30
30
<artifactId >typescript-generator-core</artifactId >
31
- <version >3.0 -SNAPSHOT</version >
31
+ <version >3.1 -SNAPSHOT</version >
32
32
</dependency >
33
33
</dependencies >
34
34
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 >3.0 -SNAPSHOT</version >
8
+ <version >3.1 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >typescript-generator-spring</artifactId >
20
20
<dependency >
21
21
<groupId >cz.habarta.typescript-generator</groupId >
22
22
<artifactId >typescript-generator-core</artifactId >
23
- <version >3.0 -SNAPSHOT</version >
23
+ <version >3.1 -SNAPSHOT</version >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >org.springframework.boot</groupId >
47
47
<dependency >
48
48
<groupId >cz.habarta.typescript-generator</groupId >
49
49
<artifactId >typescript-generator-core</artifactId >
50
- <version >3.0 -SNAPSHOT</version >
50
+ <version >3.1 -SNAPSHOT</version >
51
51
<type >test-jar</type >
52
52
<scope >test</scope >
53
53
</dependency >
You can’t perform that action at this time.
0 commit comments