File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
typescript-generator-core
typescript-generator-spring Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5454
5555 <properties >
5656 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
57+ <junit .version>4.12</junit .version>
5758 <github .global.server>github</github .global.server>
5859 </properties >
5960
Original file line number Diff line number Diff line change 6666 <dependency >
6767 <groupId >junit</groupId >
6868 <artifactId >junit</artifactId >
69- <version >4.12 </version >
69+ <version >${junit.version} </version >
7070 <scope >test</scope >
7171 </dependency >
7272 <dependency >
Original file line number Diff line number Diff line change 3030 <dependencies >
3131 <!-- compile dependencies-->
3232 <dependency >
33- <groupId >${project.groupId} </groupId >
33+ <groupId >cz.habarta.typescript-generator </groupId >
3434 <artifactId >typescript-generator-core</artifactId >
35- <version >${project.version} </version >
35+ <version >2.14-SNAPSHOT </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.springframework.boot</groupId >
5757
5858 <!-- test dependencies-->
5959 <dependency >
60- <groupId >${project.groupId} </groupId >
60+ <groupId >cz.habarta.typescript-generator </groupId >
6161 <artifactId >typescript-generator-core</artifactId >
62- <version >${project.version} </version >
62+ <version >2.14-SNAPSHOT </version >
6363 <type >test-jar</type >
6464 <scope >test</scope >
6565 </dependency >
6666 <dependency >
6767 <groupId >junit</groupId >
6868 <artifactId >junit</artifactId >
69+ <version >${junit.version} </version >
6970 <scope >test</scope >
7071 </dependency >
7172 </dependencies >
You can’t perform that action at this time.
0 commit comments