Skip to content

Commit

Permalink
preparation for version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechhabarta committed Apr 17, 2016
1 parent 29dd591 commit 345e61b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.6.{build}
version: 1.7.{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>1.6-SNAPSHOT</version>
<version>1.7-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>1.6-SNAPSHOT</version>
<version>1.7-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>1.6-SNAPSHOT</version>
<version>1.7-SNAPSHOT</version>
</parent>

<artifactId>typescript-generator-gradle-plugin</artifactId>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>cz.habarta.typescript-generator</groupId>
<artifactId>typescript-generator-core</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.7-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>1.6-SNAPSHOT</version>
<version>1.7-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>1.6-SNAPSHOT</version>
<version>1.7-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 345e61b

Please sign in to comment.