File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed 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.0 -beta</version >
9+ <version >0.1.1 -beta</version >
1010
1111 <parent >
1212 <groupId >org.openjdbcproxy</groupId >
1313 <artifactId >ojp-parent</artifactId >
14- <version >0.1.0 -beta</version >
14+ <version >0.1.1 -beta</version >
1515 <relativePath >../pom.xml</relativePath >
1616 </parent >
1717
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >ojp-parent</artifactId >
55 <groupId >org.openjdbcproxy</groupId >
6- <version >0.1.0 -beta</version >
6+ <version >0.1.1 -beta</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <artifactId >ojp-jdbc-driver</artifactId >
1010 <name >OJP JDBC Driver</name >
11- <version >0.1.0 -beta</version >
11+ <version >0.1.1 -beta</version >
1212 <description >JDBC driver for OJP (Open JDBC Proxy)</description >
1313 <url >https://github.com/Open-JDBC-Proxy/ojp</url >
1414 <developers >
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.0 -beta</version >
9+ <version >0.1.1 -beta</version >
1010
1111 <parent >
1212 <groupId >org.openjdbcproxy</groupId >
1313 <artifactId >ojp-parent</artifactId >
14- <version >0.1.0 -beta</version >
14+ <version >0.1.1 -beta</version >
1515 <relativePath >../pom.xml</relativePath >
1616 </parent >
1717
2727 <dependency >
2828 <groupId >org.openjdbcproxy</groupId >
2929 <artifactId >ojp-grpc-commons</artifactId >
30- <version >0.1.0 -beta</version >
30+ <version >0.1.1 -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.0 -beta</version >
8+ <version >0.1.1 -beta</version >
99
1010 <parent >
1111 <groupId >org.openjdbcproxy</groupId >
1212 <artifactId >ojp-parent</artifactId >
13- <version >0.1.0 -beta</version >
13+ <version >0.1.1 -beta</version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
2727 <dependency >
2828 <groupId >org.openjdbcproxy</groupId >
2929 <artifactId >ojp-grpc-commons</artifactId >
30- <version >0.1.0 -beta</version >
30+ <version >0.1.1 -beta</version >
3131 </dependency >
3232
3333 <dependency >
225225 <image >eclipse-temurin:22-jre</image >
226226 </from >
227227 <to >
228- <image >rrobetti/ojp:0.1.0 -beta</image >
228+ <image >rrobetti/ojp:0.1.1 -beta</image >
229229 </to >
230230 <container >
231231 <mainClass >org.openjdbcproxy.grpc.server.GrpcServer</mainClass >
Original file line number Diff line number Diff line change 55
66 <groupId >org.openjdbcproxy</groupId >
77 <artifactId >ojp-parent</artifactId >
8- <version >0.1.0 -beta</version >
8+ <version >0.1.1 -beta</version >
99 <packaging >pom</packaging >
1010
1111 <name >OJP Parent</name >
You can’t perform that action at this time.
0 commit comments