This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-startup.git

commit 116b6b2274b2867ee81ccc3ef5a298a68c2555c1
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Fri Oct 6 08:00:26 2017 +0000

    Correct bundle activator
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1811300 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c96ac15..b2995f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
                 <configuration>
                     <instructions>
                         <Bundle-Activator>
-                            org.apache.sling.demo.startup.impl.Activator
+                            org.apache.sling.starter.startup.impl.Activator
                         </Bundle-Activator>
                     </instructions>
                 </configuration>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to