Skip to content

Commit 59b0d63

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

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

+3
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

-7
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)