Skip to content

Commit

Permalink
Merge pull request #57 from atsu85/issue-49-update-version
Browse files Browse the repository at this point in the history
issue #49 - update version number to v0.3.1
  • Loading branch information
atsu85 authored Aug 30, 2016
2 parents d32cc99 + 1dcbc6a commit cca85b1
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To install the library using Maven add [JitPack](https://jitpack.io/) repository
<dependency>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript-maven-plugin</artifactId>
<version>v0.3.1-SNAPSHOT</version><!-- see notes bellow to get either snapshot or specific commit or tag or other version -->
<version>v0.3.1</version><!-- see notes bellow to get either snapshot or specific commit or tag or other version -->
</dependency>
</dependencies>
...
Expand Down
2 changes: 1 addition & 1 deletion java2typescript-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
</parent>
<artifactId>java2typescript-jackson</artifactId>
<name>java2typescript jackson module</name>
Expand Down
2 changes: 1 addition & 1 deletion java2typescript-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
</parent>

<artifactId>java2typescript-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java2typescript-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
</parent>

<artifactId>java2typescript-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
<packaging>pom</packaging>
<name>java2typescript</name>

Expand Down
4 changes: 2 additions & 2 deletions sample-web-app-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
</parent>

<artifactId>sample-web-app-client</artifactId>
Expand All @@ -23,7 +23,7 @@
<plugin>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript-maven-plugin</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
<configuration>
<serviceClass>com.example.rs.PeopleRestService</serviceClass>
<moduleName>People</moduleName>
Expand Down
2 changes: 1 addition & 1 deletion sample-web-app-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
</parent>

<artifactId>sample-web-app-server</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sample-web-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
</parent>

<artifactId>sample-web-app</artifactId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<plugin>
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
<artifactId>java2typescript-maven-plugin</artifactId>
<version>v0.3.1-SNAPSHOT</version>
<version>v0.3.1</version>
<configuration>
<serviceClass>com.example.rs.PeopleRestService</serviceClass>
<moduleName>People</moduleName>
Expand Down

0 comments on commit cca85b1

Please sign in to comment.