Skip to content

Commit 008919f

Browse files
Preparation for version 1.30
1 parent d44a704 commit 008919f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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>1.29-SNAPSHOT</version>
8+
<version>1.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>1.29-SNAPSHOT</version>
8+
<version>1.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>1.29-SNAPSHOT</version>
8+
<version>1.30-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>typescript-generator-gradle-plugin</artifactId>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>cz.habarta.typescript-generator</groupId>
4444
<artifactId>typescript-generator-core</artifactId>
45-
<version>1.29-SNAPSHOT</version>
45+
<version>1.30-SNAPSHOT</version>
4646
</dependency>
4747
</dependencies>
4848

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>1.29-SNAPSHOT</version>
8+
<version>1.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>1.29-SNAPSHOT</version>
30+
<version>1.30-SNAPSHOT</version>
3131
</dependency>
3232
</dependencies>
3333

0 commit comments

Comments
 (0)