File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
java2typescript-maven-plugin Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff 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...
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments