Skip to content

Commit 175e601

Browse files
committed
0.2.0-beta release version.
1 parent 28aa1df commit 175e601

File tree

5 files changed

+10
-54
lines changed

5 files changed

+10
-54
lines changed

CHANGELOG.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

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.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

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.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

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

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.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

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

pom.xml

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

0 commit comments

Comments
 (0)