Skip to content

Commit

Permalink
Preparation for version 2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechhabarta committed Jun 1, 2021
1 parent 06b881e commit 37dfc78
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.31.{build}
version: 2.32.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator</artifactId>
<packaging>pom</packaging>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
<name>typescript-generator</name>
<description>Generates TypeScript declaration file from specified java classes.</description>
<url>https://github.com/vojtechhabarta/typescript-generator</url>
Expand Down
2 changes: 1 addition & 1 deletion typescript-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator</artifactId>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
</parent>

<artifactId>typescript-generator-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions typescript-generator-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator</artifactId>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
</parent>

<artifactId>typescript-generator-gradle-plugin</artifactId>
Expand Down Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-core</artifactId>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions typescript-generator-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator</artifactId>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
</parent>

<artifactId>typescript-generator-maven-plugin</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-core</artifactId>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions typescript-generator-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator</artifactId>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
</parent>

<artifactId>typescript-generator-spring</artifactId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-core</artifactId>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-core</artifactId>
<version>2.31-SNAPSHOT</version>
<version>2.32-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 37dfc78

Please sign in to comment.