We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce404f commit 34e761aCopy full SHA for 34e761a
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.codehaus.plexus</groupId>
7
<artifactId>plexus</artifactId>
8
- <version>4.0-SNAPSHOT</version>
+ <version>4.0</version>
9
</parent>
10
11
<artifactId>plexus-interpolation</artifactId>
@@ -38,10 +38,11 @@
38
<plugin>
39
<groupId>org.apache.felix</groupId>
40
<artifactId>maven-bundle-plugin</artifactId>
41
+ <version>3.0.1</version>
42
<extensions>true</extensions>
43
<configuration>
44
<instructions>
- <Export-Package>org.codehaus.plexus.*;version="${project.version}"</Export-Package>
45
+ <Export-Package>org.codehaus.plexus.*</Export-Package>
46
</instructions>
47
</configuration>
48
</plugin>
0 commit comments