Skip to content

Commit 3d53a50

Browse files
authored
chore(release): add implementation information to Jar manifest (#847)
1 parent db72eb4 commit 3d53a50

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 2.23 [unreleased]
44

5+
### Improvements
6+
- Add implementation information to `Jar` manifest [PR #847](https://github.com/influxdata/influxdb-java/pull/847)
7+
58
## 2.22 [2021-09-17]
69

710
### Improvements

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@
115115
<groupId>org.apache.maven.plugins</groupId>
116116
<artifactId>maven-jar-plugin</artifactId>
117117
<version>3.2.2</version>
118+
<configuration>
119+
<archive>
120+
<manifest>
121+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
122+
</manifest>
123+
</archive>
124+
</configuration>
118125
</plugin>
119126
<plugin>
120127
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)