Skip to content

Commit 6697191

Browse files
committed
Released v0.30
1 parent 3ba5a76 commit 6697191

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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>
@@ -37,7 +37,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

vaadin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)