You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/01/18 22:00:01 UTC

svn commit: r900555 - /incubator/aries/trunk/parent/default-parent/pom.xml

Author: linsun
Date: Mon Jan 18 21:00:01 2010
New Revision: 900555

URL: http://svn.apache.org/viewvc?rev=900555&view=rev
Log:
remove uneeded maven bundle plugin configuration which caused a prob for my mirrored repo

Modified:
    incubator/aries/trunk/parent/default-parent/pom.xml

Modified: incubator/aries/trunk/parent/default-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/parent/default-parent/pom.xml?rev=900555&r1=900554&r2=900555&view=diff
==============================================================================
--- incubator/aries/trunk/parent/default-parent/pom.xml (original)
+++ incubator/aries/trunk/parent/default-parent/pom.xml Mon Jan 18 21:00:01 2010
@@ -102,15 +102,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <configuration>
-                        <instructions>
-                            <Implementation-Title>${project.name}</Implementation-Title>
-                            <Implementation-Version>${project.version}</Implementation-Version>
-                            <Bundle-DocURL>${project.url}</Bundle-DocURL>
-                            <!-- private-package is useful to make sure you listed all the packages you meant to -->
-                            <!--<Private-Package />-->
-                        </instructions>
-                    </configuration>
+                    <version>2.0.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>