Correct bundle activator

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1811300 13f79535-47bb-0310-9956-ffa450edef68
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>