Skip to content

Commit 3b33aea

Browse files
Preparation for version 2.30
1 parent 6ff205e commit 3b33aea

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.29.{build}
1+
version: 2.30.{build}
22
pull_requests:
33
do_not_increment_build_number: true
44
skip_tags: true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>cz.habarta.typescript-generator</groupId>
66
<artifactId>typescript-generator</artifactId>
77
<packaging>pom</packaging>
8-
<version>2.29-SNAPSHOT</version>
8+
<version>2.30-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>

typescript-generator-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>cz.habarta.typescript-generator</groupId>
77
<artifactId>typescript-generator</artifactId>
8-
<version>2.29-SNAPSHOT</version>
8+
<version>2.30-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>typescript-generator-core</artifactId>

typescript-generator-gradle-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cz.habarta.typescript-generator</groupId>
77
<artifactId>typescript-generator</artifactId>
8-
<version>2.29-SNAPSHOT</version>
8+
<version>2.30-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>typescript-generator-gradle-plugin</artifactId>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>cz.habarta.typescript-generator</groupId>
5151
<artifactId>typescript-generator-core</artifactId>
52-
<version>2.29-SNAPSHOT</version>
52+
<version>2.30-SNAPSHOT</version>
5353
</dependency>
5454
</dependencies>
5555

typescript-generator-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cz.habarta.typescript-generator</groupId>
77
<artifactId>typescript-generator</artifactId>
8-
<version>2.29-SNAPSHOT</version>
8+
<version>2.30-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>typescript-generator-maven-plugin</artifactId>
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>cz.habarta.typescript-generator</groupId>
2929
<artifactId>typescript-generator-core</artifactId>
30-
<version>2.29-SNAPSHOT</version>
30+
<version>2.30-SNAPSHOT</version>
3131
</dependency>
3232
</dependencies>
3333

typescript-generator-spring/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>cz.habarta.typescript-generator</groupId>
77
<artifactId>typescript-generator</artifactId>
8-
<version>2.29-SNAPSHOT</version>
8+
<version>2.30-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>typescript-generator-spring</artifactId>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>cz.habarta.typescript-generator</groupId>
3434
<artifactId>typescript-generator-core</artifactId>
35-
<version>2.29-SNAPSHOT</version>
35+
<version>2.30-SNAPSHOT</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.springframework.boot</groupId>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>cz.habarta.typescript-generator</groupId>
6161
<artifactId>typescript-generator-core</artifactId>
62-
<version>2.29-SNAPSHOT</version>
62+
<version>2.30-SNAPSHOT</version>
6363
<type>test-jar</type>
6464
<scope>test</scope>
6565
</dependency>

0 commit comments

Comments
 (0)