Skip to content

Commit 5a1365a

Browse files
Preparation for version 2.34
1 parent 683b36a commit 5a1365a

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.33.{build}
1+
version: 2.34.{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.33-SNAPSHOT</version>
8+
<version>2.34-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.33-SNAPSHOT</version>
8+
<version>2.34-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.33-SNAPSHOT</version>
8+
<version>2.34-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.33-SNAPSHOT</version>
52+
<version>2.34-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.33-SNAPSHOT</version>
8+
<version>2.34-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.33-SNAPSHOT</version>
30+
<version>2.34-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.33-SNAPSHOT</version>
8+
<version>2.34-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>typescript-generator-spring</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>cz.habarta.typescript-generator</groupId>
2222
<artifactId>typescript-generator-core</artifactId>
23-
<version>2.33-SNAPSHOT</version>
23+
<version>2.34-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.springframework.boot</groupId>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>cz.habarta.typescript-generator</groupId>
4949
<artifactId>typescript-generator-core</artifactId>
50-
<version>2.33-SNAPSHOT</version>
50+
<version>2.34-SNAPSHOT</version>
5151
<type>test-jar</type>
5252
<scope>test</scope>
5353
</dependency>

0 commit comments

Comments
 (0)