Skip to content

Commit

Permalink
Preparation for version 2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechhabarta committed Feb 2, 2022
1 parent 3c8accb commit 8e0479a
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.34.{build}
version: 2.35.{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.34-SNAPSHOT</version>
<version>2.35-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.34-SNAPSHOT</version>
<version>2.35-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.34-SNAPSHOT</version>
<version>2.35-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.34-SNAPSHOT</version>
<version>2.35-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.34-SNAPSHOT</version>
<version>2.35-SNAPSHOT</version>
</parent>

<artifactId>typescript-generator-maven-plugin</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-core</artifactId>
<version>2.34-SNAPSHOT</version>
<version>2.35-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.34-SNAPSHOT</version>
<version>2.35-SNAPSHOT</version>
</parent>

<artifactId>typescript-generator-spring</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-core</artifactId>
<version>2.34-SNAPSHOT</version>
<version>2.35-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-core</artifactId>
<version>2.34-SNAPSHOT</version>
<version>2.35-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 8e0479a

Please sign in to comment.