Skip to content

Commit

Permalink
version changed to 1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechhabarta committed Apr 3, 2015
1 parent 4daa4ff commit 5675845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.0-SNAPSHOT</version>
<version>1.1-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.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</parent>

<artifactId>typescript-generator-core</artifactId>
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.0-SNAPSHOT</version>
<version>1.1-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.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5675845

Please sign in to comment.