File tree Expand file tree Collapse file tree 5 files changed +10
-54
lines changed
Expand file tree Collapse file tree 5 files changed +10
-54
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66
77 <name >OJP Commons</name >
88 <artifactId >ojp-grpc-commons</artifactId >
9- <version >0.1.2-snapshot </version >
9+ <version >0.2.0-beta </version >
1010
1111 <parent >
1212 <groupId >org.openjproxy</groupId >
1313 <artifactId >ojp-parent</artifactId >
14- <version >0.1.2-snapshot </version >
14+ <version >0.2.0-beta </version >
1515 <relativePath >../pom.xml</relativePath >
1616 </parent >
1717
Original file line number Diff line number Diff line change 66
77 <name >OJP JDBC Driver</name >
88 <artifactId >ojp-jdbc-driver</artifactId >
9- <version >0.1.2-snapshot </version >
9+ <version >0.2.0-beta </version >
1010
1111 <parent >
1212 <groupId >org.openjproxy</groupId >
1313 <artifactId >ojp-parent</artifactId >
14- <version >0.1.2-snapshot </version >
14+ <version >0.2.0-beta </version >
1515 <relativePath >../pom.xml</relativePath >
1616 </parent >
1717
2727 <dependency >
2828 <groupId >org.openjproxy</groupId >
2929 <artifactId >ojp-grpc-commons</artifactId >
30- <version >0.1.2-snapshot </version >
30+ <version >0.2.0-beta </version >
3131 </dependency >
3232
3333 <!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <artifactId >ojp-server</artifactId >
8- <version >0.1.2-snapshot </version >
8+ <version >0.2.0-beta </version >
99
1010 <parent >
1111 <groupId >org.openjproxy</groupId >
1212 <artifactId >ojp-parent</artifactId >
13- <version >0.1.2-snapshot </version >
13+ <version >0.2.0-beta </version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
2727 <dependency >
2828 <groupId >org.openjproxy</groupId >
2929 <artifactId >ojp-grpc-commons</artifactId >
30- <version >0.1.2-snapshot </version >
30+ <version >0.2.0-beta </version >
3131 </dependency >
3232
3333 <dependency >
233233 <image >eclipse-temurin:22-jre</image >
234234 </from >
235235 <to >
236- <image >rrobetti/ojp:0.1.2-snapshot </image >
236+ <image >rrobetti/ojp:0.2.0-beta </image >
237237 </to >
238238 <container >
239239 <mainClass >org.openjproxy.grpc.server.GrpcServer</mainClass >
Original file line number Diff line number Diff line change 55
66 <groupId >org.openjproxy</groupId >
77 <artifactId >ojp-parent</artifactId >
8- <version >0.1.2-snapshot </version >
8+ <version >0.2.0-beta </version >
99 <packaging >pom</packaging >
1010
1111 <name >OJP Parent</name >
You can’t perform that action at this time.
0 commit comments