Skip to content

Commit

Permalink
chore: deploy influxdb-client-test into Maven repository (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Oct 25, 2021
1 parent e3418dd commit 59b0d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
### Features
1. [#272](https://github.com/influxdata/influxdb-client-java/pull/272): Add `PingService` to check status of OSS and Cloud instance

### CI
1. [#275](https://github.com/influxdata/influxdb-client-java/pull/275): Deploy `influxdb-client-test` package into Maven repository

## 3.4.0 [2021-10-22]

### Features
Expand Down
7 changes: 0 additions & 7 deletions client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@
<skipDeploy>true</skipDeploy>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
Expand Down

0 comments on commit 59b0d63

Please sign in to comment.