Skip to content

Commit a64a3cc

Browse files
author
Rafael Winterhalter
committed
Fixed version declaration.
1 parent c0c37c9 commit a64a3cc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

byte-buddy/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-jar-plugin</artifactId>
100+
<version>${version.plugin.jar}</version>
100101
<configuration>
101102
<archive>
102103
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@@ -106,7 +107,7 @@
106107
<plugin>
107108
<groupId>org.apache.felix</groupId>
108109
<artifactId>maven-bundle-plugin</artifactId>
109-
<version>${version.plugin.jar}</version>
110+
<version>${version.plugin.bundle}</version>
110111
<executions>
111112
<execution>
112113
<id>bundle-manifest</id>

0 commit comments

Comments
 (0)