You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/02/09 08:14:20 UTC

svn commit: r907946 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Tue Feb  9 07:14:19 2010
New Revision: 907946

URL: http://svn.apache.org/viewvc?rev=907946&view=rev
Log:
SLING-1360 : Add service vendor property to scr plugin configuration

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=907946&r1=907945&r2=907946&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Tue Feb  9 07:14:19 2010
@@ -217,6 +217,11 @@
                             <goals>
                                 <goal>scr</goal>
                             </goals>
+                            <configuration>
+                                <properties>
+                                    <service.vendor>The Apache Software Foundation</service.vendor>
+                                </properties>
+                            </configuration>
                         </execution>
                     </executions>
                 </plugin>