We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c37c9 commit a64a3ccCopy full SHA for a64a3cc
1 file changed
byte-buddy/pom.xml
@@ -97,6 +97,7 @@
97
<plugin>
98
<groupId>org.apache.maven.plugins</groupId>
99
<artifactId>maven-jar-plugin</artifactId>
100
+ <version>${version.plugin.jar}</version>
101
<configuration>
102
<archive>
103
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@@ -106,7 +107,7 @@
106
107
108
<groupId>org.apache.felix</groupId>
109
<artifactId>maven-bundle-plugin</artifactId>
- <version>${version.plugin.jar}</version>
110
+ <version>${version.plugin.bundle}</version>
111
<executions>
112
<execution>
113
<id>bundle-manifest</id>
0 commit comments