release 2.6#335
release 2.6#335majst01 merged 4 commits intoinfluxdata:masterinfluxdata/influxdb-java:masterfrom bonitoo-io:release-2.6Copy head branch name to clipboard
Conversation
pom.xml
Outdated
| <version>7</version> | ||
| </parent> | ||
|
|
||
| --> |
There was a problem hiding this comment.
Please remove this comment, we do not need it anymore as push to maven worked.
we do not need it anymore as push to maven worked
pom.xml
Outdated
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-source-plugin</artifactId> | ||
| <version>2.2.1</version> |
There was a problem hiding this comment.
please specify most recent version. https://maven.apache.org/plugins/maven-source-plugin/ says 3.0.1
pom.xml
Outdated
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-javadoc-plugin</artifactId> | ||
| <version>2.9.1</version> |
There was a problem hiding this comment.
Same here, most recent is: 2.10.4 (https://maven.apache.org/plugins/maven-javadoc-plugin/)
| </plugin> | ||
| <plugin> | ||
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-gpg-plugin</artifactId> |
There was a problem hiding this comment.
same here, most recent is 1.6 (http://maven.apache.org/plugins/maven-gpg-plugin/)
in an attempt to make the build run succesfully
Codecov Report
@@ Coverage Diff @@
## master #335 +/- ##
=========================================
Coverage 79.33% 79.33%
Complexity 137 137
=========================================
Files 11 11
Lines 726 726
Branches 79 79
=========================================
Hits 576 576
Misses 109 109
Partials 41 41
Continue to review full report at Codecov.
|
checked local build gpg plugin is missing keys that would be publicly shared and used for signing the artifacts
Hi Stefan, the release branch for 2.6, please review.
Ivan