File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 1.3.0 [ unreleased ]
1+ ## 1.3.0 [ 2025-08-13 ]
22
33### Features
44
Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ Add the latest version of the client to your project:
4747<dependency >
4848 <groupId >com.influxdb</groupId >
4949 <artifactId >influxdb3-java</artifactId >
50- <version >1.2 .0</version >
50+ <version >1.3 .0</version >
5151</dependency >
5252```
5353
5454### Or when using Gradle
5555
5656``` groovy
5757dependencies {
58- implementation "com.influxdb:influxdb3-java:1.2 .0"
58+ implementation "com.influxdb:influxdb3-java:1.3 .0"
5959}
6060```
6161
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >com.influxdb</groupId >
4141 <artifactId >influxdb3-java</artifactId >
42- <version >1.3.0-SNAPSHOT </version >
42+ <version >1.3.0</version >
4343 </dependency >
4444 </dependencies >
4545
Original file line number Diff line number Diff line change 707707 </execution >
708708 </executions >
709709 </plugin >
710+ <plugin >
711+ <groupId >org.sonatype.plugins</groupId >
712+ <artifactId >nexus-staging-maven-plugin</artifactId >
713+ <version >1.6.14</version >
714+ <extensions >true</extensions >
715+ <configuration >
716+ <serverId >ossrh</serverId >
717+ <nexusUrl >https://ossrh-staging-api.central.sonatype.com/</nexusUrl >
718+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
719+ <stagingProgressTimeoutMinutes >15</stagingProgressTimeoutMinutes >
720+ </configuration >
721+ </plugin >
710722 </plugins >
711723 </build >
712724 </profile >
You can’t perform that action at this time.
0 commit comments