File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 91
91
<id >bundle-test-jar</id >
92
92
<phase >package</phase >
93
93
<goals >
94
- <goal >jar</goal >
95
94
<goal >test-jar</goal >
96
95
</goals >
97
96
</execution >
Original file line number Diff line number Diff line change 164
164
<id >bundle-test-jar</id >
165
165
<phase >package</phase >
166
166
<goals >
167
- <goal >jar</goal >
168
167
<goal >test-jar</goal >
169
168
</goals >
170
169
</execution >
Original file line number Diff line number Diff line change 86
86
<id >bundle-test-jar</id >
87
87
<phase >package</phase >
88
88
<goals >
89
- <goal >jar</goal >
90
89
<goal >test-jar</goal >
91
90
</goals >
92
91
</execution >
Original file line number Diff line number Diff line change 72
72
<maven-javadoc-plugin .version>3.1.0</maven-javadoc-plugin .version>
73
73
<maven-source-plugin .version>3.2.0</maven-source-plugin .version>
74
74
<maven-license-plugin .version>3.0</maven-license-plugin .version>
75
- <maven-jar-plugin .version>2.6 </maven-jar-plugin .version>
75
+ <maven-jar-plugin .version>3.2.2 </maven-jar-plugin .version>
76
76
<maven-jxr-plugin .version>3.1.1</maven-jxr-plugin .version>
77
77
<maven-deploy-plugin .version>3.0.0-M1</maven-deploy-plugin .version>
78
78
<cobertura .maven.plugin.version>2.7</cobertura .maven.plugin.version>
79
-
79
+ <maven-bundle-plugin .version>5.1.4</maven-bundle-plugin .version>
80
+
80
81
</properties >
81
82
82
83
<developers >
287
288
<plugin >
288
289
<groupId >org.apache.felix</groupId >
289
290
<artifactId >maven-bundle-plugin</artifactId >
290
- <version >2.5.4 </version >
291
+ <version >${maven-bundle-plugin.version} </version >
291
292
</plugin >
292
293
293
294
<plugin >
You can’t perform that action at this time.
0 commit comments