Skip to content

Commit dbc6f66

Browse files
committed
chore: revert SNAPSHOT version and CI config - snapshot was deployed.
1 parent 694caae commit dbc6f66

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,4 @@ workflows:
232232
- tests-java
233233
filters:
234234
branches:
235-
only:
236-
- main
237-
- fix/arrowBaseAllocatorMemoryLeak
235+
only: main

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>com.influxdb</groupId>
2929
<artifactId>influxdb3-java</artifactId>
3030
<packaging>jar</packaging>
31-
<version>1.6.0.1-SNAPSHOT</version>
31+
<version>1.6.0-SNAPSHOT</version>
3232

3333
<name>InfluxDB 3 Java Client</name>
3434
<description>

0 commit comments

Comments
 (0)