File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
### Removed
10
10
- [ Python] Dropped legacy .egg-info metadata distribution artifacts ([ #324 ] ( https://github.com/cucumber/messages/pull/324 ) )
11
11
12
+ ### Added
13
+ - [ Java] add OSGi metadata ([ #344 ] ( https://github.com/cucumber/messages/pull/344 ) )
14
+
12
15
## [ 29.0.1] - 2025-09-08
13
16
### Fixed
14
17
- [ JavaScript] Include schemas in npm package ([ #333 ] ( https://github.com/cucumber/messages/pull/333 ) )
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.cucumber</groupId >
7
7
<artifactId >cucumber-parent</artifactId >
8
- <version >4.3.8 </version >
8
+ <version >4.3.9 </version >
9
9
</parent >
10
10
<artifactId >messages</artifactId >
11
11
<version >29.0.2-SNAPSHOT</version >
100
100
<propertiesEncoding >UTF-8</propertiesEncoding >
101
101
</configuration >
102
102
</plugin >
103
-
103
+ <plugin >
104
+ <groupId >biz.aQute.bnd</groupId >
105
+ <artifactId >bnd-maven-plugin</artifactId >
106
+ </plugin >
107
+ <plugin >
108
+ <groupId >org.apache.maven.plugins</groupId >
109
+ <artifactId >maven-jar-plugin</artifactId >
110
+ <configuration >
111
+ <archive >
112
+ <manifestFile >${project.build.outputDirectory} /META-INF/MANIFEST.MF</manifestFile >
113
+ </archive >
114
+ </configuration >
115
+ </plugin >
104
116
<plugin >
105
117
<groupId >org.codehaus.mojo</groupId >
106
118
<artifactId >build-helper-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments