Skip to content

Commit 34e761a

Browse files
committed
Switch to existing parent; don't spec version when the plugin will supply it.
1 parent 2ce404f commit 34e761a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.codehaus.plexus</groupId>
77
<artifactId>plexus</artifactId>
8-
<version>4.0-SNAPSHOT</version>
8+
<version>4.0</version>
99
</parent>
1010

1111
<artifactId>plexus-interpolation</artifactId>
@@ -38,10 +38,11 @@
3838
<plugin>
3939
<groupId>org.apache.felix</groupId>
4040
<artifactId>maven-bundle-plugin</artifactId>
41+
<version>3.0.1</version>
4142
<extensions>true</extensions>
4243
<configuration>
4344
<instructions>
44-
<Export-Package>org.codehaus.plexus.*;version="${project.version}"</Export-Package>
45+
<Export-Package>org.codehaus.plexus.*</Export-Package>
4546
</instructions>
4647
</configuration>
4748
</plugin>

0 commit comments

Comments
 (0)