File tree 5 files changed +7
-7
lines changed
typescript-generator-core
typescript-generator-gradle-plugin
typescript-generator-maven-plugin
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- version : 1.24 .{build}
1
+ version : 1.25 .{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 >1.24 -SNAPSHOT</version >
8
+ <version >1.25 -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 >1.24 -SNAPSHOT</version >
8
+ <version >1.25 -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 >1.24 -SNAPSHOT</version >
8
+ <version >1.25 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >typescript-generator-gradle-plugin</artifactId >
42
42
<dependency >
43
43
<groupId >cz.habarta.typescript-generator</groupId >
44
44
<artifactId >typescript-generator-core</artifactId >
45
- <version >1.24 -SNAPSHOT</version >
45
+ <version >1.25 -SNAPSHOT</version >
46
46
</dependency >
47
47
</dependencies >
48
48
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 >1.24 -SNAPSHOT</version >
8
+ <version >1.25 -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 >1.24 -SNAPSHOT</version >
30
+ <version >1.25 -SNAPSHOT</version >
31
31
</dependency >
32
32
</dependencies >
33
33
You can’t perform that action at this time.
0 commit comments