Author: rombert
Date: Tue Oct 11 19:15:11 2016
New Revision: 1764324

URL: http://svn.apache.org/viewvc?rev=1764324&view=rev
Log:
samples/simple-launchpad: fix build

Reference the released 7 launchpad instead of 7-SNAPSHOT

Modified:
    sling/trunk/samples/simple-launchpad/pom.xml

Modified: sling/trunk/samples/simple-launchpad/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/simple-launchpad/pom.xml?rev=1764324&r1=1764323&r2=1764324&view=diff
==============================================================================
--- sling/trunk/samples/simple-launchpad/pom.xml (original)
+++ sling/trunk/samples/simple-launchpad/pom.xml Tue Oct 11 19:15:11 2016
@@ -48,7 +48,7 @@
                 <configuration>
                     <defaultBundleList>
                         <!-- only need this until the next release -->
-                        <version>7-SNAPSHOT</version>
+                        <version>7</version>
                     </defaultBundleList>
                     <additionalBundles>
                         <bundle>


Reply via email to