Skip to content

Commit ba45252

Browse files
committed
Upgraded development version to 0.1.1-beta.
1 parent f65dfac commit ba45252

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

ojp-grpc-commons/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
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

ojp-jdbc-driver/dependency-reduced-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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>

ojp-jdbc-driver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
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

@@ -27,7 +27,7 @@
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 -->

ojp-server/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
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

@@ -27,7 +27,7 @@
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>
@@ -225,7 +225,7 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)