Skip to content

Commit 59b0d63

Browse files
authored
chore: deploy influxdb-client-test into Maven repository (#275)
1 parent e3418dd commit 59b0d63

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
### Features
99
1. [#272](https://github.com/influxdata/influxdb-client-java/pull/272): Add `PingService` to check status of OSS and Cloud instance
1010

11+
### CI
12+
1. [#275](https://github.com/influxdata/influxdb-client-java/pull/275): Deploy `influxdb-client-test` package into Maven repository
13+
1114
## 3.4.0 [2021-10-22]
1215

1316
### Features

client-test/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@
9090
<skipDeploy>true</skipDeploy>
9191
</configuration>
9292
</plugin>
93-
<plugin>
94-
<groupId>org.apache.maven.plugins</groupId>
95-
<artifactId>maven-deploy-plugin</artifactId>
96-
<configuration>
97-
<skip>true</skip>
98-
</configuration>
99-
</plugin>
10093
<plugin>
10194
<groupId>org.codehaus.mojo</groupId>
10295
<artifactId>versions-maven-plugin</artifactId>

0 commit comments

Comments
 (0)