Skip to content

Commit cffbdf7

Browse files
authored
Merge pull request #50 from atsu85/issue-49-update-version
issue #49 - update version number to v0.3.0
2 parents 39f6f13 + cf40cf9 commit cffbdf7

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To install the library using Maven add [JitPack](https://jitpack.io/) repository
123123
<dependency>
124124
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
125125
<artifactId>java2typescript-maven-plugin</artifactId>
126-
<version>v0.3.0.rc3-SNAPSHOT</version><!-- see notes bellow to get either snapshot or specific commit or tag or other version -->
126+
<version>v0.3.0</version><!-- see notes bellow to get either snapshot or specific commit or tag or other version -->
127127
</dependency>
128128
</dependencies>
129129
...

java2typescript-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
2020
<artifactId>java2typescript</artifactId>
21-
<version>v0.3.0.rc3-SNAPSHOT</version>
21+
<version>v0.3.0</version>
2222
</parent>
2323
<artifactId>java2typescript-jackson</artifactId>
2424
<name>java2typescript jackson module</name>

java2typescript-jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
1212
<artifactId>java2typescript</artifactId>
13-
<version>v0.3.0.rc3-SNAPSHOT</version>
13+
<version>v0.3.0</version>
1414
</parent>
1515

1616
<artifactId>java2typescript-jaxrs</artifactId>

java2typescript-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
66
<artifactId>java2typescript</artifactId>
7-
<version>v0.3.0.rc3-SNAPSHOT</version>
7+
<version>v0.3.0</version>
88
</parent>
99

1010
<artifactId>java2typescript-maven-plugin</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
55
<artifactId>java2typescript</artifactId>
6-
<version>v0.3.0.rc3-SNAPSHOT</version>
6+
<version>v0.3.0</version>
77
<packaging>pom</packaging>
88
<name>java2typescript</name>
99

sample-web-app-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
77
<artifactId>java2typescript</artifactId>
8-
<version>v0.3.0.rc3-SNAPSHOT</version>
8+
<version>v0.3.0</version>
99
</parent>
1010

1111
<artifactId>sample-web-app-client</artifactId>
@@ -23,7 +23,7 @@
2323
<plugin>
2424
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
2525
<artifactId>java2typescript-maven-plugin</artifactId>
26-
<version>v0.3.0.rc3-SNAPSHOT</version>
26+
<version>v0.3.0</version>
2727
<configuration>
2828
<serviceClass>com.example.rs.PeopleRestService</serviceClass>
2929
<moduleName>People</moduleName>

sample-web-app-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
66
<artifactId>java2typescript</artifactId>
7-
<version>v0.3.0.rc3-SNAPSHOT</version>
7+
<version>v0.3.0</version>
88
</parent>
99

1010
<artifactId>sample-web-app-server</artifactId>

sample-web-app/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
66
<artifactId>java2typescript</artifactId>
7-
<version>v0.3.0.rc3-SNAPSHOT</version>
7+
<version>v0.3.0</version>
88
</parent>
99

1010
<artifactId>sample-web-app</artifactId>
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>com.github.raphaeljolivet.java2typescript</groupId>
101101
<artifactId>java2typescript-maven-plugin</artifactId>
102-
<version>v0.3.0.rc3-SNAPSHOT</version>
102+
<version>v0.3.0</version>
103103
<configuration>
104104
<serviceClass>com.example.rs.PeopleRestService</serviceClass>
105105
<moduleName>People</moduleName>

0 commit comments

Comments
 (0)