This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.extensions.webconsolebranding-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-extensions-webconsolebranding.git
commit 7ad3ed44b667476baf0fc1d365a43e7cebf4e745 Author: Felix Meschberger <[email protected]> AuthorDate: Fri Dec 11 12:29:17 2009 +0000 SLING-1233 Move prototype web console branding to prime time git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/webconsolebranding@889590 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 +---- src/main/resources/META-INF/webconsole.properties | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0b122f3..63e5687 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>sling</artifactId> <groupId>org.apache.sling</groupId> - <version>5-incubator</version> + <version>8</version> </parent> <groupId>org.apache.sling</groupId> @@ -46,9 +46,6 @@ <extensions>true</extensions> <configuration> <instructions> - <Bundle-DocURL> - ...branding_URL... - </Bundle-DocURL> <Fragment-Host> org.apache.felix.webconsole </Fragment-Host> diff --git a/src/main/resources/META-INF/webconsole.properties b/src/main/resources/META-INF/webconsole.properties index 9703e94..89e70cd 100644 --- a/src/main/resources/META-INF/webconsole.properties +++ b/src/main/resources/META-INF/webconsole.properties @@ -25,7 +25,7 @@ # This is the Apache Sling Product webconsole.product.name = Apache Sling -webconsole.product.url = http://incubator.apache.org/sling +webconsole.product.url = http://sling.apache.org webconsole.product.image = /res/sling/logo.png # Apache Sling is provided by the Apache Software Foundation -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
