File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
typescript-generator-core
typescript-generator-maven-plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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 >1.0 -SNAPSHOT</version >
8+ <version >1.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 >1.0 -SNAPSHOT</version >
8+ <version >1.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 >1.0 -SNAPSHOT</version >
8+ <version >1.1 -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 >1.0 -SNAPSHOT</version >
30+ <version >1.1 -SNAPSHOT</version >
3131 </dependency >
3232 </dependencies >
3333
You can’t perform that action at this time.
0 commit comments