You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rm...@apache.org on 2014/08/04 23:09:28 UTC

svn commit: r1615791 - /geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml

Author: rmannibucau
Date: Mon Aug  4 21:09:28 2014
New Revision: 1615791

URL: http://svn.apache.org/r1615791
Log:
allowing to deploy sources

Modified:
    geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml?rev=1615791&r1=1615790&r2=1615791&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-annotation_1.2_spec/pom.xml Mon Aug  4 21:09:28 2014
@@ -60,6 +60,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <version>2.0.1</version>
                 <configuration>
                     <instructions>
                         <Bundle-SymbolicName>${groupId}.${artifactId};singleton=true</Bundle-SymbolicName>