File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Include this in your Maven ```pom.xml``` to use the library:
4343<dependency >
4444 <groupId >com.oneandone</groupId >
4545 <artifactId >typedrest-core</artifactId >
46- <version >0.29.1 </version >
46+ <version >0.30 </version >
4747</dependency >
4848```
4949
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.oneandone</groupId >
77 <artifactId >typedrest-parent</artifactId >
8- <version >0.30-SNAPSHOT </version >
8+ <version >0.30</version >
99 <relativePath >../parent</relativePath >
1010 </parent >
1111 <artifactId >typedrest-annotations</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.oneandone</groupId >
77 <artifactId >typedrest-parent</artifactId >
8- <version >0.30-SNAPSHOT </version >
8+ <version >0.30</version >
99 <relativePath >../parent</relativePath >
1010 </parent >
1111 <artifactId >typedrest-archetype</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.oneandone</groupId >
77 <artifactId >typedrest-parent</artifactId >
8- <version >0.30-SNAPSHOT </version >
8+ <version >0.30</version >
99 <relativePath >../parent</relativePath >
1010 </parent >
1111 <artifactId >typedrest-core</artifactId >
Original file line number Diff line number Diff line change 1111
1212 <groupId >com.oneandone</groupId >
1313 <artifactId >typedrest-parent</artifactId >
14- <version >0.30-SNAPSHOT </version >
14+ <version >0.30</version >
1515 <packaging >pom</packaging >
1616
1717 <name >TypedRest Parent</name >
3737 </developers >
3838
3939 <properties >
40- <typedrest .version>0.30-SNAPSHOT </typedrest .version>
40+ <typedrest .version>0.30</typedrest .version>
4141
4242 <!-- Warning: 2.8.x causes problems with missing methods for jsr310 -->
4343 <jackson .version>2.7.7</jackson .version>
Original file line number Diff line number Diff line change 44
55 <groupId >com.oneandone</groupId >
66 <artifactId >typedrest</artifactId >
7- <version >0.30-SNAPSHOT </version >
7+ <version >0.30</version >
88 <packaging >pom</packaging >
99
1010 <name >TypedRest</name >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.oneandone</groupId >
77 <artifactId >typedrest-parent</artifactId >
8- <version >0.30-SNAPSHOT </version >
8+ <version >0.30</version >
99 <relativePath >../parent</relativePath >
1010 </parent >
1111 <artifactId >typedrest-vaadin</artifactId >
You can’t perform that action at this time.
0 commit comments