File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.12.1 </version >
24
+ <version >0.12.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-all</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.12.1 </version >
24
+ <version >0.12.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-common</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.12.1 </version >
24
+ <version >0.12.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-example</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.12.1 </version >
24
+ <version >0.12.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-grpc</artifactId >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.12.1 </version >
24
+ <version >0.12.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-protocol</artifactId >
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- client.version =0.12.1
15
+ client.version =0.12.2
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ public class UtilTest {
27
27
@ Test
28
28
public void testClientVersion () {
29
29
String ver = Util .clientVersion ();
30
- Assert .assertEquals ("0.12.1 " , ver );
30
+ Assert .assertEquals ("0.12.2 " , ver );
31
31
}
32
32
}
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.12.1 </version >
24
+ <version >0.12.2 </version >
25
25
</parent >
26
26
27
27
<artifactId >ingester-rpc</artifactId >
Original file line number Diff line number Diff line change 21
21
22
22
<groupId >io.greptime</groupId >
23
23
<artifactId >greptimedb-ingester</artifactId >
24
- <version >0.12.1 </version >
24
+ <version >0.12.2 </version >
25
25
<packaging >pom</packaging >
26
26
27
27
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments